#923392
A dark, moderate magenta closely aligning with Purple.
About #923392
When working with digital screens, the color #923392 is rendered by mixing light. Designers often compare it to the standard color Purple. In the RGB color space, it consists of 146 red, 51 green, and 146 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 65% Magenta, 0% Yellow, and 43% 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. Because it is a dark 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#923392
RGB146, 51, 146
HSL300.0°, 48.2%, 38.6%
CMYK0%, 65%, 0%, 43%
HSV300.0°, 65.1%, 57.3%
LAB38.8, 52.0, -33.1
XYZ18.2, 10.6, 28.3
Decimal9581458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.75:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.45:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #923392;
}
.text-color {
color: #923392;
}
.border-color {
border: 2px solid #923392;
}