#891B76
A dark, moderate magenta closely aligning with Purple.
About #891B76
Visually, #891B76 is defined as a moderate magenta. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(137, 27, 118).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 80% Magenta, 14% Yellow, and 46% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#891B76
RGB137, 27, 118
HSL310.4°, 67.1%, 32.2%
CMYK0%, 80%, 14%, 46%
HSV310.4°, 80.3%, 53.7%
LAB32.7, 53.9, -25.4
XYZ14.0, 7.4, 17.8
Decimal8985462
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.46:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.09:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #891B76;
}
.text-color {
color: #891B76;
}
.border-color {
border: 2px solid #891B76;
}