Shades of Dark Magenta #9901AD
Tints of Dark Magenta #9901AD
RGB
CMYK
RGB Variations
Color information
#9901AD (or 0x9901AD) is known color: Dark Magenta. HEX triplet: 99, 01 and AD. RGB value is (153,1,173). Sum of RGB (Red+Green+Blue) = 153+1+173=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #9901AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9901AD is #66FE52. Grayscale: #414141. Windows color (decimal): -6749779 or 11338137. OLE color: 11338137.
HSL color Cylindrical-coordinate representation of color #9901AD: hue angle of 293.02º degrees, saturation: 0.99, 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 #9901AD is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 1 | 173 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.32 |
| HSL | 293.02º | 0.99% | 0.34% | - |
| HSV(B) | 293.02º | 0.99% | 0.68% | - |
| XYZ | 20.69 | 9.81 | 40.34 | - |
| YUV | 66.06 | 188.36 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 173 | 0.12 | 0.99 | 0 | 0.32 | 293.02 | 0.99 | 0.34 |
| Hex | 99 | 1 | AD | C | 63 | 0 | 20 | 125 | 63 | 22 |
| Octal | 231 | 1 | 255 | 14 | 143 | 0 | 40 | 445 | 143 | 42 |
| Binary | 10011001 | 1 | 10101101 | 1100 | 1100011 | 0 | 100000 | 100100101 | 1100011 | 100010 |
Color Harmonies of #9901AD
Complementary color
Monochromatic Colors of #9901AD
Black with #9901AD
Text Example
Text Example
White with #9901AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9901AD; }
p { color: rgb(153,1,173); }
H1.HeaderClassName
{
color: #9901AD;
}
.AnyTagClassName
{
color: #9901AD;
}
</style>
background-color css
<style>
a { background-color: #9901AD; }
a { background-color: rgb(153,1,173); }
div.DivClassName
{
background-color: #9901AD;
}
.BgClassName
{
background-color: #9901AD;
}
</style>
border-color css
<style>
span { border-color: #9901AD; }
span { border-color: rgb(153,1,173); }
td.TdClassName
{
border-color: #9901AD;
}
.TagClassName
{
border-color: #9901AD;
}
</style>