#9250FF
A light, vivid purple closely aligning with Blueviolet.
About #9250FF
Visually, #9250FF is defined as a vivid purple. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(146, 80, 255).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 43% cyan and 69% magenta inks. The HSL representation is 262.6° hue, 100.0% saturation, and 65.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9250FF
RGB146, 80, 255
HSL262.6°, 100.0%, 65.7%
CMYK43%, 69%, 0%, 0%
HSV262.6°, 68.6%, 100.0%
LAB50.8, 62.8, -77.0
XYZ32.8, 19.1, 96.6
Decimal9588991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9250FF;
}
.text-color {
color: #9250FF;
}
.border-color {
border: 2px solid #9250FF;
}