Shades of Dark Magenta #88109F
Tints of Dark Magenta #88109F
RGB
CMYK
RGB Variations
Color information
#88109F (or 0x88109F) is known color: Dark Magenta. HEX triplet: 88, 10 and 9F. RGB value is (136,16,159). Sum of RGB (Red+Green+Blue) = 136+16+159=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #88109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88109F is #77EF60. Grayscale: #434343. Windows color (decimal): -7860065 or 10424456. OLE color: 10424456.
HSL color Cylindrical-coordinate representation of color #88109F: hue angle of 290.35º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88109F is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 16 | 159 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.38 |
| HSL | 290.35º | 0.82% | 0.34% | - |
| HSV(B) | 290.35º | 0.9% | 0.62% | - |
| XYZ | 16.6 | 8.11 | 33.49 | - |
| YUV | 68.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 16 | 159 | 0.14 | 0.90 | 0 | 0.38 | 290.35 | 0.82 | 0.34 |
| Hex | 88 | 10 | 9F | E | 5A | 0 | 26 | 122 | 52 | 22 |
| Octal | 210 | 20 | 237 | 16 | 132 | 0 | 46 | 442 | 122 | 42 |
| Binary | 10001000 | 10000 | 10011111 | 1110 | 1011010 | 0 | 100110 | 100100010 | 1010010 | 100010 |
Color Harmonies of #88109F
Complementary color
Monochromatic Colors of #88109F
Black with #88109F
Text Example
Text Example
White with #88109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88109F; }
p { color: rgb(136,16,159); }
H1.HeaderClassName
{
color: #88109F;
}
.AnyTagClassName
{
color: #88109F;
}
</style>
background-color css
<style>
a { background-color: #88109F; }
a { background-color: rgb(136,16,159); }
div.DivClassName
{
background-color: #88109F;
}
.BgClassName
{
background-color: #88109F;
}
</style>
border-color css
<style>
span { border-color: #88109F; }
span { border-color: rgb(136,16,159); }
td.TdClassName
{
border-color: #88109F;
}
.TagClassName
{
border-color: #88109F;
}
</style>