Shades of Dark Magenta #911191
Tints of Dark Magenta #911191
RGB
CMYK
RGB Variations
Color information
#911191 (or 0x911191) is known color: Dark Magenta. HEX triplet: 91, 11 and 91. RGB value is (145,17,145). Sum of RGB (Red+Green+Blue) = 145+17+145=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #911191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911191 is #6EEE6E. Grayscale: #454545. Windows color (decimal): -7269999 or 9507217. OLE color: 9507217.
HSL color Cylindrical-coordinate representation of color #911191: hue angle of 300º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911191 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 145 | - |
| CMYK | 0 | 0.88 | 0 | 0.43 |
| HSL | 300º | 0.79% | 0.32% | - |
| HSV(B) | 300º | 0.88% | 0.57% | - |
| XYZ | 16.99 | 8.46 | 27.53 | - |
| YUV | 69.86 | 170.41 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 145 | 0 | 0.88 | 0 | 0.43 | 300 | 0.79 | 0.32 |
| Hex | 91 | 11 | 91 | 0 | 58 | 0 | 2B | 12C | 4F | 20 |
| Octal | 221 | 21 | 221 | 0 | 130 | 0 | 53 | 454 | 117 | 40 |
| Binary | 10010001 | 10001 | 10010001 | 0 | 1011000 | 0 | 101011 | 100101100 | 1001111 | 100000 |
Color Harmonies of #911191
Complementary color
Monochromatic Colors of #911191
Black with #911191
Text Example
Text Example
White with #911191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911191; }
p { color: rgb(145,17,145); }
H1.HeaderClassName
{
color: #911191;
}
.AnyTagClassName
{
color: #911191;
}
</style>
background-color css
<style>
a { background-color: #911191; }
a { background-color: rgb(145,17,145); }
div.DivClassName
{
background-color: #911191;
}
.BgClassName
{
background-color: #911191;
}
</style>
border-color css
<style>
span { border-color: #911191; }
span { border-color: rgb(145,17,145); }
td.TdClassName
{
border-color: #911191;
}
.TagClassName
{
border-color: #911191;
}
</style>