Shades of Dark Magenta #80058C
Tints of Dark Magenta #80058C
RGB
CMYK
RGB Variations
Color information
#80058C (or 0x80058C) is known color: Dark Magenta. HEX triplet: 80, 05 and 8C. RGB value is (128,5,140). Sum of RGB (Red+Green+Blue) = 128+5+140=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #80058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80058C is #7FFA73. Grayscale: #383838. Windows color (decimal): -8387188 or 9176448. OLE color: 9176448.
HSL color Cylindrical-coordinate representation of color #80058C: hue angle of 294.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80058C is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 5 | 140 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.45 |
| HSL | 294.67º | 0.93% | 0.28% | - |
| HSV(B) | 294.67º | 0.96% | 0.55% | - |
| XYZ | 13.69 | 6.59 | 25.36 | - |
| YUV | 57.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 140 | 0.09 | 0.96 | 0 | 0.45 | 294.67 | 0.93 | 0.28 |
| Hex | 80 | 5 | 8C | 9 | 60 | 0 | 2D | 127 | 5D | 1C |
| Octal | 200 | 5 | 214 | 11 | 140 | 0 | 55 | 447 | 135 | 34 |
| Binary | 10000000 | 101 | 10001100 | 1001 | 1100000 | 0 | 101101 | 100100111 | 1011101 | 11100 |
Color Harmonies of #80058C
Complementary color
Monochromatic Colors of #80058C
Black with #80058C
Text Example
Text Example
White with #80058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80058C; }
p { color: rgb(128,5,140); }
H1.HeaderClassName
{
color: #80058C;
}
.AnyTagClassName
{
color: #80058C;
}
</style>
background-color css
<style>
a { background-color: #80058C; }
a { background-color: rgb(128,5,140); }
div.DivClassName
{
background-color: #80058C;
}
.BgClassName
{
background-color: #80058C;
}
</style>
border-color css
<style>
span { border-color: #80058C; }
span { border-color: rgb(128,5,140); }
td.TdClassName
{
border-color: #80058C;
}
.TagClassName
{
border-color: #80058C;
}
</style>