Shades of Dark Magenta #920E8C
Tints of Dark Magenta #920E8C
RGB
CMYK
RGB Variations
Color information
#920E8C (or 0x920E8C) is known color: Dark Magenta. HEX triplet: 92, 0E and 8C. RGB value is (146,14,140). Sum of RGB (Red+Green+Blue) = 146+14+140=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #920E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920E8C is #6DF173. Grayscale: #434343. Windows color (decimal): -7205236 or 9178770. OLE color: 9178770.
HSL color Cylindrical-coordinate representation of color #920E8C: hue angle of 302.73º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E8C is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 14 | 140 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.43 |
| HSL | 302.73º | 0.83% | 0.31% | - |
| HSV(B) | 302.73º | 0.9% | 0.57% | - |
| XYZ | 16.74 | 8.32 | 25.53 | - |
| YUV | 67.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 140 | 0 | 0.90 | 0.04 | 0.43 | 302.73 | 0.83 | 0.31 |
| Hex | 92 | E | 8C | 0 | 5A | 4 | 2B | 12F | 52 | 1F |
| Octal | 222 | 16 | 214 | 0 | 132 | 4 | 53 | 457 | 122 | 37 |
| Binary | 10010010 | 1110 | 10001100 | 0 | 1011010 | 100 | 101011 | 100101111 | 1010010 | 11111 |
Color Harmonies of #920E8C
Complementary color
Monochromatic Colors of #920E8C
Black with #920E8C
Text Example
Text Example
White with #920E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920E8C; }
p { color: rgb(146,14,140); }
H1.HeaderClassName
{
color: #920E8C;
}
.AnyTagClassName
{
color: #920E8C;
}
</style>
background-color css
<style>
a { background-color: #920E8C; }
a { background-color: rgb(146,14,140); }
div.DivClassName
{
background-color: #920E8C;
}
.BgClassName
{
background-color: #920E8C;
}
</style>
border-color css
<style>
span { border-color: #920E8C; }
span { border-color: rgb(146,14,140); }
td.TdClassName
{
border-color: #920E8C;
}
.TagClassName
{
border-color: #920E8C;
}
</style>