Shades of Dark Magenta #990CAA
Tints of Dark Magenta #990CAA
RGB
CMYK
RGB Variations
Color information
#990CAA (or 0x990CAA) is known color: Dark Magenta. HEX triplet: 99, 0C and AA. RGB value is (153,12,170). Sum of RGB (Red+Green+Blue) = 153+12+170=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #990CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990CAA is #66F355. Grayscale: #474747. Windows color (decimal): -6746966 or 11144345. OLE color: 11144345.
HSL color Cylindrical-coordinate representation of color #990CAA: hue angle of 293.54º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990CAA is Cyan = 0.1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 12 | 170 | - |
| CMYK | 0.1 | 0.93 | 0 | 0.33 |
| HSL | 293.54º | 0.87% | 0.36% | - |
| HSV(B) | 293.54º | 0.93% | 0.67% | - |
| XYZ | 20.52 | 9.94 | 38.87 | - |
| YUV | 72.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 170 | 0.1 | 0.93 | 0 | 0.33 | 293.54 | 0.87 | 0.36 |
| Hex | 99 | C | AA | A | 5D | 0 | 21 | 126 | 57 | 24 |
| Octal | 231 | 14 | 252 | 12 | 135 | 0 | 41 | 446 | 127 | 44 |
| Binary | 10011001 | 1100 | 10101010 | 1010 | 1011101 | 0 | 100001 | 100100110 | 1010111 | 100100 |
Color Harmonies of #990CAA
Complementary color
Monochromatic Colors of #990CAA
Black with #990CAA
Text Example
Text Example
White with #990CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990CAA; }
p { color: rgb(153,12,170); }
H1.HeaderClassName
{
color: #990CAA;
}
.AnyTagClassName
{
color: #990CAA;
}
</style>
background-color css
<style>
a { background-color: #990CAA; }
a { background-color: rgb(153,12,170); }
div.DivClassName
{
background-color: #990CAA;
}
.BgClassName
{
background-color: #990CAA;
}
</style>
border-color css
<style>
span { border-color: #990CAA; }
span { border-color: rgb(153,12,170); }
td.TdClassName
{
border-color: #990CAA;
}
.TagClassName
{
border-color: #990CAA;
}
</style>