Shades of Dark Magenta #9202A0
Tints of Dark Magenta #9202A0
RGB
CMYK
RGB Variations
Color information
#9202A0 (or 0x9202A0) is known color: Dark Magenta. HEX triplet: 92, 02 and A0. RGB value is (146,2,160). Sum of RGB (Red+Green+Blue) = 146+2+160=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #9202A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9202A0 is #6DFD5F. Grayscale: #3E3E3E. Windows color (decimal): -7208288 or 10486418. OLE color: 10486418.
HSL color Cylindrical-coordinate representation of color #9202A0: hue angle of 294.68º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202A0 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 2 | 160 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.37 |
| HSL | 294.68º | 0.98% | 0.32% | - |
| HSV(B) | 294.68º | 0.99% | 0.63% | - |
| XYZ | 18.22 | 8.69 | 33.98 | - |
| YUV | 63.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 160 | 0.09 | 0.99 | 0 | 0.37 | 294.68 | 0.98 | 0.32 |
| Hex | 92 | 2 | A0 | 9 | 63 | 0 | 25 | 127 | 62 | 20 |
| Octal | 222 | 2 | 240 | 11 | 143 | 0 | 45 | 447 | 142 | 40 |
| Binary | 10010010 | 10 | 10100000 | 1001 | 1100011 | 0 | 100101 | 100100111 | 1100010 | 100000 |
Color Harmonies of #9202A0
Complementary color
Monochromatic Colors of #9202A0
Black with #9202A0
Text Example
Text Example
White with #9202A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9202A0; }
p { color: rgb(146,2,160); }
H1.HeaderClassName
{
color: #9202A0;
}
.AnyTagClassName
{
color: #9202A0;
}
</style>
background-color css
<style>
a { background-color: #9202A0; }
a { background-color: rgb(146,2,160); }
div.DivClassName
{
background-color: #9202A0;
}
.BgClassName
{
background-color: #9202A0;
}
</style>
border-color css
<style>
span { border-color: #9202A0; }
span { border-color: rgb(146,2,160); }
td.TdClassName
{
border-color: #9202A0;
}
.TagClassName
{
border-color: #9202A0;
}
</style>