Shades of Dark Magenta #80129E
Tints of Dark Magenta #80129E
RGB
CMYK
RGB Variations
Color information
#80129E (or 0x80129E) is known color: Dark Magenta. HEX triplet: 80, 12 and 9E. RGB value is (128,18,158). Sum of RGB (Red+Green+Blue) = 128+18+158=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #80129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80129E is #7FED61. Grayscale: #424242. Windows color (decimal): -8383842 or 10359424. OLE color: 10359424.
HSL color Cylindrical-coordinate representation of color #80129E: hue angle of 287.14º 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 #80129E is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 18 | 158 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.38 |
| HSL | 287.14º | 0.8% | 0.35% | - |
| HSV(B) | 287.14º | 0.89% | 0.62% | - |
| XYZ | 15.29 | 7.49 | 32.99 | - |
| YUV | 66.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 158 | 0.19 | 0.89 | 0 | 0.38 | 287.14 | 0.8 | 0.35 |
| Hex | 80 | 12 | 9E | 13 | 59 | 0 | 26 | 11F | 50 | 23 |
| Octal | 200 | 22 | 236 | 23 | 131 | 0 | 46 | 437 | 120 | 43 |
| Binary | 10000000 | 10010 | 10011110 | 10011 | 1011001 | 0 | 100110 | 100011111 | 1010000 | 100011 |
Color Harmonies of #80129E
Complementary color
Monochromatic Colors of #80129E
Black with #80129E
Text Example
Text Example
White with #80129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80129E; }
p { color: rgb(128,18,158); }
H1.HeaderClassName
{
color: #80129E;
}
.AnyTagClassName
{
color: #80129E;
}
</style>
background-color css
<style>
a { background-color: #80129E; }
a { background-color: rgb(128,18,158); }
div.DivClassName
{
background-color: #80129E;
}
.BgClassName
{
background-color: #80129E;
}
</style>
border-color css
<style>
span { border-color: #80129E; }
span { border-color: rgb(128,18,158); }
td.TdClassName
{
border-color: #80129E;
}
.TagClassName
{
border-color: #80129E;
}
</style>