#9907B6
A dark, vivid magenta closely aligning with Darkorchid.
About #9907B6
When working with digital screens, the color #9907B6 is rendered by mixing light. Its closest recognized web color is Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 7, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 16% Cyan, 96% Magenta, 0% Yellow, and 29% Black. 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. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9907B6
RGB153, 7, 182
HSL290.1°, 92.6%, 37.1%
CMYK16%, 96%, 0%, 29%
HSV290.1°, 96.2%, 71.4%
LAB38.4, 71.0, -55.3
XYZ21.7, 10.3, 45.1
Decimal10028982
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.86:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.56:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9907B6;
}
.text-color {
color: #9907B6;
}
.border-color {
border: 2px solid #9907B6;
}