#990FE2
A medium, vivid purple closely aligning with Darkviolet.
About #990FE2
Visually, #990FE2 is defined as a vivid purple. It is closely associated with the named CSS color Darkviolet. In the RGB color space, it consists of 153 red, 15 green, and 226 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 32% C, 93% M, 0% Y, and 11% K. The HSL representation is 279.2° hue, 87.6% saturation, and 47.3% 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#990FE2
RGB153, 15, 226
HSL279.2°, 87.6%, 47.3%
CMYK32%, 93%, 0%, 11%
HSV279.2°, 93.4%, 88.6%
LAB42.2, 78.1, -74.7
XYZ27.0, 12.6, 73.0
Decimal10031074
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.96:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.70:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #990FE2;
}
.text-color {
color: #990FE2;
}
.border-color {
border: 2px solid #990FE2;
}