Shades of Dark Magenta #920EAA
Tints of Dark Magenta #920EAA
RGB
CMYK
RGB Variations
Color information
#920EAA (or 0x920EAA) is known color: Dark Magenta. HEX triplet: 92, 0E and AA. RGB value is (146,14,170). Sum of RGB (Red+Green+Blue) = 146+14+170=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #920EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920EAA is #6DF155. Grayscale: #464646. Windows color (decimal): -7205206 or 11144850. OLE color: 11144850.
HSL color Cylindrical-coordinate representation of color #920EAA: hue angle of 290.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920EAA is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 14 | 170 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.33 |
| HSL | 290.77º | 0.85% | 0.36% | - |
| HSV(B) | 290.77º | 0.92% | 0.67% | - |
| XYZ | 19.27 | 9.33 | 38.82 | - |
| YUV | 71.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 170 | 0.14 | 0.92 | 0 | 0.33 | 290.77 | 0.85 | 0.36 |
| Hex | 92 | E | AA | E | 5C | 0 | 21 | 123 | 55 | 24 |
| Octal | 222 | 16 | 252 | 16 | 134 | 0 | 41 | 443 | 125 | 44 |
| Binary | 10010010 | 1110 | 10101010 | 1110 | 1011100 | 0 | 100001 | 100100011 | 1010101 | 100100 |
Color Harmonies of #920EAA
Complementary color
Monochromatic Colors of #920EAA
Black with #920EAA
Text Example
Text Example
White with #920EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920EAA; }
p { color: rgb(146,14,170); }
H1.HeaderClassName
{
color: #920EAA;
}
.AnyTagClassName
{
color: #920EAA;
}
</style>
background-color css
<style>
a { background-color: #920EAA; }
a { background-color: rgb(146,14,170); }
div.DivClassName
{
background-color: #920EAA;
}
.BgClassName
{
background-color: #920EAA;
}
</style>
border-color css
<style>
span { border-color: #920EAA; }
span { border-color: rgb(146,14,170); }
td.TdClassName
{
border-color: #920EAA;
}
.TagClassName
{
border-color: #920EAA;
}
</style>