Shades of Dark Magenta #88178F
Tints of Dark Magenta #88178F
RGB
CMYK
RGB Variations
Color information
#88178F (or 0x88178F) is known color: Dark Magenta. HEX triplet: 88, 17 and 8F. RGB value is (136,23,143). Sum of RGB (Red+Green+Blue) = 136+23+143=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #88178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88178F is #77E870. Grayscale: #464646. Windows color (decimal): -7858289 or 9377672. OLE color: 9377672.
HSL color Cylindrical-coordinate representation of color #88178F: hue angle of 296.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88178F is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 23 | 143 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.44 |
| HSL | 296.5º | 0.72% | 0.33% | - |
| HSV(B) | 296.5º | 0.84% | 0.56% | - |
| XYZ | 15.42 | 7.83 | 26.69 | - |
| YUV | 70.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 143 | 0.05 | 0.84 | 0 | 0.44 | 296.5 | 0.72 | 0.33 |
| Hex | 88 | 17 | 8F | 5 | 54 | 0 | 2C | 128 | 48 | 21 |
| Octal | 210 | 27 | 217 | 5 | 124 | 0 | 54 | 450 | 110 | 41 |
| Binary | 10001000 | 10111 | 10001111 | 101 | 1010100 | 0 | 101100 | 100101000 | 1001000 | 100001 |
Color Harmonies of #88178F
Complementary color
Monochromatic Colors of #88178F
Black with #88178F
Text Example
Text Example
White with #88178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88178F; }
p { color: rgb(136,23,143); }
H1.HeaderClassName
{
color: #88178F;
}
.AnyTagClassName
{
color: #88178F;
}
</style>
background-color css
<style>
a { background-color: #88178F; }
a { background-color: rgb(136,23,143); }
div.DivClassName
{
background-color: #88178F;
}
.BgClassName
{
background-color: #88178F;
}
</style>
border-color css
<style>
span { border-color: #88178F; }
span { border-color: rgb(136,23,143); }
td.TdClassName
{
border-color: #88178F;
}
.TagClassName
{
border-color: #88178F;
}
</style>