#8A1692
A dark, vivid magenta closely aligning with Darkmagenta.
About #8A1692
The hex code #8A1692 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkmagenta. This translates to an RGB value of rgb(138, 22, 146).
For print applications, it's crucial to understand its CMYK makeup. The color uses 5% Cyan, 85% Magenta, 0% Yellow, and 43% Black. With a hue angle of 296.1 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A1692
RGB138, 22, 146
HSL296.1°, 73.8%, 32.9%
CMYK5%, 85%, 0%, 43%
HSV296.1°, 84.9%, 57.3%
LAB34.1, 59.9, -40.7
XYZ16.0, 8.1, 27.9
Decimal9049746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.04:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.69:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A1692;
}
.text-color {
color: #8A1692;
}
.border-color {
border: 2px solid #8A1692;
}