#8300F8
A medium, vivid purple closely aligning with Blueviolet.
About #8300F8
Visually, #8300F8 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 131 red, 0 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 47% cyan, 100% magenta, 0% yellow, and 3% black. With a hue angle of 271.7 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#8300F8
RGB131, 0, 248
HSL271.7°, 100.0%, 48.6%
CMYK47%, 100%, 0%, 3%
HSV271.7°, 100.0%, 97.3%
LAB40.6, 82.0, -89.9
XYZ26.3, 11.6, 89.7
Decimal8585464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.32:1
Text on #FFFFFF
AA
3.32:1
Text on #000000
AA Large
6.04:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8300F8;
}
.text-color {
color: #8300F8;
}
.border-color {
border: 2px solid #8300F8;
}