Shades of Dark Magenta #91149C
Tints of Dark Magenta #91149C
RGB
CMYK
RGB Variations
Color information
#91149C (or 0x91149C) is known color: Dark Magenta. HEX triplet: 91, 14 and 9C. RGB value is (145,20,156). Sum of RGB (Red+Green+Blue) = 145+20+156=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #91149C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91149C is #6EEB63. Grayscale: #484848. Windows color (decimal): -7269220 or 10228881. OLE color: 10228881.
HSL color Cylindrical-coordinate representation of color #91149C: hue angle of 295.15º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91149C is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 20 | 156 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.39 |
| HSL | 295.15º | 0.77% | 0.35% | - |
| HSV(B) | 295.15º | 0.87% | 0.61% | - |
| XYZ | 17.93 | 8.92 | 32.23 | - |
| YUV | 72.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 156 | 0.07 | 0.87 | 0 | 0.39 | 295.15 | 0.77 | 0.35 |
| Hex | 91 | 14 | 9C | 7 | 57 | 0 | 27 | 127 | 4D | 23 |
| Octal | 221 | 24 | 234 | 7 | 127 | 0 | 47 | 447 | 115 | 43 |
| Binary | 10010001 | 10100 | 10011100 | 111 | 1010111 | 0 | 100111 | 100100111 | 1001101 | 100011 |
Color Harmonies of #91149C
Complementary color
Monochromatic Colors of #91149C
Black with #91149C
Text Example
Text Example
White with #91149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91149C; }
p { color: rgb(145,20,156); }
H1.HeaderClassName
{
color: #91149C;
}
.AnyTagClassName
{
color: #91149C;
}
</style>
background-color css
<style>
a { background-color: #91149C; }
a { background-color: rgb(145,20,156); }
div.DivClassName
{
background-color: #91149C;
}
.BgClassName
{
background-color: #91149C;
}
</style>
border-color css
<style>
span { border-color: #91149C; }
span { border-color: rgb(145,20,156); }
td.TdClassName
{
border-color: #91149C;
}
.TagClassName
{
border-color: #91149C;
}
</style>