Shades of Dark Magenta #88089C
Tints of Dark Magenta #88089C
RGB
CMYK
RGB Variations
Color information
#88089C (or 0x88089C) is known color: Dark Magenta. HEX triplet: 88, 08 and 9C. RGB value is (136,8,156). Sum of RGB (Red+Green+Blue) = 136+8+156=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #88089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88089C is #77F763. Grayscale: #3E3E3E. Windows color (decimal): -7862116 or 10225800. OLE color: 10225800.
HSL color Cylindrical-coordinate representation of color #88089C: hue angle of 291.89º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88089C is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 8 | 156 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.39 |
| HSL | 291.89º | 0.9% | 0.32% | - |
| HSV(B) | 291.89º | 0.95% | 0.61% | - |
| XYZ | 16.24 | 7.81 | 32.1 | - |
| YUV | 63.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 156 | 0.13 | 0.95 | 0 | 0.39 | 291.89 | 0.9 | 0.32 |
| Hex | 88 | 8 | 9C | D | 5F | 0 | 27 | 124 | 5A | 20 |
| Octal | 210 | 10 | 234 | 15 | 137 | 0 | 47 | 444 | 132 | 40 |
| Binary | 10001000 | 1000 | 10011100 | 1101 | 1011111 | 0 | 100111 | 100100100 | 1011010 | 100000 |
Color Harmonies of #88089C
Complementary color
Monochromatic Colors of #88089C
Black with #88089C
Text Example
Text Example
White with #88089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88089C; }
p { color: rgb(136,8,156); }
H1.HeaderClassName
{
color: #88089C;
}
.AnyTagClassName
{
color: #88089C;
}
</style>
background-color css
<style>
a { background-color: #88089C; }
a { background-color: rgb(136,8,156); }
div.DivClassName
{
background-color: #88089C;
}
.BgClassName
{
background-color: #88089C;
}
</style>
border-color css
<style>
span { border-color: #88089C; }
span { border-color: rgb(136,8,156); }
td.TdClassName
{
border-color: #88089C;
}
.TagClassName
{
border-color: #88089C;
}
</style>