#8F1976
A dark, vivid magenta closely aligning with Purple.
About #8F1976
At its core, #8F1976 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(143, 25, 118).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 83% M, 17% Y, and 44% K. The HSL representation is 312.7° hue, 70.2% saturation, and 32.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8F1976
RGB143, 25, 118
HSL312.7°, 70.2%, 32.9%
CMYK0%, 83%, 17%, 44%
HSV312.7°, 82.5%, 56.1%
LAB33.7, 55.8, -23.9
XYZ14.9, 7.8, 17.9
Decimal9378166
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.18:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.81:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8F1976;
}
.text-color {
color: #8F1976;
}
.border-color {
border: 2px solid #8F1976;
}