#8300BD
A dark, vivid purple closely aligning with Darkviolet.
About #8300BD
At its core, #8300BD is a dark and vivid hue. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 0, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 31% cyan, 100% magenta, 0% yellow, and 26% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#8300BD
RGB131, 0, 189
HSL281.6°, 100.0%, 37.1%
CMYK31%, 100%, 0%, 26%
HSV281.6°, 100.0%, 74.1%
LAB35.0, 70.2, -65.1
XYZ18.5, 8.5, 48.8
Decimal8585405
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.78:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.43:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8300BD;
}
.text-color {
color: #8300BD;
}
.border-color {
border: 2px solid #8300BD;
}