Shades of Dark Magenta #91139E
Tints of Dark Magenta #91139E
RGB
CMYK
RGB Variations
Color information
#91139E (or 0x91139E) is known color: Dark Magenta. HEX triplet: 91, 13 and 9E. RGB value is (145,19,158). Sum of RGB (Red+Green+Blue) = 145+19+158=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #91139E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91139E is #6EEC61. Grayscale: #484848. Windows color (decimal): -7269474 or 10359697. OLE color: 10359697.
HSL color Cylindrical-coordinate representation of color #91139E: hue angle of 294.39º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #91139E is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 19 | 158 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.38 |
| HSL | 294.39º | 0.79% | 0.35% | - |
| HSV(B) | 294.39º | 0.88% | 0.62% | - |
| XYZ | 18.08 | 8.95 | 33.12 | - |
| YUV | 72.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 158 | 0.08 | 0.88 | 0 | 0.38 | 294.39 | 0.79 | 0.35 |
| Hex | 91 | 13 | 9E | 8 | 58 | 0 | 26 | 126 | 4F | 23 |
| Octal | 221 | 23 | 236 | 10 | 130 | 0 | 46 | 446 | 117 | 43 |
| Binary | 10010001 | 10011 | 10011110 | 1000 | 1011000 | 0 | 100110 | 100100110 | 1001111 | 100011 |
Color Harmonies of #91139E
Complementary color
Monochromatic Colors of #91139E
Black with #91139E
Text Example
Text Example
White with #91139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91139E; }
p { color: rgb(145,19,158); }
H1.HeaderClassName
{
color: #91139E;
}
.AnyTagClassName
{
color: #91139E;
}
</style>
background-color css
<style>
a { background-color: #91139E; }
a { background-color: rgb(145,19,158); }
div.DivClassName
{
background-color: #91139E;
}
.BgClassName
{
background-color: #91139E;
}
</style>
border-color css
<style>
span { border-color: #91139E; }
span { border-color: rgb(145,19,158); }
td.TdClassName
{
border-color: #91139E;
}
.TagClassName
{
border-color: #91139E;
}
</style>