Shades of Dark Magenta #9900A2
Tints of Dark Magenta #9900A2
RGB
CMYK
RGB Variations
Color information
#9900A2 (or 0x9900A2) is known color: Dark Magenta. HEX triplet: 99, 00 and A2. RGB value is (153,0,162). Sum of RGB (Red+Green+Blue) = 153+0+162=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 162 (63.67% from 255 or 51.43% from 315); Max value from RGB is 162 - color contains mainly: blue. Hex color #9900A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9900A2 is #66FF5D. Grayscale: #3F3F3F. Windows color (decimal): -6750046 or 10616985. OLE color: 10616985.
HSL color Cylindrical-coordinate representation of color #9900A2: hue angle of 296.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900A2 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 0 | 162 | - |
| CMYK | 0.06 | 1 | 0 | 0.36 |
| HSL | 296.67º | 1% | 0.32% | - |
| HSV(B) | 296.67º | 1% | 0.64% | - |
| XYZ | 19.66 | 9.38 | 34.96 | - |
| YUV | 64.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 162 | 0.06 | 1 | 0 | 0.36 | 296.67 | 1 | 0.32 |
| Hex | 99 | 0 | A2 | 6 | 64 | 0 | 24 | 129 | 64 | 20 |
| Octal | 231 | 0 | 242 | 6 | 144 | 0 | 44 | 451 | 144 | 40 |
| Binary | 10011001 | 0 | 10100010 | 110 | 1100100 | 0 | 100100 | 100101001 | 1100100 | 100000 |
Color Harmonies of #9900A2
Complementary color
Monochromatic Colors of #9900A2
Black with #9900A2
Text Example
Text Example
White with #9900A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900A2; }
p { color: rgb(153,0,162); }
H1.HeaderClassName
{
color: #9900A2;
}
.AnyTagClassName
{
color: #9900A2;
}
</style>
background-color css
<style>
a { background-color: #9900A2; }
a { background-color: rgb(153,0,162); }
div.DivClassName
{
background-color: #9900A2;
}
.BgClassName
{
background-color: #9900A2;
}
</style>
border-color css
<style>
span { border-color: #9900A2; }
span { border-color: rgb(153,0,162); }
td.TdClassName
{
border-color: #9900A2;
}
.TagClassName
{
border-color: #9900A2;
}
</style>