Shades of Dark Magenta #88109A
Tints of Dark Magenta #88109A
RGB
CMYK
RGB Variations
Color information
#88109A (or 0x88109A) is known color: Dark Magenta. HEX triplet: 88, 10 and 9A. RGB value is (136,16,154). Sum of RGB (Red+Green+Blue) = 136+16+154=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #88109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88109A is #77EF65. Grayscale: #434343. Windows color (decimal): -7860070 or 10096776. OLE color: 10096776.
HSL color Cylindrical-coordinate representation of color #88109A: hue angle of 292.17º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88109A is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 16 | 154 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.40 |
| HSL | 292.17º | 0.81% | 0.33% | - |
| HSV(B) | 292.17º | 0.9% | 0.6% | - |
| XYZ | 16.17 | 7.94 | 31.25 | - |
| YUV | 67.61 | 176.76 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 154 | 0.12 | 0.90 | 0 | 0.40 | 292.17 | 0.81 | 0.33 |
| Hex | 88 | 10 | 9A | C | 5A | 0 | 28 | 124 | 51 | 21 |
| Octal | 210 | 20 | 232 | 14 | 132 | 0 | 50 | 444 | 121 | 41 |
| Binary | 10001000 | 10000 | 10011010 | 1100 | 1011010 | 0 | 101000 | 100100100 | 1010001 | 100001 |
Color Harmonies of #88109A
Complementary color
Monochromatic Colors of #88109A
Black with #88109A
Text Example
Text Example
White with #88109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88109A; }
p { color: rgb(136,16,154); }
H1.HeaderClassName
{
color: #88109A;
}
.AnyTagClassName
{
color: #88109A;
}
</style>
background-color css
<style>
a { background-color: #88109A; }
a { background-color: rgb(136,16,154); }
div.DivClassName
{
background-color: #88109A;
}
.BgClassName
{
background-color: #88109A;
}
</style>
border-color css
<style>
span { border-color: #88109A; }
span { border-color: rgb(136,16,154); }
td.TdClassName
{
border-color: #88109A;
}
.TagClassName
{
border-color: #88109A;
}
</style>