#8300A0
A dark, vivid magenta closely aligning with Darkmagenta.
About #8300A0
At its core, #8300A0 is a dark and vivid hue. Its closest recognized web color is Darkmagenta. This translates to an RGB value of rgb(131, 0, 160).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 18% cyan and 100% magenta inks. The HSL representation is 289.1° hue, 100.0% saturation, and 31.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8300A0
RGB131, 0, 160
HSL289.1°, 100.0%, 31.4%
CMYK18%, 100%, 0%, 37%
HSV289.1°, 100.0%, 62.7%
LAB32.6, 64.8, -51.7
XYZ15.7, 7.4, 33.9
Decimal8585376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.49:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.12:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8300A0;
}
.text-color {
color: #8300A0;
}
.border-color {
border: 2px solid #8300A0;
}