Shades of Dark Magenta #91199C
Tints of Dark Magenta #91199C
RGB
CMYK
RGB Variations
Color information
#91199C (or 0x91199C) is known color: Dark Magenta. HEX triplet: 91, 19 and 9C. RGB value is (145,25,156). Sum of RGB (Red+Green+Blue) = 145+25+156=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #91199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91199C is #6EE663. Grayscale: #4B4B4B. Windows color (decimal): -7267940 or 10230161. OLE color: 10230161.
HSL color Cylindrical-coordinate representation of color #91199C: hue angle of 294.96º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91199C is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 25 | 156 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.39 |
| HSL | 294.96º | 0.72% | 0.35% | - |
| HSV(B) | 294.96º | 0.84% | 0.61% | - |
| XYZ | 18.03 | 9.12 | 32.26 | - |
| YUV | 75.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 156 | 0.07 | 0.84 | 0 | 0.39 | 294.96 | 0.72 | 0.35 |
| Hex | 91 | 19 | 9C | 7 | 54 | 0 | 27 | 127 | 48 | 23 |
| Octal | 221 | 31 | 234 | 7 | 124 | 0 | 47 | 447 | 110 | 43 |
| Binary | 10010001 | 11001 | 10011100 | 111 | 1010100 | 0 | 100111 | 100100111 | 1001000 | 100011 |
Color Harmonies of #91199C
Complementary color
Monochromatic Colors of #91199C
Black with #91199C
Text Example
Text Example
White with #91199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91199C; }
p { color: rgb(145,25,156); }
H1.HeaderClassName
{
color: #91199C;
}
.AnyTagClassName
{
color: #91199C;
}
</style>
background-color css
<style>
a { background-color: #91199C; }
a { background-color: rgb(145,25,156); }
div.DivClassName
{
background-color: #91199C;
}
.BgClassName
{
background-color: #91199C;
}
</style>
border-color css
<style>
span { border-color: #91199C; }
span { border-color: rgb(145,25,156); }
td.TdClassName
{
border-color: #91199C;
}
.TagClassName
{
border-color: #91199C;
}
</style>