Shades of Dark Magenta #9903AD
Tints of Dark Magenta #9903AD
RGB
CMYK
RGB Variations
Color information
#9903AD (or 0x9903AD) is known color: Dark Magenta. HEX triplet: 99, 03 and AD. RGB value is (153,3,173). Sum of RGB (Red+Green+Blue) = 153+3+173=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #9903AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9903AD is #66FC52. Grayscale: #424242. Windows color (decimal): -6749267 or 11338649. OLE color: 11338649.
HSL color Cylindrical-coordinate representation of color #9903AD: hue angle of 292.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9903AD is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 3 | 173 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.32 |
| HSL | 292.94º | 0.97% | 0.35% | - |
| HSV(B) | 292.94º | 0.98% | 0.68% | - |
| XYZ | 20.71 | 9.85 | 40.35 | - |
| YUV | 67.23 | 187.7 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 173 | 0.12 | 0.98 | 0 | 0.32 | 292.94 | 0.97 | 0.35 |
| Hex | 99 | 3 | AD | C | 62 | 0 | 20 | 125 | 61 | 23 |
| Octal | 231 | 3 | 255 | 14 | 142 | 0 | 40 | 445 | 141 | 43 |
| Binary | 10011001 | 11 | 10101101 | 1100 | 1100010 | 0 | 100000 | 100100101 | 1100001 | 100011 |
Color Harmonies of #9903AD
Complementary color
Monochromatic Colors of #9903AD
Black with #9903AD
Text Example
Text Example
White with #9903AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9903AD; }
p { color: rgb(153,3,173); }
H1.HeaderClassName
{
color: #9903AD;
}
.AnyTagClassName
{
color: #9903AD;
}
</style>
background-color css
<style>
a { background-color: #9903AD; }
a { background-color: rgb(153,3,173); }
div.DivClassName
{
background-color: #9903AD;
}
.BgClassName
{
background-color: #9903AD;
}
</style>
border-color css
<style>
span { border-color: #9903AD; }
span { border-color: rgb(153,3,173); }
td.TdClassName
{
border-color: #9903AD;
}
.TagClassName
{
border-color: #9903AD;
}
</style>