#9292FF
A light, vivid blue closely aligning with Mediumpurple.
About #9292FF
When working with digital screens, the color #9292FF is rendered by mixing light. Its closest recognized web color is Mediumpurple. This translates to an RGB value of rgb(146, 146, 255).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 43% cyan and 43% magenta inks. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9292FF
RGB146, 146, 255
HSL240.0°, 100.0%, 78.6%
CMYK43%, 43%, 0%, 0%
HSV240.0°, 42.7%, 100.0%
LAB64.9, 26.7, -54.3
XYZ40.2, 33.9, 99.0
Decimal9605887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.78:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9292FF;
}
.text-color {
color: #9292FF;
}
.border-color {
border: 2px solid #9292FF;
}