Amethyst (Purple)
#9B74CD
RGB: 155, 116, 205
Color OverviewHEX #9B74CD

#9B74CD Color Code Information

In the RGB color space, #9B74CD is composed of 61% red, 45% green, and 80% blue. In the HSL color space, it has a hue of 266°, saturation of 47%, and lightness of 63%.

HEX
#9B74CD
RGB
155, 116, 205
HSL
266°, 47%, 63%
HSV
266°, 43%, 80%
CMYK
24%, 43%, 0%, 20%
Name Match
Amethyst
Closest Standard

Shades of #9B74CD (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #9B74CD (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #9B74CD (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #9B74CD

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #9B74CD Background
Contrast Ratio against Pure White (#FFFFFF):3.64 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #9B74CD Background
Contrast Ratio against Pure Black (#000000):5.77 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #9B74CD;
}

.element {
  color: #9B74CD;
  background-color: #9B74CD;
  border-color: #9B74CD;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#9B74CD] text-[#9B74CD] border-[#9B74CD]">
  Content styled with #9B74CD
</div>