Shades of Dark Magenta #91199A
Tints of Dark Magenta #91199A
RGB
CMYK
RGB Variations
Color information
#91199A (or 0x91199A) is known color: Dark Magenta. HEX triplet: 91, 19 and 9A. RGB value is (145,25,154). Sum of RGB (Red+Green+Blue) = 145+25+154=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #91199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91199A is #6EE665. Grayscale: #4B4B4B. Windows color (decimal): -7267942 or 10099089. OLE color: 10099089.
HSL color Cylindrical-coordinate representation of color #91199A: hue angle of 295.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91199A is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 25 | 154 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.40 |
| HSL | 295.81º | 0.72% | 0.35% | - |
| HSV(B) | 295.81º | 0.84% | 0.6% | - |
| XYZ | 17.86 | 9.05 | 31.38 | - |
| YUV | 75.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 154 | 0.06 | 0.84 | 0 | 0.40 | 295.81 | 0.72 | 0.35 |
| Hex | 91 | 19 | 9A | 6 | 54 | 0 | 28 | 128 | 48 | 23 |
| Octal | 221 | 31 | 232 | 6 | 124 | 0 | 50 | 450 | 110 | 43 |
| Binary | 10010001 | 11001 | 10011010 | 110 | 1010100 | 0 | 101000 | 100101000 | 1001000 | 100011 |
Color Harmonies of #91199A
Complementary color
Monochromatic Colors of #91199A
Black with #91199A
Text Example
Text Example
White with #91199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91199A; }
p { color: rgb(145,25,154); }
H1.HeaderClassName
{
color: #91199A;
}
.AnyTagClassName
{
color: #91199A;
}
</style>
background-color css
<style>
a { background-color: #91199A; }
a { background-color: rgb(145,25,154); }
div.DivClassName
{
background-color: #91199A;
}
.BgClassName
{
background-color: #91199A;
}
</style>
border-color css
<style>
span { border-color: #91199A; }
span { border-color: rgb(145,25,154); }
td.TdClassName
{
border-color: #91199A;
}
.TagClassName
{
border-color: #91199A;
}
</style>