#8A167C
A dark, vivid magenta closely aligning with Purple.
About #8A167C
At its core, #8A167C is a dark and vivid hue. It is closely associated with the named CSS color Purple. Its digital footprint relies on 138 parts red, 22 parts green, and 124 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 84% M, 10% Y, and 46% K. The HSL representation is 307.2° hue, 72.5% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A167C
RGB138, 22, 124
HSL307.2°, 72.5%, 31.4%
CMYK0%, 84%, 10%, 46%
HSV307.2°, 84.1%, 54.1%
LAB32.8, 56.4, -29.1
XYZ14.4, 7.4, 19.7
Decimal9049724
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.45:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.07:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A167C;
}
.text-color {
color: #8A167C;
}
.border-color {
border: 2px solid #8A167C;
}