Shades of Dark Magenta #9611AD
Tints of Dark Magenta #9611AD
RGB
CMYK
RGB Variations
Color information
#9611AD (or 0x9611AD) is known color: Dark Magenta. HEX triplet: 96, 11 and AD. RGB value is (150,17,173). Sum of RGB (Red+Green+Blue) = 150+17+173=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #9611AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9611AD is #69EE52. Grayscale: #4A4A4A. Windows color (decimal): -6942291 or 11342230. OLE color: 11342230.
HSL color Cylindrical-coordinate representation of color #9611AD: hue angle of 291.15º 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 #9611AD is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 17 | 173 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.32 |
| HSL | 291.15º | 0.82% | 0.37% | - |
| HSV(B) | 291.15º | 0.9% | 0.68% | - |
| XYZ | 20.32 | 9.9 | 40.38 | - |
| YUV | 74.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 173 | 0.13 | 0.90 | 0 | 0.32 | 291.15 | 0.82 | 0.37 |
| Hex | 96 | 11 | AD | D | 5A | 0 | 20 | 123 | 52 | 25 |
| Octal | 226 | 21 | 255 | 15 | 132 | 0 | 40 | 443 | 122 | 45 |
| Binary | 10010110 | 10001 | 10101101 | 1101 | 1011010 | 0 | 100000 | 100100011 | 1010010 | 100101 |
Color Harmonies of #9611AD
Complementary color
Monochromatic Colors of #9611AD
Black with #9611AD
Text Example
Text Example
White with #9611AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9611AD; }
p { color: rgb(150,17,173); }
H1.HeaderClassName
{
color: #9611AD;
}
.AnyTagClassName
{
color: #9611AD;
}
</style>
background-color css
<style>
a { background-color: #9611AD; }
a { background-color: rgb(150,17,173); }
div.DivClassName
{
background-color: #9611AD;
}
.BgClassName
{
background-color: #9611AD;
}
</style>
border-color css
<style>
span { border-color: #9611AD; }
span { border-color: rgb(150,17,173); }
td.TdClassName
{
border-color: #9611AD;
}
.TagClassName
{
border-color: #9611AD;
}
</style>