Shades of Dark Magenta #911995
Tints of Dark Magenta #911995
RGB
CMYK
RGB Variations
Color information
#911995 (or 0x911995) is known color: Dark Magenta. HEX triplet: 91, 19 and 95. RGB value is (145,25,149). Sum of RGB (Red+Green+Blue) = 145+25+149=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #911995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911995 is #6EE66A. Grayscale: #4A4A4A. Windows color (decimal): -7267947 or 9771409. OLE color: 9771409.
HSL color Cylindrical-coordinate representation of color #911995: hue angle of 298.06º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911995 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 25 | 149 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.42 |
| HSL | 298.06º | 0.71% | 0.34% | - |
| HSV(B) | 298.06º | 0.83% | 0.58% | - |
| XYZ | 17.45 | 8.88 | 29.23 | - |
| YUV | 75.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 149 | 0.03 | 0.83 | 0 | 0.42 | 298.06 | 0.71 | 0.34 |
| Hex | 91 | 19 | 95 | 3 | 53 | 0 | 2A | 12A | 47 | 22 |
| Octal | 221 | 31 | 225 | 3 | 123 | 0 | 52 | 452 | 107 | 42 |
| Binary | 10010001 | 11001 | 10010101 | 11 | 1010011 | 0 | 101010 | 100101010 | 1000111 | 100010 |
Color Harmonies of #911995
Complementary color
Monochromatic Colors of #911995
Black with #911995
Text Example
Text Example
White with #911995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911995; }
p { color: rgb(145,25,149); }
H1.HeaderClassName
{
color: #911995;
}
.AnyTagClassName
{
color: #911995;
}
</style>
background-color css
<style>
a { background-color: #911995; }
a { background-color: rgb(145,25,149); }
div.DivClassName
{
background-color: #911995;
}
.BgClassName
{
background-color: #911995;
}
</style>
border-color css
<style>
span { border-color: #911995; }
span { border-color: rgb(145,25,149); }
td.TdClassName
{
border-color: #911995;
}
.TagClassName
{
border-color: #911995;
}
</style>