#9950E2
A light, vivid purple closely aligning with Darkorchid.
About #9950E2
At its core, #9950E2 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 153 red, 80 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 32% Cyan, 65% Magenta, 0% Yellow, and 11% Black. The HSL representation is 270.0° hue, 71.6% saturation, and 60.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#9950E2
RGB153, 80, 226
HSL270.0°, 71.6%, 60.0%
CMYK32%, 65%, 0%, 11%
HSV270.0°, 64.6%, 88.6%
LAB49.5, 57.1, -62.8
XYZ29.7, 18.0, 73.9
Decimal10047714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.57:1
Text on #FFFFFF
AA
4.60:1
Text on #000000
AA
4.36:1
Text on #F8FAFC
AA Large
3.91:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9950E2;
}
.text-color {
color: #9950E2;
}
.border-color {
border: 2px solid #9950E2;
}