Shades of Dark Magenta #880885
Tints of Dark Magenta #880885
RGB
CMYK
RGB Variations
Color information
#880885 (or 0x880885) is known color: Dark Magenta. HEX triplet: 88, 08 and 85. RGB value is (136,8,133). Sum of RGB (Red+Green+Blue) = 136+8+133=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #880885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880885 is #77F77A. Grayscale: #3C3C3C. Windows color (decimal): -7862139 or 8718472. OLE color: 8718472.
HSL color Cylindrical-coordinate representation of color #880885: hue angle of 301.41º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880885 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 133 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.47 |
| HSL | 301.41º | 0.89% | 0.28% | - |
| HSV(B) | 301.41º | 0.94% | 0.53% | - |
| XYZ | 14.47 | 7.1 | 22.8 | - |
| YUV | 60.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 133 | 0 | 0.94 | 0.02 | 0.47 | 301.41 | 0.89 | 0.28 |
| Hex | 88 | 8 | 85 | 0 | 5E | 2 | 2F | 12D | 59 | 1C |
| Octal | 210 | 10 | 205 | 0 | 136 | 2 | 57 | 455 | 131 | 34 |
| Binary | 10001000 | 1000 | 10000101 | 0 | 1011110 | 10 | 101111 | 100101101 | 1011001 | 11100 |
Color Harmonies of #880885
Complementary color
Monochromatic Colors of #880885
Black with #880885
Text Example
Text Example
White with #880885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880885; }
p { color: rgb(136,8,133); }
H1.HeaderClassName
{
color: #880885;
}
.AnyTagClassName
{
color: #880885;
}
</style>
background-color css
<style>
a { background-color: #880885; }
a { background-color: rgb(136,8,133); }
div.DivClassName
{
background-color: #880885;
}
.BgClassName
{
background-color: #880885;
}
</style>
border-color css
<style>
span { border-color: #880885; }
span { border-color: rgb(136,8,133); }
td.TdClassName
{
border-color: #880885;
}
.TagClassName
{
border-color: #880885;
}
</style>