Shades of Dark Magenta #88179F
Tints of Dark Magenta #88179F
RGB
CMYK
RGB Variations
Color information
#88179F (or 0x88179F) is known color: Dark Magenta. HEX triplet: 88, 17 and 9F. RGB value is (136,23,159). Sum of RGB (Red+Green+Blue) = 136+23+159=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #88179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88179F is #77E860. Grayscale: #474747. Windows color (decimal): -7858273 or 10426248. OLE color: 10426248.
HSL color Cylindrical-coordinate representation of color #88179F: hue angle of 289.85º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88179F is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 23 | 159 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.38 |
| HSL | 289.85º | 0.75% | 0.36% | - |
| HSV(B) | 289.85º | 0.86% | 0.62% | - |
| XYZ | 16.72 | 8.35 | 33.53 | - |
| YUV | 72.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 159 | 0.14 | 0.86 | 0 | 0.38 | 289.85 | 0.75 | 0.36 |
| Hex | 88 | 17 | 9F | E | 56 | 0 | 26 | 122 | 4B | 24 |
| Octal | 210 | 27 | 237 | 16 | 126 | 0 | 46 | 442 | 113 | 44 |
| Binary | 10001000 | 10111 | 10011111 | 1110 | 1010110 | 0 | 100110 | 100100010 | 1001011 | 100100 |
Color Harmonies of #88179F
Complementary color
Monochromatic Colors of #88179F
Black with #88179F
Text Example
Text Example
White with #88179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88179F; }
p { color: rgb(136,23,159); }
H1.HeaderClassName
{
color: #88179F;
}
.AnyTagClassName
{
color: #88179F;
}
</style>
background-color css
<style>
a { background-color: #88179F; }
a { background-color: rgb(136,23,159); }
div.DivClassName
{
background-color: #88179F;
}
.BgClassName
{
background-color: #88179F;
}
</style>
border-color css
<style>
span { border-color: #88179F; }
span { border-color: rgb(136,23,159); }
td.TdClassName
{
border-color: #88179F;
}
.TagClassName
{
border-color: #88179F;
}
</style>