Shades of Dark Magenta #911695
Tints of Dark Magenta #911695
RGB
CMYK
RGB Variations
Color information
#911695 (or 0x911695) is known color: Dark Magenta. HEX triplet: 91, 16 and 95. RGB value is (145,22,149). Sum of RGB (Red+Green+Blue) = 145+22+149=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #911695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911695 is #6EE96A. Grayscale: #484848. Windows color (decimal): -7268715 or 9770641. OLE color: 9770641.
HSL color Cylindrical-coordinate representation of color #911695: hue angle of 298.11º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911695 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 22 | 149 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.42 |
| HSL | 298.11º | 0.74% | 0.34% | - |
| HSV(B) | 298.11º | 0.85% | 0.58% | - |
| XYZ | 17.39 | 8.76 | 29.21 | - |
| YUV | 73.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 149 | 0.03 | 0.85 | 0 | 0.42 | 298.11 | 0.74 | 0.34 |
| Hex | 91 | 16 | 95 | 3 | 55 | 0 | 2A | 12A | 4A | 22 |
| Octal | 221 | 26 | 225 | 3 | 125 | 0 | 52 | 452 | 112 | 42 |
| Binary | 10010001 | 10110 | 10010101 | 11 | 1010101 | 0 | 101010 | 100101010 | 1001010 | 100010 |
Color Harmonies of #911695
Complementary color
Monochromatic Colors of #911695
Black with #911695
Text Example
Text Example
White with #911695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911695; }
p { color: rgb(145,22,149); }
H1.HeaderClassName
{
color: #911695;
}
.AnyTagClassName
{
color: #911695;
}
</style>
background-color css
<style>
a { background-color: #911695; }
a { background-color: rgb(145,22,149); }
div.DivClassName
{
background-color: #911695;
}
.BgClassName
{
background-color: #911695;
}
</style>
border-color css
<style>
span { border-color: #911695; }
span { border-color: rgb(145,22,149); }
td.TdClassName
{
border-color: #911695;
}
.TagClassName
{
border-color: #911695;
}
</style>