#9916A8
A dark, vivid magenta closely aligning with Darkmagenta.
About #9916A8
Visually, #9916A8 is defined as a vivid magenta. Its closest recognized web color is Darkmagenta. This translates to an RGB value of rgb(153, 22, 168).
If you are designing for print, the four-color process is what matters most. The color uses 9% Cyan, 87% Magenta, 0% Yellow, and 34% Black. With a hue angle of 293.8 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9916A8
RGB153, 22, 168
HSL293.8°, 76.8%, 37.3%
CMYK9%, 87%, 0%, 34%
HSV293.8°, 86.9%, 65.9%
LAB38.2, 66.4, -47.4
XYZ20.5, 10.2, 37.9
Decimal10032808
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.92:1
Text on #FFFFFF
AA
3.03:1
Text on #000000
AA Large
6.61:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9916A8;
}
.text-color {
color: #9916A8;
}
.border-color {
border: 2px solid #9916A8;
}