Shades of Dark Magenta #80059C
Tints of Dark Magenta #80059C
RGB
CMYK
RGB Variations
Color information
#80059C (or 0x80059C) is known color: Dark Magenta. HEX triplet: 80, 05 and 9C. RGB value is (128,5,156). Sum of RGB (Red+Green+Blue) = 128+5+156=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #80059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80059C is #7FFA63. Grayscale: #3A3A3A. Windows color (decimal): -8387172 or 10225024. OLE color: 10225024.
HSL color Cylindrical-coordinate representation of color #80059C: hue angle of 288.87º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80059C is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 5 | 156 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.39 |
| HSL | 288.87º | 0.94% | 0.32% | - |
| HSV(B) | 288.87º | 0.97% | 0.61% | - |
| XYZ | 14.96 | 7.1 | 32.03 | - |
| YUV | 58.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 156 | 0.18 | 0.97 | 0 | 0.39 | 288.87 | 0.94 | 0.32 |
| Hex | 80 | 5 | 9C | 12 | 61 | 0 | 27 | 121 | 5E | 20 |
| Octal | 200 | 5 | 234 | 22 | 141 | 0 | 47 | 441 | 136 | 40 |
| Binary | 10000000 | 101 | 10011100 | 10010 | 1100001 | 0 | 100111 | 100100001 | 1011110 | 100000 |
Color Harmonies of #80059C
Complementary color
Monochromatic Colors of #80059C
Black with #80059C
Text Example
Text Example
White with #80059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80059C; }
p { color: rgb(128,5,156); }
H1.HeaderClassName
{
color: #80059C;
}
.AnyTagClassName
{
color: #80059C;
}
</style>
background-color css
<style>
a { background-color: #80059C; }
a { background-color: rgb(128,5,156); }
div.DivClassName
{
background-color: #80059C;
}
.BgClassName
{
background-color: #80059C;
}
</style>
border-color css
<style>
span { border-color: #80059C; }
span { border-color: rgb(128,5,156); }
td.TdClassName
{
border-color: #80059C;
}
.TagClassName
{
border-color: #80059C;
}
</style>