Shades of Dark Magenta #9010AB
Tints of Dark Magenta #9010AB
RGB
CMYK
RGB Variations
Color information
#9010AB (or 0x9010AB) is known color: Dark Magenta. HEX triplet: 90, 10 and AB. RGB value is (144,16,171). Sum of RGB (Red+Green+Blue) = 144+16+171=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #9010AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9010AB is #6FEF54. Grayscale: #474747. Windows color (decimal): -7335765 or 11210896. OLE color: 11210896.
HSL color Cylindrical-coordinate representation of color #9010AB: hue angle of 289.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9010AB is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 16 | 171 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.33 |
| HSL | 289.55º | 0.83% | 0.37% | - |
| HSV(B) | 289.55º | 0.91% | 0.67% | - |
| XYZ | 19.04 | 9.24 | 39.31 | - |
| YUV | 71.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 171 | 0.16 | 0.91 | 0 | 0.33 | 289.55 | 0.83 | 0.37 |
| Hex | 90 | 10 | AB | 10 | 5B | 0 | 21 | 122 | 53 | 25 |
| Octal | 220 | 20 | 253 | 20 | 133 | 0 | 41 | 442 | 123 | 45 |
| Binary | 10010000 | 10000 | 10101011 | 10000 | 1011011 | 0 | 100001 | 100100010 | 1010011 | 100101 |
Color Harmonies of #9010AB
Complementary color
Monochromatic Colors of #9010AB
Black with #9010AB
Text Example
Text Example
White with #9010AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010AB; }
p { color: rgb(144,16,171); }
H1.HeaderClassName
{
color: #9010AB;
}
.AnyTagClassName
{
color: #9010AB;
}
</style>
background-color css
<style>
a { background-color: #9010AB; }
a { background-color: rgb(144,16,171); }
div.DivClassName
{
background-color: #9010AB;
}
.BgClassName
{
background-color: #9010AB;
}
</style>
border-color css
<style>
span { border-color: #9010AB; }
span { border-color: rgb(144,16,171); }
td.TdClassName
{
border-color: #9010AB;
}
.TagClassName
{
border-color: #9010AB;
}
</style>