Shades of Dark Magenta #9111AB
Tints of Dark Magenta #9111AB
RGB
CMYK
RGB Variations
Color information
#9111AB (or 0x9111AB) is known color: Dark Magenta. HEX triplet: 91, 11 and AB. RGB value is (145,17,171). Sum of RGB (Red+Green+Blue) = 145+17+171=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #9111AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9111AB is #6EEE54. Grayscale: #484848. Windows color (decimal): -7269973 or 11211153. OLE color: 11211153.
HSL color Cylindrical-coordinate representation of color #9111AB: hue angle of 289.87º 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 #9111AB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 17 | 171 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.33 |
| HSL | 289.87º | 0.82% | 0.37% | - |
| HSV(B) | 289.87º | 0.9% | 0.67% | - |
| XYZ | 19.23 | 9.36 | 39.32 | - |
| YUV | 72.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 171 | 0.15 | 0.90 | 0 | 0.33 | 289.87 | 0.82 | 0.37 |
| Hex | 91 | 11 | AB | F | 5A | 0 | 21 | 122 | 52 | 25 |
| Octal | 221 | 21 | 253 | 17 | 132 | 0 | 41 | 442 | 122 | 45 |
| Binary | 10010001 | 10001 | 10101011 | 1111 | 1011010 | 0 | 100001 | 100100010 | 1010010 | 100101 |
Color Harmonies of #9111AB
Complementary color
Monochromatic Colors of #9111AB
Black with #9111AB
Text Example
Text Example
White with #9111AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9111AB; }
p { color: rgb(145,17,171); }
H1.HeaderClassName
{
color: #9111AB;
}
.AnyTagClassName
{
color: #9111AB;
}
</style>
background-color css
<style>
a { background-color: #9111AB; }
a { background-color: rgb(145,17,171); }
div.DivClassName
{
background-color: #9111AB;
}
.BgClassName
{
background-color: #9111AB;
}
</style>
border-color css
<style>
span { border-color: #9111AB; }
span { border-color: rgb(145,17,171); }
td.TdClassName
{
border-color: #9111AB;
}
.TagClassName
{
border-color: #9111AB;
}
</style>