Shades of Dark Magenta #9907AD
Tints of Dark Magenta #9907AD
RGB
CMYK
RGB Variations
Color information
#9907AD (or 0x9907AD) is known color: Dark Magenta. HEX triplet: 99, 07 and AD. RGB value is (153,7,173). Sum of RGB (Red+Green+Blue) = 153+7+173=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #9907AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9907AD is #66F852. Grayscale: #454545. Windows color (decimal): -6748243 or 11339673. OLE color: 11339673.
HSL color Cylindrical-coordinate representation of color #9907AD: hue angle of 292.77º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9907AD is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 7 | 173 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.32 |
| HSL | 292.77º | 0.92% | 0.35% | - |
| HSV(B) | 292.77º | 0.96% | 0.68% | - |
| XYZ | 20.76 | 9.94 | 40.36 | - |
| YUV | 69.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 173 | 0.12 | 0.96 | 0 | 0.32 | 292.77 | 0.92 | 0.35 |
| Hex | 99 | 7 | AD | C | 60 | 0 | 20 | 125 | 5C | 23 |
| Octal | 231 | 7 | 255 | 14 | 140 | 0 | 40 | 445 | 134 | 43 |
| Binary | 10011001 | 111 | 10101101 | 1100 | 1100000 | 0 | 100000 | 100100101 | 1011100 | 100011 |
Color Harmonies of #9907AD
Complementary color
Monochromatic Colors of #9907AD
Black with #9907AD
Text Example
Text Example
White with #9907AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9907AD; }
p { color: rgb(153,7,173); }
H1.HeaderClassName
{
color: #9907AD;
}
.AnyTagClassName
{
color: #9907AD;
}
</style>
background-color css
<style>
a { background-color: #9907AD; }
a { background-color: rgb(153,7,173); }
div.DivClassName
{
background-color: #9907AD;
}
.BgClassName
{
background-color: #9907AD;
}
</style>
border-color css
<style>
span { border-color: #9907AD; }
span { border-color: rgb(153,7,173); }
td.TdClassName
{
border-color: #9907AD;
}
.TagClassName
{
border-color: #9907AD;
}
</style>