Shades of Dark Magenta #88128C
Tints of Dark Magenta #88128C
RGB
CMYK
RGB Variations
Color information
#88128C (or 0x88128C) is known color: Dark Magenta. HEX triplet: 88, 12 and 8C. RGB value is (136,18,140). Sum of RGB (Red+Green+Blue) = 136+18+140=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #88128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88128C is #77ED73. Grayscale: #424242. Windows color (decimal): -7859572 or 9179784. OLE color: 9179784.
HSL color Cylindrical-coordinate representation of color #88128C: hue angle of 298.03º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88128C is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 18 | 140 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.45 |
| HSL | 298.03º | 0.77% | 0.31% | - |
| HSV(B) | 298.03º | 0.87% | 0.55% | - |
| XYZ | 15.1 | 7.56 | 25.47 | - |
| YUV | 67.19 | 169.09 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 140 | 0.03 | 0.87 | 0 | 0.45 | 298.03 | 0.77 | 0.31 |
| Hex | 88 | 12 | 8C | 3 | 57 | 0 | 2D | 12A | 4D | 1F |
| Octal | 210 | 22 | 214 | 3 | 127 | 0 | 55 | 452 | 115 | 37 |
| Binary | 10001000 | 10010 | 10001100 | 11 | 1010111 | 0 | 101101 | 100101010 | 1001101 | 11111 |
Color Harmonies of #88128C
Complementary color
Monochromatic Colors of #88128C
Black with #88128C
Text Example
Text Example
White with #88128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88128C; }
p { color: rgb(136,18,140); }
H1.HeaderClassName
{
color: #88128C;
}
.AnyTagClassName
{
color: #88128C;
}
</style>
background-color css
<style>
a { background-color: #88128C; }
a { background-color: rgb(136,18,140); }
div.DivClassName
{
background-color: #88128C;
}
.BgClassName
{
background-color: #88128C;
}
</style>
border-color css
<style>
span { border-color: #88128C; }
span { border-color: rgb(136,18,140); }
td.TdClassName
{
border-color: #88128C;
}
.TagClassName
{
border-color: #88128C;
}
</style>