#922C7C
A dark, moderate magenta closely aligning with Purple.
About #922C7C
Visually, #922C7C is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 44, and 124.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 70% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#922C7C
RGB146, 44, 124
HSL312.9°, 53.7%, 37.3%
CMYK0%, 70%, 15%, 43%
HSV312.9°, 69.9%, 57.3%
LAB36.7, 51.2, -22.9
XYZ16.4, 9.4, 20.0
Decimal9579644
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.31:1
Text on #FFFFFF
AAA
2.87:1
Text on #000000
FAIL
6.98:1
Text on #F8FAFC
AA
2.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922C7C;
}
.text-color {
color: #922C7C;
}
.border-color {
border: 2px solid #922C7C;
}