#9933B6
A medium, moderate magenta closely aligning with Darkorchid.
About #9933B6
At its core, #9933B6 is a medium and moderate hue. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 153 red, 51 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 16% cyan and 72% magenta inks. The HSL representation is 286.7° hue, 56.2% saturation, and 45.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9933B6
RGB153, 51, 182
HSL286.7°, 56.2%, 45.7%
CMYK16%, 72%, 0%, 29%
HSV286.7°, 72.0%, 71.4%
LAB42.0, 60.4, -49.4
XYZ22.8, 12.5, 45.5
Decimal10040246
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.99:1
Text on #FFFFFF
AA
3.50:1
Text on #000000
AA Large
5.73:1
Text on #F8FAFC
AA
2.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9933B6;
}
.text-color {
color: #9933B6;
}
.border-color {
border: 2px solid #9933B6;
}