#990F66
A dark, vivid magenta closely aligning with Mediumvioletred.
About #990F66
The precise color #990F66 is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 15, and 102.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 90% Magenta, 33% Yellow, and 40% Black. The HSL representation is 322.2° hue, 82.1% saturation, and 32.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#990F66
RGB153, 15, 102
HSL322.2°, 82.1%, 32.9%
CMYK0%, 90%, 33%, 40%
HSV322.2°, 90.2%, 60.0%
LAB34.1, 58.3, -12.8
XYZ15.7, 8.1, 13.3
Decimal10030950
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.03:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.68:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #990F66;
}
.text-color {
color: #990F66;
}
.border-color {
border: 2px solid #990F66;
}