Shades of Dark Magenta #9015AB
Tints of Dark Magenta #9015AB
RGB
CMYK
RGB Variations
Color information
#9015AB (or 0x9015AB) is known color: Dark Magenta. HEX triplet: 90, 15 and AB. RGB value is (144,21,171). Sum of RGB (Red+Green+Blue) = 144+21+171=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #9015AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9015AB is #6FEA54. Grayscale: #4A4A4A. Windows color (decimal): -7334485 or 11212176. OLE color: 11212176.
HSL color Cylindrical-coordinate representation of color #9015AB: hue angle of 289.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9015AB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 21 | 171 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.33 |
| HSL | 289.2º | 0.78% | 0.38% | - |
| HSV(B) | 289.2º | 0.88% | 0.67% | - |
| XYZ | 19.12 | 9.41 | 39.34 | - |
| YUV | 74.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 171 | 0.16 | 0.88 | 0 | 0.33 | 289.2 | 0.78 | 0.38 |
| Hex | 90 | 15 | AB | 10 | 58 | 0 | 21 | 121 | 4E | 26 |
| Octal | 220 | 25 | 253 | 20 | 130 | 0 | 41 | 441 | 116 | 46 |
| Binary | 10010000 | 10101 | 10101011 | 10000 | 1011000 | 0 | 100001 | 100100001 | 1001110 | 100110 |
Color Harmonies of #9015AB
Complementary color
Monochromatic Colors of #9015AB
Black with #9015AB
Text Example
Text Example
White with #9015AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9015AB; }
p { color: rgb(144,21,171); }
H1.HeaderClassName
{
color: #9015AB;
}
.AnyTagClassName
{
color: #9015AB;
}
</style>
background-color css
<style>
a { background-color: #9015AB; }
a { background-color: rgb(144,21,171); }
div.DivClassName
{
background-color: #9015AB;
}
.BgClassName
{
background-color: #9015AB;
}
</style>
border-color css
<style>
span { border-color: #9015AB; }
span { border-color: rgb(144,21,171); }
td.TdClassName
{
border-color: #9015AB;
}
.TagClassName
{
border-color: #9015AB;
}
</style>