Shades of Dark Magenta #9511AB
Tints of Dark Magenta #9511AB
RGB
CMYK
RGB Variations
Color information
#9511AB (or 0x9511AB) is known color: Dark Magenta. HEX triplet: 95, 11 and AB. RGB value is (149,17,171). Sum of RGB (Red+Green+Blue) = 149+17+171=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #9511AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9511AB is #6AEE54. Grayscale: #494949. Windows color (decimal): -7007829 or 11211157. OLE color: 11211157.
HSL color Cylindrical-coordinate representation of color #9511AB: hue angle of 291.43º 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 #9511AB is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 17 | 171 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.33 |
| HSL | 291.43º | 0.82% | 0.37% | - |
| HSV(B) | 291.43º | 0.9% | 0.67% | - |
| XYZ | 19.95 | 9.73 | 39.36 | - |
| YUV | 74.02 | 182.73 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 171 | 0.13 | 0.90 | 0 | 0.33 | 291.43 | 0.82 | 0.37 |
| Hex | 95 | 11 | AB | D | 5A | 0 | 21 | 123 | 52 | 25 |
| Octal | 225 | 21 | 253 | 15 | 132 | 0 | 41 | 443 | 122 | 45 |
| Binary | 10010101 | 10001 | 10101011 | 1101 | 1011010 | 0 | 100001 | 100100011 | 1010010 | 100101 |
Color Harmonies of #9511AB
Complementary color
Monochromatic Colors of #9511AB
Black with #9511AB
Text Example
Text Example
White with #9511AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9511AB; }
p { color: rgb(149,17,171); }
H1.HeaderClassName
{
color: #9511AB;
}
.AnyTagClassName
{
color: #9511AB;
}
</style>
background-color css
<style>
a { background-color: #9511AB; }
a { background-color: rgb(149,17,171); }
div.DivClassName
{
background-color: #9511AB;
}
.BgClassName
{
background-color: #9511AB;
}
</style>
border-color css
<style>
span { border-color: #9511AB; }
span { border-color: rgb(149,17,171); }
td.TdClassName
{
border-color: #9511AB;
}
.TagClassName
{
border-color: #9511AB;
}
</style>