Shades of Dark Magenta #9013AB
Tints of Dark Magenta #9013AB
RGB
CMYK
RGB Variations
Color information
#9013AB (or 0x9013AB) is known color: Dark Magenta. HEX triplet: 90, 13 and AB. RGB value is (144,19,171). Sum of RGB (Red+Green+Blue) = 144+19+171=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #9013AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9013AB is #6FEC54. Grayscale: #494949. Windows color (decimal): -7334997 or 11211664. OLE color: 11211664.
HSL color Cylindrical-coordinate representation of color #9013AB: hue angle of 289.34º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9013AB is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 19 | 171 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.33 |
| HSL | 289.34º | 0.8% | 0.37% | - |
| HSV(B) | 289.34º | 0.89% | 0.67% | - |
| XYZ | 19.09 | 9.34 | 39.32 | - |
| YUV | 73.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 171 | 0.16 | 0.89 | 0 | 0.33 | 289.34 | 0.8 | 0.37 |
| Hex | 90 | 13 | AB | 10 | 59 | 0 | 21 | 121 | 50 | 25 |
| Octal | 220 | 23 | 253 | 20 | 131 | 0 | 41 | 441 | 120 | 45 |
| Binary | 10010000 | 10011 | 10101011 | 10000 | 1011001 | 0 | 100001 | 100100001 | 1010000 | 100101 |
Color Harmonies of #9013AB
Complementary color
Monochromatic Colors of #9013AB
Black with #9013AB
Text Example
Text Example
White with #9013AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9013AB; }
p { color: rgb(144,19,171); }
H1.HeaderClassName
{
color: #9013AB;
}
.AnyTagClassName
{
color: #9013AB;
}
</style>
background-color css
<style>
a { background-color: #9013AB; }
a { background-color: rgb(144,19,171); }
div.DivClassName
{
background-color: #9013AB;
}
.BgClassName
{
background-color: #9013AB;
}
</style>
border-color css
<style>
span { border-color: #9013AB; }
span { border-color: rgb(144,19,171); }
td.TdClassName
{
border-color: #9013AB;
}
.TagClassName
{
border-color: #9013AB;
}
</style>