Shades of Dark Magenta #91118C
Tints of Dark Magenta #91118C
RGB
CMYK
RGB Variations
Color information
#91118C (or 0x91118C) is known color: Dark Magenta. HEX triplet: 91, 11 and 8C. RGB value is (145,17,140). Sum of RGB (Red+Green+Blue) = 145+17+140=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #91118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91118C is #6EEE73. Grayscale: #444444. Windows color (decimal): -7270004 or 9179537. OLE color: 9179537.
HSL color Cylindrical-coordinate representation of color #91118C: hue angle of 302.34º 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 #91118C is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 140 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.43 |
| HSL | 302.34º | 0.79% | 0.32% | - |
| HSV(B) | 302.34º | 0.88% | 0.57% | - |
| XYZ | 16.61 | 8.31 | 25.54 | - |
| YUV | 69.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 140 | 0 | 0.88 | 0.03 | 0.43 | 302.34 | 0.79 | 0.32 |
| Hex | 91 | 11 | 8C | 0 | 58 | 3 | 2B | 12E | 4F | 20 |
| Octal | 221 | 21 | 214 | 0 | 130 | 3 | 53 | 456 | 117 | 40 |
| Binary | 10010001 | 10001 | 10001100 | 0 | 1011000 | 11 | 101011 | 100101110 | 1001111 | 100000 |
Color Harmonies of #91118C
Complementary color
Monochromatic Colors of #91118C
Black with #91118C
Text Example
Text Example
White with #91118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91118C; }
p { color: rgb(145,17,140); }
H1.HeaderClassName
{
color: #91118C;
}
.AnyTagClassName
{
color: #91118C;
}
</style>
background-color css
<style>
a { background-color: #91118C; }
a { background-color: rgb(145,17,140); }
div.DivClassName
{
background-color: #91118C;
}
.BgClassName
{
background-color: #91118C;
}
</style>
border-color css
<style>
span { border-color: #91118C; }
span { border-color: rgb(145,17,140); }
td.TdClassName
{
border-color: #91118C;
}
.TagClassName
{
border-color: #91118C;
}
</style>