#8A0F66
A dark, vivid magenta closely aligning with Purple.
About #8A0F66
At its core, #8A0F66 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(138, 15, 102).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 89% M, 26% Y, and 46% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#8A0F66
RGB138, 15, 102
HSL317.6°, 80.4%, 30.0%
CMYK0%, 89%, 26%, 46%
HSV317.6°, 89.1%, 54.1%
LAB31.1, 54.8, -17.7
XYZ13.1, 6.7, 13.2
Decimal9047910
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.97:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.57:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0F66;
}
.text-color {
color: #8A0F66;
}
.border-color {
border: 2px solid #8A0F66;
}