#8300A8
A dark, vivid magenta closely aligning with Darkorchid.
About #8300A8
When working with digital screens, the color #8300A8 is rendered by mixing light. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(131, 0, 168).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 22% cyan and 100% magenta inks. The HSL representation is 286.8° hue, 100.0% saturation, and 32.9% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8300A8
RGB131, 0, 168
HSL286.8°, 100.0%, 32.9%
CMYK22%, 100%, 0%, 34%
HSV286.8°, 100.0%, 65.9%
LAB33.2, 66.2, -55.5
XYZ16.4, 7.7, 37.7
Decimal8585384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.30:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.93:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8300A8;
}
.text-color {
color: #8300A8;
}
.border-color {
border: 2px solid #8300A8;
}