Shades of Dark Magenta #9902AD
Tints of Dark Magenta #9902AD
RGB
CMYK
RGB Variations
Color information
#9902AD (or 0x9902AD) is known color: Dark Magenta. HEX triplet: 99, 02 and AD. RGB value is (153,2,173). Sum of RGB (Red+Green+Blue) = 153+2+173=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #9902AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9902AD is #66FD52. Grayscale: #424242. Windows color (decimal): -6749523 or 11338393. OLE color: 11338393.
HSL color Cylindrical-coordinate representation of color #9902AD: hue angle of 292.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9902AD is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 2 | 173 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.32 |
| HSL | 292.98º | 0.98% | 0.34% | - |
| HSV(B) | 292.98º | 0.99% | 0.68% | - |
| XYZ | 20.7 | 9.83 | 40.34 | - |
| YUV | 66.64 | 188.03 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 173 | 0.12 | 0.99 | 0 | 0.32 | 292.98 | 0.98 | 0.34 |
| Hex | 99 | 2 | AD | C | 63 | 0 | 20 | 125 | 62 | 22 |
| Octal | 231 | 2 | 255 | 14 | 143 | 0 | 40 | 445 | 142 | 42 |
| Binary | 10011001 | 10 | 10101101 | 1100 | 1100011 | 0 | 100000 | 100100101 | 1100010 | 100010 |
Color Harmonies of #9902AD
Complementary color
Monochromatic Colors of #9902AD
Black with #9902AD
Text Example
Text Example
White with #9902AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9902AD; }
p { color: rgb(153,2,173); }
H1.HeaderClassName
{
color: #9902AD;
}
.AnyTagClassName
{
color: #9902AD;
}
</style>
background-color css
<style>
a { background-color: #9902AD; }
a { background-color: rgb(153,2,173); }
div.DivClassName
{
background-color: #9902AD;
}
.BgClassName
{
background-color: #9902AD;
}
</style>
border-color css
<style>
span { border-color: #9902AD; }
span { border-color: rgb(153,2,173); }
td.TdClassName
{
border-color: #9902AD;
}
.TagClassName
{
border-color: #9902AD;
}
</style>