#923AFF
A light, vivid purple closely aligning with Blueviolet.
About #923AFF
Visually, #923AFF 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 146 red, 58 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 43% C, 77% M, 0% Y, and 0% K. With a hue angle of 266.8 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. 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#923AFF
RGB146, 58, 255
HSL266.8°, 100.0%, 61.4%
CMYK43%, 77%, 0%, 0%
HSV266.8°, 77.3%, 100.0%
LAB47.4, 72.3, -82.5
XYZ31.4, 16.4, 96.1
Decimal9583359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #923AFF;
}
.text-color {
color: #923AFF;
}
.border-color {
border: 2px solid #923AFF;
}