Shades of Dark Magenta #900DAB
Tints of Dark Magenta #900DAB
RGB
CMYK
RGB Variations
Color information
#900DAB (or 0x900DAB) is known color: Dark Magenta. HEX triplet: 90, 0D and AB. RGB value is (144,13,171). Sum of RGB (Red+Green+Blue) = 144+13+171=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #900DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900DAB is #6FF254. Grayscale: #454545. Windows color (decimal): -7336533 or 11210128. OLE color: 11210128.
HSL color Cylindrical-coordinate representation of color #900DAB: hue angle of 289.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900DAB is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 13 | 171 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.33 |
| HSL | 289.75º | 0.86% | 0.36% | - |
| HSV(B) | 289.75º | 0.92% | 0.67% | - |
| XYZ | 19 | 9.16 | 39.29 | - |
| YUV | 70.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 171 | 0.16 | 0.92 | 0 | 0.33 | 289.75 | 0.86 | 0.36 |
| Hex | 90 | D | AB | 10 | 5C | 0 | 21 | 122 | 56 | 24 |
| Octal | 220 | 15 | 253 | 20 | 134 | 0 | 41 | 442 | 126 | 44 |
| Binary | 10010000 | 1101 | 10101011 | 10000 | 1011100 | 0 | 100001 | 100100010 | 1010110 | 100100 |
Color Harmonies of #900DAB
Complementary color
Monochromatic Colors of #900DAB
Black with #900DAB
Text Example
Text Example
White with #900DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900DAB; }
p { color: rgb(144,13,171); }
H1.HeaderClassName
{
color: #900DAB;
}
.AnyTagClassName
{
color: #900DAB;
}
</style>
background-color css
<style>
a { background-color: #900DAB; }
a { background-color: rgb(144,13,171); }
div.DivClassName
{
background-color: #900DAB;
}
.BgClassName
{
background-color: #900DAB;
}
</style>
border-color css
<style>
span { border-color: #900DAB; }
span { border-color: rgb(144,13,171); }
td.TdClassName
{
border-color: #900DAB;
}
.TagClassName
{
border-color: #900DAB;
}
</style>