Shades of Dark Magenta #88058C
Tints of Dark Magenta #88058C
RGB
CMYK
RGB Variations
Color information
#88058C (or 0x88058C) is known color: Dark Magenta. HEX triplet: 88, 05 and 8C. RGB value is (136,5,140). Sum of RGB (Red+Green+Blue) = 136+5+140=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #88058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88058C is #77FA73. Grayscale: #3B3B3B. Windows color (decimal): -7862900 or 9176456. OLE color: 9176456.
HSL color Cylindrical-coordinate representation of color #88058C: hue angle of 298.22º 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 #88058C is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 5 | 140 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.45 |
| HSL | 298.22º | 0.93% | 0.28% | - |
| HSV(B) | 298.22º | 0.96% | 0.55% | - |
| XYZ | 14.94 | 7.24 | 25.42 | - |
| YUV | 59.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 140 | 0.03 | 0.96 | 0 | 0.45 | 298.22 | 0.93 | 0.28 |
| Hex | 88 | 5 | 8C | 3 | 60 | 0 | 2D | 12A | 5D | 1C |
| Octal | 210 | 5 | 214 | 3 | 140 | 0 | 55 | 452 | 135 | 34 |
| Binary | 10001000 | 101 | 10001100 | 11 | 1100000 | 0 | 101101 | 100101010 | 1011101 | 11100 |
Color Harmonies of #88058C
Complementary color
Monochromatic Colors of #88058C
Black with #88058C
Text Example
Text Example
White with #88058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88058C; }
p { color: rgb(136,5,140); }
H1.HeaderClassName
{
color: #88058C;
}
.AnyTagClassName
{
color: #88058C;
}
</style>
background-color css
<style>
a { background-color: #88058C; }
a { background-color: rgb(136,5,140); }
div.DivClassName
{
background-color: #88058C;
}
.BgClassName
{
background-color: #88058C;
}
</style>
border-color css
<style>
span { border-color: #88058C; }
span { border-color: rgb(136,5,140); }
td.TdClassName
{
border-color: #88058C;
}
.TagClassName
{
border-color: #88058C;
}
</style>