Shades of Dark Magenta #88158D
Tints of Dark Magenta #88158D
RGB
CMYK
RGB Variations
Color information
#88158D (or 0x88158D) is known color: Dark Magenta. HEX triplet: 88, 15 and 8D. RGB value is (136,21,141). Sum of RGB (Red+Green+Blue) = 136+21+141=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #88158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88158D is #77EA72. Grayscale: #444444. Windows color (decimal): -7858803 or 9246088. OLE color: 9246088.
HSL color Cylindrical-coordinate representation of color #88158D: hue angle of 297.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88158D is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 21 | 141 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.45 |
| HSL | 297.5º | 0.74% | 0.32% | - |
| HSV(B) | 297.5º | 0.85% | 0.55% | - |
| XYZ | 15.23 | 7.69 | 25.88 | - |
| YUV | 69.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 141 | 0.04 | 0.85 | 0 | 0.45 | 297.5 | 0.74 | 0.32 |
| Hex | 88 | 15 | 8D | 4 | 55 | 0 | 2D | 12A | 4A | 20 |
| Octal | 210 | 25 | 215 | 4 | 125 | 0 | 55 | 452 | 112 | 40 |
| Binary | 10001000 | 10101 | 10001101 | 100 | 1010101 | 0 | 101101 | 100101010 | 1001010 | 100000 |
Color Harmonies of #88158D
Complementary color
Monochromatic Colors of #88158D
Black with #88158D
Text Example
Text Example
White with #88158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88158D; }
p { color: rgb(136,21,141); }
H1.HeaderClassName
{
color: #88158D;
}
.AnyTagClassName
{
color: #88158D;
}
</style>
background-color css
<style>
a { background-color: #88158D; }
a { background-color: rgb(136,21,141); }
div.DivClassName
{
background-color: #88158D;
}
.BgClassName
{
background-color: #88158D;
}
</style>
border-color css
<style>
span { border-color: #88158D; }
span { border-color: rgb(136,21,141); }
td.TdClassName
{
border-color: #88158D;
}
.TagClassName
{
border-color: #88158D;
}
</style>