Shades of Dark Magenta #80058E
Tints of Dark Magenta #80058E
RGB
CMYK
RGB Variations
Color information
#80058E (or 0x80058E) is known color: Dark Magenta. HEX triplet: 80, 05 and 8E. RGB value is (128,5,142). Sum of RGB (Red+Green+Blue) = 128+5+142=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #80058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80058E is #7FFA71. Grayscale: #383838. Windows color (decimal): -8387186 or 9307520. OLE color: 9307520.
HSL color Cylindrical-coordinate representation of color #80058E: hue angle of 293.87º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80058E is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 5 | 142 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.44 |
| HSL | 293.87º | 0.93% | 0.29% | - |
| HSV(B) | 293.87º | 0.96% | 0.56% | - |
| XYZ | 13.84 | 6.65 | 26.15 | - |
| YUV | 57.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 142 | 0.10 | 0.96 | 0 | 0.44 | 293.87 | 0.93 | 0.29 |
| Hex | 80 | 5 | 8E | A | 60 | 0 | 2C | 126 | 5D | 1D |
| Octal | 200 | 5 | 216 | 12 | 140 | 0 | 54 | 446 | 135 | 35 |
| Binary | 10000000 | 101 | 10001110 | 1010 | 1100000 | 0 | 101100 | 100100110 | 1011101 | 11101 |
Color Harmonies of #80058E
Complementary color
Monochromatic Colors of #80058E
Black with #80058E
Text Example
Text Example
White with #80058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80058E; }
p { color: rgb(128,5,142); }
H1.HeaderClassName
{
color: #80058E;
}
.AnyTagClassName
{
color: #80058E;
}
</style>
background-color css
<style>
a { background-color: #80058E; }
a { background-color: rgb(128,5,142); }
div.DivClassName
{
background-color: #80058E;
}
.BgClassName
{
background-color: #80058E;
}
</style>
border-color css
<style>
span { border-color: #80058E; }
span { border-color: rgb(128,5,142); }
td.TdClassName
{
border-color: #80058E;
}
.TagClassName
{
border-color: #80058E;
}
</style>