Shades of Dark Magenta #91129E
Tints of Dark Magenta #91129E
RGB
CMYK
RGB Variations
Color information
#91129E (or 0x91129E) is known color: Dark Magenta. HEX triplet: 91, 12 and 9E. RGB value is (145,18,158). Sum of RGB (Red+Green+Blue) = 145+18+158=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #91129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91129E is #6EED61. Grayscale: #474747. Windows color (decimal): -7269730 or 10359441. OLE color: 10359441.
HSL color Cylindrical-coordinate representation of color #91129E: hue angle of 294.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91129E is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 18 | 158 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.38 |
| HSL | 294.43º | 0.8% | 0.35% | - |
| HSV(B) | 294.43º | 0.89% | 0.62% | - |
| XYZ | 18.06 | 8.92 | 33.12 | - |
| YUV | 71.93 | 176.58 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 158 | 0.08 | 0.89 | 0 | 0.38 | 294.43 | 0.8 | 0.35 |
| Hex | 91 | 12 | 9E | 8 | 59 | 0 | 26 | 126 | 50 | 23 |
| Octal | 221 | 22 | 236 | 10 | 131 | 0 | 46 | 446 | 120 | 43 |
| Binary | 10010001 | 10010 | 10011110 | 1000 | 1011001 | 0 | 100110 | 100100110 | 1010000 | 100011 |
Color Harmonies of #91129E
Complementary color
Monochromatic Colors of #91129E
Black with #91129E
Text Example
Text Example
White with #91129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91129E; }
p { color: rgb(145,18,158); }
H1.HeaderClassName
{
color: #91129E;
}
.AnyTagClassName
{
color: #91129E;
}
</style>
background-color css
<style>
a { background-color: #91129E; }
a { background-color: rgb(145,18,158); }
div.DivClassName
{
background-color: #91129E;
}
.BgClassName
{
background-color: #91129E;
}
</style>
border-color css
<style>
span { border-color: #91129E; }
span { border-color: rgb(145,18,158); }
td.TdClassName
{
border-color: #91129E;
}
.TagClassName
{
border-color: #91129E;
}
</style>