Shades of Dark Magenta #9511A7
Tints of Dark Magenta #9511A7
RGB
CMYK
RGB Variations
Color information
#9511A7 (or 0x9511A7) is known color: Dark Magenta. HEX triplet: 95, 11 and A7. RGB value is (149,17,167). Sum of RGB (Red+Green+Blue) = 149+17+167=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 167 (65.62% from 255 or 50.15% from 333); Max value from RGB is 167 - color contains mainly: blue. Hex color #9511A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9511A7 is #6AEE58. Grayscale: #494949. Windows color (decimal): -7007833 or 10949013. OLE color: 10949013.
HSL color Cylindrical-coordinate representation of color #9511A7: hue angle of 292.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9511A7 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 17 | 167 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.35 |
| HSL | 292.8º | 0.82% | 0.36% | - |
| HSV(B) | 292.8º | 0.9% | 0.65% | - |
| XYZ | 19.57 | 9.58 | 37.38 | - |
| YUV | 73.57 | 180.73 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 167 | 0.11 | 0.90 | 0 | 0.35 | 292.8 | 0.82 | 0.36 |
| Hex | 95 | 11 | A7 | B | 5A | 0 | 23 | 125 | 52 | 24 |
| Octal | 225 | 21 | 247 | 13 | 132 | 0 | 43 | 445 | 122 | 44 |
| Binary | 10010101 | 10001 | 10100111 | 1011 | 1011010 | 0 | 100011 | 100100101 | 1010010 | 100100 |
Color Harmonies of #9511A7
Complementary color
Monochromatic Colors of #9511A7
Black with #9511A7
Text Example
Text Example
White with #9511A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9511A7; }
p { color: rgb(149,17,167); }
H1.HeaderClassName
{
color: #9511A7;
}
.AnyTagClassName
{
color: #9511A7;
}
</style>
background-color css
<style>
a { background-color: #9511A7; }
a { background-color: rgb(149,17,167); }
div.DivClassName
{
background-color: #9511A7;
}
.BgClassName
{
background-color: #9511A7;
}
</style>
border-color css
<style>
span { border-color: #9511A7; }
span { border-color: rgb(149,17,167); }
td.TdClassName
{
border-color: #9511A7;
}
.TagClassName
{
border-color: #9511A7;
}
</style>