Shades of Dark Magenta #9010AD
Tints of Dark Magenta #9010AD
RGB
CMYK
RGB Variations
Color information
#9010AD (or 0x9010AD) is known color: Dark Magenta. HEX triplet: 90, 10 and AD. RGB value is (144,16,173). Sum of RGB (Red+Green+Blue) = 144+16+173=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 16 (6.64% from 255 or 4.80% 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 #9010AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9010AD is #6FEF52. Grayscale: #474747. Windows color (decimal): -7335763 or 11341968. OLE color: 11341968.
HSL color Cylindrical-coordinate representation of color #9010AD: hue angle of 288.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9010AD is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 16 | 173 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.32 |
| HSL | 288.92º | 0.83% | 0.37% | - |
| HSV(B) | 288.92º | 0.91% | 0.68% | - |
| XYZ | 19.23 | 9.32 | 40.32 | - |
| YUV | 72.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 173 | 0.17 | 0.91 | 0 | 0.32 | 288.92 | 0.83 | 0.37 |
| Hex | 90 | 10 | AD | 11 | 5B | 0 | 20 | 121 | 53 | 25 |
| Octal | 220 | 20 | 255 | 21 | 133 | 0 | 40 | 441 | 123 | 45 |
| Binary | 10010000 | 10000 | 10101101 | 10001 | 1011011 | 0 | 100000 | 100100001 | 1010011 | 100101 |
Color Harmonies of #9010AD
Complementary color
Monochromatic Colors of #9010AD
Black with #9010AD
Text Example
Text Example
White with #9010AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010AD; }
p { color: rgb(144,16,173); }
H1.HeaderClassName
{
color: #9010AD;
}
.AnyTagClassName
{
color: #9010AD;
}
</style>
background-color css
<style>
a { background-color: #9010AD; }
a { background-color: rgb(144,16,173); }
div.DivClassName
{
background-color: #9010AD;
}
.BgClassName
{
background-color: #9010AD;
}
</style>
border-color css
<style>
span { border-color: #9010AD; }
span { border-color: rgb(144,16,173); }
td.TdClassName
{
border-color: #9010AD;
}
.TagClassName
{
border-color: #9010AD;
}
</style>