Shades of Dark Magenta #990AAC
Tints of Dark Magenta #990AAC
RGB
CMYK
RGB Variations
Color information
#990AAC (or 0x990AAC) is known color: Dark Magenta. HEX triplet: 99, 0A and AC. RGB value is (153,10,172). Sum of RGB (Red+Green+Blue) = 153+10+172=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #990AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990AAC is #66F553. Grayscale: #464646. Windows color (decimal): -6747476 or 11274905. OLE color: 11274905.
HSL color Cylindrical-coordinate representation of color #990AAC: hue angle of 292.96º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990AAC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 10 | 172 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.33 |
| HSL | 292.96º | 0.89% | 0.36% | - |
| HSV(B) | 292.96º | 0.94% | 0.67% | - |
| XYZ | 20.69 | 9.97 | 39.86 | - |
| YUV | 71.23 | 184.88 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 172 | 0.11 | 0.94 | 0 | 0.33 | 292.96 | 0.89 | 0.36 |
| Hex | 99 | A | AC | B | 5E | 0 | 21 | 125 | 59 | 24 |
| Octal | 231 | 12 | 254 | 13 | 136 | 0 | 41 | 445 | 131 | 44 |
| Binary | 10011001 | 1010 | 10101100 | 1011 | 1011110 | 0 | 100001 | 100100101 | 1011001 | 100100 |
Color Harmonies of #990AAC
Complementary color
Monochromatic Colors of #990AAC
Black with #990AAC
Text Example
Text Example
White with #990AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990AAC; }
p { color: rgb(153,10,172); }
H1.HeaderClassName
{
color: #990AAC;
}
.AnyTagClassName
{
color: #990AAC;
}
</style>
background-color css
<style>
a { background-color: #990AAC; }
a { background-color: rgb(153,10,172); }
div.DivClassName
{
background-color: #990AAC;
}
.BgClassName
{
background-color: #990AAC;
}
</style>
border-color css
<style>
span { border-color: #990AAC; }
span { border-color: rgb(153,10,172); }
td.TdClassName
{
border-color: #990AAC;
}
.TagClassName
{
border-color: #990AAC;
}
</style>