#990066
A dark, vivid magenta closely aligning with Mediumvioletred.
About #990066
Visually, #990066 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(153, 0, 102).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 100% magenta, 33% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#990066
RGB153, 0, 102
HSL320.0°, 100.0%, 30.0%
CMYK0%, 100%, 33%, 40%
HSV320.0°, 100.0%, 60.0%
LAB33.4, 60.4, -13.9
XYZ15.5, 7.7, 13.2
Decimal10027110
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.25:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.88:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #990066;
}
.text-color {
color: #990066;
}
.border-color {
border: 2px solid #990066;
}