#8A076D
A dark, vivid magenta closely aligning with Purple.
About #8A076D
Visually, #8A076D is defined as a vivid magenta. It is closely associated with the named CSS color Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 7, and 109.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 95% Magenta, 21% Yellow, and 46% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8A076D
RGB138, 7, 109
HSL313.3°, 90.3%, 28.4%
CMYK0%, 95%, 21%, 46%
HSV313.3°, 94.9%, 54.1%
LAB31.0, 57.0, -22.3
XYZ13.3, 6.7, 15.1
Decimal9045869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.01:1
Text on #FFFFFF
AAA
2.33:1
Text on #000000
FAIL
8.61:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8A076D;
}
.text-color {
color: #8A076D;
}
.border-color {
border: 2px solid #8A076D;
}