Shades of Dark Magenta #990AA0
Tints of Dark Magenta #990AA0
RGB
CMYK
RGB Variations
Color information
#990AA0 (or 0x990AA0) is known color: Dark Magenta. HEX triplet: 99, 0A and A0. RGB value is (153,10,160). Sum of RGB (Red+Green+Blue) = 153+10+160=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #990AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990AA0 is #66F55F. Grayscale: #454545. Windows color (decimal): -6747488 or 10488473. OLE color: 10488473.
HSL color Cylindrical-coordinate representation of color #990AA0: hue angle of 297.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990AA0 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 10 | 160 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.37 |
| HSL | 297.2º | 0.88% | 0.33% | - |
| HSV(B) | 297.2º | 0.94% | 0.63% | - |
| XYZ | 19.59 | 9.53 | 34.06 | - |
| YUV | 69.86 | 178.88 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 160 | 0.04 | 0.94 | 0 | 0.37 | 297.2 | 0.88 | 0.33 |
| Hex | 99 | A | A0 | 4 | 5E | 0 | 25 | 129 | 58 | 21 |
| Octal | 231 | 12 | 240 | 4 | 136 | 0 | 45 | 451 | 130 | 41 |
| Binary | 10011001 | 1010 | 10100000 | 100 | 1011110 | 0 | 100101 | 100101001 | 1011000 | 100001 |
Color Harmonies of #990AA0
Complementary color
Monochromatic Colors of #990AA0
Black with #990AA0
Text Example
Text Example
White with #990AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990AA0; }
p { color: rgb(153,10,160); }
H1.HeaderClassName
{
color: #990AA0;
}
.AnyTagClassName
{
color: #990AA0;
}
</style>
background-color css
<style>
a { background-color: #990AA0; }
a { background-color: rgb(153,10,160); }
div.DivClassName
{
background-color: #990AA0;
}
.BgClassName
{
background-color: #990AA0;
}
</style>
border-color css
<style>
span { border-color: #990AA0; }
span { border-color: rgb(153,10,160); }
td.TdClassName
{
border-color: #990AA0;
}
.TagClassName
{
border-color: #990AA0;
}
</style>