Shades of Dark Magenta #900DAD
Tints of Dark Magenta #900DAD
RGB
CMYK
RGB Variations
Color information
#900DAD (or 0x900DAD) is known color: Dark Magenta. HEX triplet: 90, 0D and AD. RGB value is (144,13,173). Sum of RGB (Red+Green+Blue) = 144+13+173=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #900DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900DAD is #6FF252. Grayscale: #454545. Windows color (decimal): -7336531 or 11341200. OLE color: 11341200.
HSL color Cylindrical-coordinate representation of color #900DAD: hue angle of 289.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900DAD is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 13 | 173 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.32 |
| HSL | 289.13º | 0.86% | 0.36% | - |
| HSV(B) | 289.13º | 0.92% | 0.68% | - |
| XYZ | 19.19 | 9.23 | 40.31 | - |
| YUV | 70.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 173 | 0.17 | 0.92 | 0 | 0.32 | 289.13 | 0.86 | 0.36 |
| Hex | 90 | D | AD | 11 | 5C | 0 | 20 | 121 | 56 | 24 |
| Octal | 220 | 15 | 255 | 21 | 134 | 0 | 40 | 441 | 126 | 44 |
| Binary | 10010000 | 1101 | 10101101 | 10001 | 1011100 | 0 | 100000 | 100100001 | 1010110 | 100100 |
Color Harmonies of #900DAD
Complementary color
Monochromatic Colors of #900DAD
Black with #900DAD
Text Example
Text Example
White with #900DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DAD; }
p { color: rgb(144,13,173); }
H1.HeaderClassName
{
color: #900DAD;
}
.AnyTagClassName
{
color: #900DAD;
}
</style>
background-color css
<style>
a { background-color: #900DAD; }
a { background-color: rgb(144,13,173); }
div.DivClassName
{
background-color: #900DAD;
}
.BgClassName
{
background-color: #900DAD;
}
</style>
border-color css
<style>
span { border-color: #900DAD; }
span { border-color: rgb(144,13,173); }
td.TdClassName
{
border-color: #900DAD;
}
.TagClassName
{
border-color: #900DAD;
}
</style>