#9949D3
A medium, moderate purple closely aligning with Darkorchid.
About #9949D3
Visually, #9949D3 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 153 red, 73 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 27% C, 65% M, 0% Y, and 17% K. The HSL representation is 274.8° hue, 61.1% saturation, and 55.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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9949D3
RGB153, 73, 211
HSL274.8°, 61.1%, 55.7%
CMYK27%, 65%, 0%, 17%
HSV274.8°, 65.4%, 82.7%
LAB47.3, 57.0, -57.8
XYZ27.3, 16.2, 63.3
Decimal10045907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.72:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9949D3;
}
.text-color {
color: #9949D3;
}
.border-color {
border: 2px solid #9949D3;
}