#9949E9
A light, vivid purple closely aligning with Darkorchid.
About #9949E9
At its core, #9949E9 is a light and vivid hue. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 153 red, 73 green, and 233 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 34% cyan and 69% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9949E9
RGB153, 73, 233
HSL270.0°, 78.4%, 60.0%
CMYK34%, 69%, 0%, 9%
HSV270.0°, 68.7%, 91.4%
LAB48.8, 62.0, -67.9
XYZ30.2, 17.4, 78.9
Decimal10045929
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.48:1
Text on #000000
AA Large
4.48:1
Text on #F8FAFC
AA Large
3.81:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9949E9;
}
.text-color {
color: #9949E9;
}
.border-color {
border: 2px solid #9949E9;
}