Shades of Dark Magenta #88178D
Tints of Dark Magenta #88178D
RGB
CMYK
RGB Variations
Color information
#88178D (or 0x88178D) is known color: Dark Magenta. HEX triplet: 88, 17 and 8D. RGB value is (136,23,141). Sum of RGB (Red+Green+Blue) = 136+23+141=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #88178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88178D is #77E872. Grayscale: #454545. Windows color (decimal): -7858291 or 9246600. OLE color: 9246600.
HSL color Cylindrical-coordinate representation of color #88178D: hue angle of 297.46º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88178D is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 23 | 141 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.45 |
| HSL | 297.46º | 0.72% | 0.32% | - |
| HSV(B) | 297.46º | 0.84% | 0.55% | - |
| XYZ | 15.27 | 7.77 | 25.89 | - |
| YUV | 70.24 | 167.94 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 141 | 0.04 | 0.84 | 0 | 0.45 | 297.46 | 0.72 | 0.32 |
| Hex | 88 | 17 | 8D | 4 | 54 | 0 | 2D | 129 | 48 | 20 |
| Octal | 210 | 27 | 215 | 4 | 124 | 0 | 55 | 451 | 110 | 40 |
| Binary | 10001000 | 10111 | 10001101 | 100 | 1010100 | 0 | 101101 | 100101001 | 1001000 | 100000 |
Color Harmonies of #88178D
Complementary color
Monochromatic Colors of #88178D
Black with #88178D
Text Example
Text Example
White with #88178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88178D; }
p { color: rgb(136,23,141); }
H1.HeaderClassName
{
color: #88178D;
}
.AnyTagClassName
{
color: #88178D;
}
</style>
background-color css
<style>
a { background-color: #88178D; }
a { background-color: rgb(136,23,141); }
div.DivClassName
{
background-color: #88178D;
}
.BgClassName
{
background-color: #88178D;
}
</style>
border-color css
<style>
span { border-color: #88178D; }
span { border-color: rgb(136,23,141); }
td.TdClassName
{
border-color: #88178D;
}
.TagClassName
{
border-color: #88178D;
}
</style>