Shades of Dark Magenta #9311AB
Tints of Dark Magenta #9311AB
RGB
CMYK
RGB Variations
Color information
#9311AB (or 0x9311AB) is known color: Dark Magenta. HEX triplet: 93, 11 and AB. RGB value is (147,17,171). Sum of RGB (Red+Green+Blue) = 147+17+171=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #9311AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9311AB is #6CEE54. Grayscale: #484848. Windows color (decimal): -7138901 or 11211155. OLE color: 11211155.
HSL color Cylindrical-coordinate representation of color #9311AB: hue angle of 290.65º 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 #9311AB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 17 | 171 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.33 |
| HSL | 290.65º | 0.82% | 0.37% | - |
| HSV(B) | 290.65º | 0.9% | 0.67% | - |
| XYZ | 19.58 | 9.54 | 39.34 | - |
| YUV | 73.43 | 183.07 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 171 | 0.14 | 0.90 | 0 | 0.33 | 290.65 | 0.82 | 0.37 |
| Hex | 93 | 11 | AB | E | 5A | 0 | 21 | 123 | 52 | 25 |
| Octal | 223 | 21 | 253 | 16 | 132 | 0 | 41 | 443 | 122 | 45 |
| Binary | 10010011 | 10001 | 10101011 | 1110 | 1011010 | 0 | 100001 | 100100011 | 1010010 | 100101 |
Color Harmonies of #9311AB
Complementary color
Monochromatic Colors of #9311AB
Black with #9311AB
Text Example
Text Example
White with #9311AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9311AB; }
p { color: rgb(147,17,171); }
H1.HeaderClassName
{
color: #9311AB;
}
.AnyTagClassName
{
color: #9311AB;
}
</style>
background-color css
<style>
a { background-color: #9311AB; }
a { background-color: rgb(147,17,171); }
div.DivClassName
{
background-color: #9311AB;
}
.BgClassName
{
background-color: #9311AB;
}
</style>
border-color css
<style>
span { border-color: #9311AB; }
span { border-color: rgb(147,17,171); }
td.TdClassName
{
border-color: #9311AB;
}
.TagClassName
{
border-color: #9311AB;
}
</style>