Shades of Dark Magenta #9906AD
Tints of Dark Magenta #9906AD
RGB
CMYK
RGB Variations
Color information
#9906AD (or 0x9906AD) is known color: Dark Magenta. HEX triplet: 99, 06 and AD. RGB value is (153,6,173). Sum of RGB (Red+Green+Blue) = 153+6+173=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #9906AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9906AD is #66F952. Grayscale: #444444. Windows color (decimal): -6748499 or 11339417. OLE color: 11339417.
HSL color Cylindrical-coordinate representation of color #9906AD: hue angle of 292.81º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9906AD is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 6 | 173 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.32 |
| HSL | 292.81º | 0.93% | 0.35% | - |
| HSV(B) | 292.81º | 0.97% | 0.68% | - |
| XYZ | 20.74 | 9.92 | 40.36 | - |
| YUV | 68.99 | 186.7 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 173 | 0.12 | 0.97 | 0 | 0.32 | 292.81 | 0.93 | 0.35 |
| Hex | 99 | 6 | AD | C | 61 | 0 | 20 | 125 | 5D | 23 |
| Octal | 231 | 6 | 255 | 14 | 141 | 0 | 40 | 445 | 135 | 43 |
| Binary | 10011001 | 110 | 10101101 | 1100 | 1100001 | 0 | 100000 | 100100101 | 1011101 | 100011 |
Color Harmonies of #9906AD
Complementary color
Monochromatic Colors of #9906AD
Black with #9906AD
Text Example
Text Example
White with #9906AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9906AD; }
p { color: rgb(153,6,173); }
H1.HeaderClassName
{
color: #9906AD;
}
.AnyTagClassName
{
color: #9906AD;
}
</style>
background-color css
<style>
a { background-color: #9906AD; }
a { background-color: rgb(153,6,173); }
div.DivClassName
{
background-color: #9906AD;
}
.BgClassName
{
background-color: #9906AD;
}
</style>
border-color css
<style>
span { border-color: #9906AD; }
span { border-color: rgb(153,6,173); }
td.TdClassName
{
border-color: #9906AD;
}
.TagClassName
{
border-color: #9906AD;
}
</style>