Shades of Dark Magenta #9011AB
Tints of Dark Magenta #9011AB
RGB
CMYK
RGB Variations
Color information
#9011AB (or 0x9011AB) is known color: Dark Magenta. HEX triplet: 90, 11 and AB. RGB value is (144,17,171). Sum of RGB (Red+Green+Blue) = 144+17+171=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #9011AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9011AB is #6FEE54. Grayscale: #484848. Windows color (decimal): -7335509 or 11211152. OLE color: 11211152.
HSL color Cylindrical-coordinate representation of color #9011AB: hue angle of 289.48º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9011AB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 17 | 171 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.33 |
| HSL | 289.48º | 0.82% | 0.37% | - |
| HSV(B) | 289.48º | 0.9% | 0.67% | - |
| XYZ | 19.05 | 9.27 | 39.31 | - |
| YUV | 72.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 171 | 0.16 | 0.90 | 0 | 0.33 | 289.48 | 0.82 | 0.37 |
| Hex | 90 | 11 | AB | 10 | 5A | 0 | 21 | 121 | 52 | 25 |
| Octal | 220 | 21 | 253 | 20 | 132 | 0 | 41 | 441 | 122 | 45 |
| Binary | 10010000 | 10001 | 10101011 | 10000 | 1011010 | 0 | 100001 | 100100001 | 1010010 | 100101 |
Color Harmonies of #9011AB
Complementary color
Monochromatic Colors of #9011AB
Black with #9011AB
Text Example
Text Example
White with #9011AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011AB; }
p { color: rgb(144,17,171); }
H1.HeaderClassName
{
color: #9011AB;
}
.AnyTagClassName
{
color: #9011AB;
}
</style>
background-color css
<style>
a { background-color: #9011AB; }
a { background-color: rgb(144,17,171); }
div.DivClassName
{
background-color: #9011AB;
}
.BgClassName
{
background-color: #9011AB;
}
</style>
border-color css
<style>
span { border-color: #9011AB; }
span { border-color: rgb(144,17,171); }
td.TdClassName
{
border-color: #9011AB;
}
.TagClassName
{
border-color: #9011AB;
}
</style>