Shades of Dark Magenta #88119A
Tints of Dark Magenta #88119A
RGB
CMYK
RGB Variations
Color information
#88119A (or 0x88119A) is known color: Dark Magenta. HEX triplet: 88, 11 and 9A. RGB value is (136,17,154). Sum of RGB (Red+Green+Blue) = 136+17+154=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #88119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88119A is #77EE65. Grayscale: #434343. Windows color (decimal): -7859814 or 10097032. OLE color: 10097032.
HSL color Cylindrical-coordinate representation of color #88119A: hue angle of 292.12º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88119A is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 17 | 154 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.40 |
| HSL | 292.12º | 0.8% | 0.34% | - |
| HSV(B) | 292.12º | 0.89% | 0.6% | - |
| XYZ | 16.19 | 7.97 | 31.26 | - |
| YUV | 68.2 | 176.42 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 154 | 0.12 | 0.89 | 0 | 0.40 | 292.12 | 0.8 | 0.34 |
| Hex | 88 | 11 | 9A | C | 59 | 0 | 28 | 124 | 50 | 22 |
| Octal | 210 | 21 | 232 | 14 | 131 | 0 | 50 | 444 | 120 | 42 |
| Binary | 10001000 | 10001 | 10011010 | 1100 | 1011001 | 0 | 101000 | 100100100 | 1010000 | 100010 |
Color Harmonies of #88119A
Complementary color
Monochromatic Colors of #88119A
Black with #88119A
Text Example
Text Example
White with #88119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88119A; }
p { color: rgb(136,17,154); }
H1.HeaderClassName
{
color: #88119A;
}
.AnyTagClassName
{
color: #88119A;
}
</style>
background-color css
<style>
a { background-color: #88119A; }
a { background-color: rgb(136,17,154); }
div.DivClassName
{
background-color: #88119A;
}
.BgClassName
{
background-color: #88119A;
}
</style>
border-color css
<style>
span { border-color: #88119A; }
span { border-color: rgb(136,17,154); }
td.TdClassName
{
border-color: #88119A;
}
.TagClassName
{
border-color: #88119A;
}
</style>