Shades of Dark Magenta #88058E
Tints of Dark Magenta #88058E
RGB
CMYK
RGB Variations
Color information
#88058E (or 0x88058E) is known color: Dark Magenta. HEX triplet: 88, 05 and 8E. RGB value is (136,5,142). Sum of RGB (Red+Green+Blue) = 136+5+142=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #88058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88058E is #77FA71. Grayscale: #3B3B3B. Windows color (decimal): -7862898 or 9307528. OLE color: 9307528.
HSL color Cylindrical-coordinate representation of color #88058E: hue angle of 297.37º 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 #88058E is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 5 | 142 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.44 |
| HSL | 297.37º | 0.93% | 0.29% | - |
| HSV(B) | 297.37º | 0.96% | 0.56% | - |
| XYZ | 15.09 | 7.3 | 26.2 | - |
| YUV | 59.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 142 | 0.04 | 0.96 | 0 | 0.44 | 297.37 | 0.93 | 0.29 |
| Hex | 88 | 5 | 8E | 4 | 60 | 0 | 2C | 129 | 5D | 1D |
| Octal | 210 | 5 | 216 | 4 | 140 | 0 | 54 | 451 | 135 | 35 |
| Binary | 10001000 | 101 | 10001110 | 100 | 1100000 | 0 | 101100 | 100101001 | 1011101 | 11101 |
Color Harmonies of #88058E
Complementary color
Monochromatic Colors of #88058E
Black with #88058E
Text Example
Text Example
White with #88058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88058E; }
p { color: rgb(136,5,142); }
H1.HeaderClassName
{
color: #88058E;
}
.AnyTagClassName
{
color: #88058E;
}
</style>
background-color css
<style>
a { background-color: #88058E; }
a { background-color: rgb(136,5,142); }
div.DivClassName
{
background-color: #88058E;
}
.BgClassName
{
background-color: #88058E;
}
</style>
border-color css
<style>
span { border-color: #88058E; }
span { border-color: rgb(136,5,142); }
td.TdClassName
{
border-color: #88058E;
}
.TagClassName
{
border-color: #88058E;
}
</style>