Shades of Dark Magenta #880899
Tints of Dark Magenta #880899
RGB
CMYK
RGB Variations
Color information
#880899 (or 0x880899) is known color: Dark Magenta. HEX triplet: 88, 08 and 99. RGB value is (136,8,153). Sum of RGB (Red+Green+Blue) = 136+8+153=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #880899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880899 is #77F766. Grayscale: #3E3E3E. Windows color (decimal): -7862119 or 10029192. OLE color: 10029192.
HSL color Cylindrical-coordinate representation of color #880899: hue angle of 292.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880899 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 8 | 153 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.4 |
| HSL | 292.97º | 0.9% | 0.32% | - |
| HSV(B) | 292.97º | 0.95% | 0.6% | - |
| XYZ | 15.99 | 7.71 | 30.78 | - |
| YUV | 62.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 153 | 0.11 | 0.95 | 0 | 0.4 | 292.97 | 0.9 | 0.32 |
| Hex | 88 | 8 | 99 | B | 5F | 0 | 28 | 125 | 5A | 20 |
| Octal | 210 | 10 | 231 | 13 | 137 | 0 | 50 | 445 | 132 | 40 |
| Binary | 10001000 | 1000 | 10011001 | 1011 | 1011111 | 0 | 101000 | 100100101 | 1011010 | 100000 |
Color Harmonies of #880899
Complementary color
Monochromatic Colors of #880899
Black with #880899
Text Example
Text Example
White with #880899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880899; }
p { color: rgb(136,8,153); }
H1.HeaderClassName
{
color: #880899;
}
.AnyTagClassName
{
color: #880899;
}
</style>
background-color css
<style>
a { background-color: #880899; }
a { background-color: rgb(136,8,153); }
div.DivClassName
{
background-color: #880899;
}
.BgClassName
{
background-color: #880899;
}
</style>
border-color css
<style>
span { border-color: #880899; }
span { border-color: rgb(136,8,153); }
td.TdClassName
{
border-color: #880899;
}
.TagClassName
{
border-color: #880899;
}
</style>