Shades of Dark Magenta #880E85
Tints of Dark Magenta #880E85
RGB
CMYK
RGB Variations
Color information
#880E85 (or 0x880E85) is known color: Dark Magenta. HEX triplet: 88, 0E and 85. RGB value is (136,14,133). Sum of RGB (Red+Green+Blue) = 136+14+133=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #880E85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880E85 is #77F17A. Grayscale: #3F3F3F. Windows color (decimal): -7860603 or 8720008. OLE color: 8720008.
HSL color Cylindrical-coordinate representation of color #880E85: hue angle of 301.48º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E85 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 133 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.47 |
| HSL | 301.48º | 0.81% | 0.29% | - |
| HSV(B) | 301.48º | 0.9% | 0.53% | - |
| XYZ | 14.54 | 7.24 | 22.82 | - |
| YUV | 64.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 133 | 0 | 0.90 | 0.02 | 0.47 | 301.48 | 0.81 | 0.29 |
| Hex | 88 | E | 85 | 0 | 5A | 2 | 2F | 12D | 51 | 1D |
| Octal | 210 | 16 | 205 | 0 | 132 | 2 | 57 | 455 | 121 | 35 |
| Binary | 10001000 | 1110 | 10000101 | 0 | 1011010 | 10 | 101111 | 100101101 | 1010001 | 11101 |
Color Harmonies of #880E85
Complementary color
Monochromatic Colors of #880E85
Black with #880E85
Text Example
Text Example
White with #880E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E85; }
p { color: rgb(136,14,133); }
H1.HeaderClassName
{
color: #880E85;
}
.AnyTagClassName
{
color: #880E85;
}
</style>
background-color css
<style>
a { background-color: #880E85; }
a { background-color: rgb(136,14,133); }
div.DivClassName
{
background-color: #880E85;
}
.BgClassName
{
background-color: #880E85;
}
</style>
border-color css
<style>
span { border-color: #880E85; }
span { border-color: rgb(136,14,133); }
td.TdClassName
{
border-color: #880E85;
}
.TagClassName
{
border-color: #880E85;
}
</style>