#9283DB
A light, moderate blue closely aligning with Mediumpurple.
About #9283DB
When working with digital screens, the color #9283DB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumpurple. This translates to an RGB value of rgb(146, 131, 219).
For print applications, it's crucial to understand its CMYK makeup. The color uses 33% Cyan, 40% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#9283DB
RGB146, 131, 219
HSL250.2°, 55.0%, 68.6%
CMYK33%, 40%, 0%, 14%
HSV250.2°, 40.2%, 85.9%
LAB59.4, 25.6, -43.1
XYZ32.8, 27.5, 70.6
Decimal9602011
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.23:1
Text on #FFFFFF
AA Large
6.49:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9283DB;
}
.text-color {
color: #9283DB;
}
.border-color {
border: 2px solid #9283DB;
}