Shades of Dark Magenta #91037C
Tints of Dark Magenta #91037C
RGB
CMYK
RGB Variations
Color information
#91037C (or 0x91037C) is known color: Dark Magenta. HEX triplet: 91, 03 and 7C. RGB value is (145,3,124). Sum of RGB (Red+Green+Blue) = 145+3+124=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #91037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91037C is #6EFC83. Grayscale: #3A3A3A. Windows color (decimal): -7273604 or 8127377. OLE color: 8127377.
HSL color Cylindrical-coordinate representation of color #91037C: hue angle of 308.87º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91037C is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.43 |
| HSL | 308.87º | 0.96% | 0.29% | - |
| HSV(B) | 308.87º | 0.98% | 0.57% | - |
| XYZ | 15.35 | 7.54 | 19.72 | - |
| YUV | 59.25 | 164.54 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 124 | 0 | 0.98 | 0.14 | 0.43 | 308.87 | 0.96 | 0.29 |
| Hex | 91 | 3 | 7C | 0 | 62 | E | 2B | 135 | 60 | 1D |
| Octal | 221 | 3 | 174 | 0 | 142 | 16 | 53 | 465 | 140 | 35 |
| Binary | 10010001 | 11 | 1111100 | 0 | 1100010 | 1110 | 101011 | 100110101 | 1100000 | 11101 |
Color Harmonies of #91037C
Complementary color
Monochromatic Colors of #91037C
Black with #91037C
Text Example
Text Example
White with #91037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91037C; }
p { color: rgb(145,3,124); }
H1.HeaderClassName
{
color: #91037C;
}
.AnyTagClassName
{
color: #91037C;
}
</style>
background-color css
<style>
a { background-color: #91037C; }
a { background-color: rgb(145,3,124); }
div.DivClassName
{
background-color: #91037C;
}
.BgClassName
{
background-color: #91037C;
}
</style>
border-color css
<style>
span { border-color: #91037C; }
span { border-color: rgb(145,3,124); }
td.TdClassName
{
border-color: #91037C;
}
.TagClassName
{
border-color: #91037C;
}
</style>