Shades of Dark Magenta #9908AD
Tints of Dark Magenta #9908AD
RGB
CMYK
RGB Variations
Color information
#9908AD (or 0x9908AD) is known color: Dark Magenta. HEX triplet: 99, 08 and AD. RGB value is (153,8,173). Sum of RGB (Red+Green+Blue) = 153+8+173=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #9908AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9908AD is #66F752. Grayscale: #454545. Windows color (decimal): -6747987 or 11339929. OLE color: 11339929.
HSL color Cylindrical-coordinate representation of color #9908AD: hue angle of 292.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9908AD is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 8 | 173 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.32 |
| HSL | 292.73º | 0.91% | 0.35% | - |
| HSV(B) | 292.73º | 0.95% | 0.68% | - |
| XYZ | 20.77 | 9.96 | 40.36 | - |
| YUV | 70.17 | 186.04 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 173 | 0.12 | 0.95 | 0 | 0.32 | 292.73 | 0.91 | 0.35 |
| Hex | 99 | 8 | AD | C | 5F | 0 | 20 | 125 | 5B | 23 |
| Octal | 231 | 10 | 255 | 14 | 137 | 0 | 40 | 445 | 133 | 43 |
| Binary | 10011001 | 1000 | 10101101 | 1100 | 1011111 | 0 | 100000 | 100100101 | 1011011 | 100011 |
Color Harmonies of #9908AD
Complementary color
Monochromatic Colors of #9908AD
Black with #9908AD
Text Example
Text Example
White with #9908AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9908AD; }
p { color: rgb(153,8,173); }
H1.HeaderClassName
{
color: #9908AD;
}
.AnyTagClassName
{
color: #9908AD;
}
</style>
background-color css
<style>
a { background-color: #9908AD; }
a { background-color: rgb(153,8,173); }
div.DivClassName
{
background-color: #9908AD;
}
.BgClassName
{
background-color: #9908AD;
}
</style>
border-color css
<style>
span { border-color: #9908AD; }
span { border-color: rgb(153,8,173); }
td.TdClassName
{
border-color: #9908AD;
}
.TagClassName
{
border-color: #9908AD;
}
</style>