Shades of Dark Magenta #990AAA
Tints of Dark Magenta #990AAA
RGB
CMYK
RGB Variations
Color information
#990AAA (or 0x990AAA) is known color: Dark Magenta. HEX triplet: 99, 0A and AA. RGB value is (153,10,170). Sum of RGB (Red+Green+Blue) = 153+10+170=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #990AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990AAA is #66F555. Grayscale: #464646. Windows color (decimal): -6747478 or 11143833. OLE color: 11143833.
HSL color Cylindrical-coordinate representation of color #990AAA: hue angle of 293.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990AAA is Cyan = 0.1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 10 | 170 | - |
| CMYK | 0.1 | 0.94 | 0 | 0.33 |
| HSL | 293.63º | 0.89% | 0.35% | - |
| HSV(B) | 293.63º | 0.94% | 0.67% | - |
| XYZ | 20.5 | 9.89 | 38.86 | - |
| YUV | 71 | 183.88 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 170 | 0.1 | 0.94 | 0 | 0.33 | 293.63 | 0.89 | 0.35 |
| Hex | 99 | A | AA | A | 5E | 0 | 21 | 126 | 59 | 23 |
| Octal | 231 | 12 | 252 | 12 | 136 | 0 | 41 | 446 | 131 | 43 |
| Binary | 10011001 | 1010 | 10101010 | 1010 | 1011110 | 0 | 100001 | 100100110 | 1011001 | 100011 |
Color Harmonies of #990AAA
Complementary color
Monochromatic Colors of #990AAA
Black with #990AAA
Text Example
Text Example
White with #990AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990AAA; }
p { color: rgb(153,10,170); }
H1.HeaderClassName
{
color: #990AAA;
}
.AnyTagClassName
{
color: #990AAA;
}
</style>
background-color css
<style>
a { background-color: #990AAA; }
a { background-color: rgb(153,10,170); }
div.DivClassName
{
background-color: #990AAA;
}
.BgClassName
{
background-color: #990AAA;
}
</style>
border-color css
<style>
span { border-color: #990AAA; }
span { border-color: rgb(153,10,170); }
td.TdClassName
{
border-color: #990AAA;
}
.TagClassName
{
border-color: #990AAA;
}
</style>