Shades of Dark Magenta #80119E
Tints of Dark Magenta #80119E
RGB
CMYK
RGB Variations
Color information
#80119E (or 0x80119E) is known color: Dark Magenta. HEX triplet: 80, 11 and 9E. RGB value is (128,17,158). Sum of RGB (Red+Green+Blue) = 128+17+158=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #80119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80119E is #7FEE61. Grayscale: #414141. Windows color (decimal): -8384098 or 10359168. OLE color: 10359168.
HSL color Cylindrical-coordinate representation of color #80119E: hue angle of 287.23º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80119E is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 17 | 158 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.38 |
| HSL | 287.23º | 0.81% | 0.34% | - |
| HSV(B) | 287.23º | 0.89% | 0.62% | - |
| XYZ | 15.27 | 7.46 | 32.98 | - |
| YUV | 66.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 158 | 0.19 | 0.89 | 0 | 0.38 | 287.23 | 0.81 | 0.34 |
| Hex | 80 | 11 | 9E | 13 | 59 | 0 | 26 | 11F | 51 | 22 |
| Octal | 200 | 21 | 236 | 23 | 131 | 0 | 46 | 437 | 121 | 42 |
| Binary | 10000000 | 10001 | 10011110 | 10011 | 1011001 | 0 | 100110 | 100011111 | 1010001 | 100010 |
Color Harmonies of #80119E
Complementary color
Monochromatic Colors of #80119E
Black with #80119E
Text Example
Text Example
White with #80119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80119E; }
p { color: rgb(128,17,158); }
H1.HeaderClassName
{
color: #80119E;
}
.AnyTagClassName
{
color: #80119E;
}
</style>
background-color css
<style>
a { background-color: #80119E; }
a { background-color: rgb(128,17,158); }
div.DivClassName
{
background-color: #80119E;
}
.BgClassName
{
background-color: #80119E;
}
</style>
border-color css
<style>
span { border-color: #80119E; }
span { border-color: rgb(128,17,158); }
td.TdClassName
{
border-color: #80119E;
}
.TagClassName
{
border-color: #80119E;
}
</style>