#9216F8
A medium, vivid purple closely aligning with Blueviolet.
About #9216F8
The hex code #9216F8 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. Its digital footprint relies on 146 parts red, 22 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 41% Cyan, 91% Magenta, 0% Yellow, and 3% Black. With a hue angle of 272.9 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium 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#9216F8
RGB146, 22, 248
HSL272.9°, 94.2%, 52.9%
CMYK41%, 91%, 0%, 3%
HSV272.9°, 91.1%, 97.3%
LAB43.5, 80.7, -85.1
XYZ29.1, 13.5, 89.9
Decimal9574136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.69:1
Text on #FFFFFF
AA
3.69:1
Text on #000000
AA Large
5.44:1
Text on #F8FAFC
AA
3.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9216F8;
}
.text-color {
color: #9216F8;
}
.border-color {
border: 2px solid #9216F8;
}