#8300FF
A medium, vivid purple closely aligning with Blue.
About #8300FF
Visually, #8300FF is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blue. This translates to an RGB value of rgb(131, 0, 255).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 49% C, 100% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8300FF
RGB131, 0, 255
HSL270.8°, 100.0%, 50.0%
CMYK49%, 100%, 0%, 0%
HSV270.8°, 100.0%, 100.0%
LAB41.3, 83.4, -92.7
XYZ27.4, 12.0, 95.5
Decimal8585471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.16:1
Text on #FFFFFF
AA
3.41:1
Text on #000000
AA Large
5.89:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8300FF;
}
.text-color {
color: #8300FF;
}
.border-color {
border: 2px solid #8300FF;
}