Shades of Dark Magenta #88159C
Tints of Dark Magenta #88159C
RGB
CMYK
RGB Variations
Color information
#88159C (or 0x88159C) is known color: Dark Magenta. HEX triplet: 88, 15 and 9C. RGB value is (136,21,156). Sum of RGB (Red+Green+Blue) = 136+21+156=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #88159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88159C is #77EA63. Grayscale: #464646. Windows color (decimal): -7858788 or 10229128. OLE color: 10229128.
HSL color Cylindrical-coordinate representation of color #88159C: hue angle of 291.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88159C is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 21 | 156 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.39 |
| HSL | 291.11º | 0.76% | 0.35% | - |
| HSV(B) | 291.11º | 0.87% | 0.61% | - |
| XYZ | 16.42 | 8.17 | 32.16 | - |
| YUV | 70.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 156 | 0.13 | 0.87 | 0 | 0.39 | 291.11 | 0.76 | 0.35 |
| Hex | 88 | 15 | 9C | D | 57 | 0 | 27 | 123 | 4C | 23 |
| Octal | 210 | 25 | 234 | 15 | 127 | 0 | 47 | 443 | 114 | 43 |
| Binary | 10001000 | 10101 | 10011100 | 1101 | 1010111 | 0 | 100111 | 100100011 | 1001100 | 100011 |
Color Harmonies of #88159C
Complementary color
Monochromatic Colors of #88159C
Black with #88159C
Text Example
Text Example
White with #88159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88159C; }
p { color: rgb(136,21,156); }
H1.HeaderClassName
{
color: #88159C;
}
.AnyTagClassName
{
color: #88159C;
}
</style>
background-color css
<style>
a { background-color: #88159C; }
a { background-color: rgb(136,21,156); }
div.DivClassName
{
background-color: #88159C;
}
.BgClassName
{
background-color: #88159C;
}
</style>
border-color css
<style>
span { border-color: #88159C; }
span { border-color: rgb(136,21,156); }
td.TdClassName
{
border-color: #88159C;
}
.TagClassName
{
border-color: #88159C;
}
</style>