Shades of Dark Magenta #9511AD
Tints of Dark Magenta #9511AD
RGB
CMYK
RGB Variations
Color information
#9511AD (or 0x9511AD) is known color: Dark Magenta. HEX triplet: 95, 11 and AD. RGB value is (149,17,173). Sum of RGB (Red+Green+Blue) = 149+17+173=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #9511AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9511AD is #6AEE52. Grayscale: #494949. Windows color (decimal): -7007827 or 11342229. OLE color: 11342229.
HSL color Cylindrical-coordinate representation of color #9511AD: hue angle of 290.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9511AD is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 17 | 173 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.32 |
| HSL | 290.77º | 0.82% | 0.37% | - |
| HSV(B) | 290.77º | 0.9% | 0.68% | - |
| XYZ | 20.14 | 9.81 | 40.37 | - |
| YUV | 74.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 173 | 0.14 | 0.90 | 0 | 0.32 | 290.77 | 0.82 | 0.37 |
| Hex | 95 | 11 | AD | E | 5A | 0 | 20 | 123 | 52 | 25 |
| Octal | 225 | 21 | 255 | 16 | 132 | 0 | 40 | 443 | 122 | 45 |
| Binary | 10010101 | 10001 | 10101101 | 1110 | 1011010 | 0 | 100000 | 100100011 | 1010010 | 100101 |
Color Harmonies of #9511AD
Complementary color
Monochromatic Colors of #9511AD
Black with #9511AD
Text Example
Text Example
White with #9511AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9511AD; }
p { color: rgb(149,17,173); }
H1.HeaderClassName
{
color: #9511AD;
}
.AnyTagClassName
{
color: #9511AD;
}
</style>
background-color css
<style>
a { background-color: #9511AD; }
a { background-color: rgb(149,17,173); }
div.DivClassName
{
background-color: #9511AD;
}
.BgClassName
{
background-color: #9511AD;
}
</style>
border-color css
<style>
span { border-color: #9511AD; }
span { border-color: rgb(149,17,173); }
td.TdClassName
{
border-color: #9511AD;
}
.TagClassName
{
border-color: #9511AD;
}
</style>