#8A0F5F
A dark, vivid magenta closely aligning with Mediumvioletred.
About #8A0F5F
Visually, #8A0F5F is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 15, and 95.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 89% Magenta, 31% 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A0F5F
RGB138, 15, 95
HSL321.0°, 80.4%, 30.0%
CMYK0%, 89%, 31%, 46%
HSV321.0°, 89.1%, 54.1%
LAB30.8, 54.0, -13.6
XYZ12.7, 6.6, 11.4
Decimal9047903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.07:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.67:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A0F5F;
}
.text-color {
color: #8A0F5F;
}
.border-color {
border: 2px solid #8A0F5F;
}