Shades of Dark Magenta #880699
Tints of Dark Magenta #880699
RGB
CMYK
RGB Variations
Color information
#880699 (or 0x880699) is known color: Dark Magenta. HEX triplet: 88, 06 and 99. RGB value is (136,6,153). Sum of RGB (Red+Green+Blue) = 136+6+153=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #880699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880699 is #77F966. Grayscale: #3D3D3D. Windows color (decimal): -7862631 or 10028680. OLE color: 10028680.
HSL color Cylindrical-coordinate representation of color #880699: hue angle of 293.06º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880699 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 6 | 153 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.4 |
| HSL | 293.06º | 0.92% | 0.31% | - |
| HSV(B) | 293.06º | 0.96% | 0.6% | - |
| XYZ | 15.97 | 7.66 | 30.77 | - |
| YUV | 61.63 | 179.57 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 153 | 0.11 | 0.96 | 0 | 0.4 | 293.06 | 0.92 | 0.31 |
| Hex | 88 | 6 | 99 | B | 60 | 0 | 28 | 125 | 5C | 1F |
| Octal | 210 | 6 | 231 | 13 | 140 | 0 | 50 | 445 | 134 | 37 |
| Binary | 10001000 | 110 | 10011001 | 1011 | 1100000 | 0 | 101000 | 100100101 | 1011100 | 11111 |
Color Harmonies of #880699
Complementary color
Monochromatic Colors of #880699
Black with #880699
Text Example
Text Example
White with #880699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880699; }
p { color: rgb(136,6,153); }
H1.HeaderClassName
{
color: #880699;
}
.AnyTagClassName
{
color: #880699;
}
</style>
background-color css
<style>
a { background-color: #880699; }
a { background-color: rgb(136,6,153); }
div.DivClassName
{
background-color: #880699;
}
.BgClassName
{
background-color: #880699;
}
</style>
border-color css
<style>
span { border-color: #880699; }
span { border-color: rgb(136,6,153); }
td.TdClassName
{
border-color: #880699;
}
.TagClassName
{
border-color: #880699;
}
</style>