#9933C5
A medium, moderate purple closely aligning with Darkorchid.
About #9933C5
At its core, #9933C5 is a medium and moderate hue. Its closest recognized web color is Darkorchid. Its digital footprint relies on 153 parts red, 51 parts green, and 197 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 22% Cyan, 74% Magenta, 0% Yellow, and 23% Black. With a hue angle of 281.9 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#9933C5
RGB153, 51, 197
HSL281.9°, 58.9%, 48.6%
CMYK22%, 74%, 0%, 23%
HSV281.9°, 74.1%, 77.3%
LAB43.0, 63.4, -56.6
XYZ24.4, 13.2, 54.1
Decimal10040261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.78:1
Text on #FFFFFF
AA
3.63:1
Text on #000000
AA Large
5.52:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9933C5;
}
.text-color {
color: #9933C5;
}
.border-color {
border: 2px solid #9933C5;
}