Shades of Dark Magenta #880E83
Tints of Dark Magenta #880E83
RGB
CMYK
RGB Variations
Color information
#880E83 (or 0x880E83) is known color: Dark Magenta. HEX triplet: 88, 0E and 83. RGB value is (136,14,131). Sum of RGB (Red+Green+Blue) = 136+14+131=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #880E83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880E83 is #77F17C. Grayscale: #3F3F3F. Windows color (decimal): -7860605 or 8588936. OLE color: 8588936.
HSL color Cylindrical-coordinate representation of color #880E83: hue angle of 302.46º 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 #880E83 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 131 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.47 |
| HSL | 302.46º | 0.81% | 0.29% | - |
| HSV(B) | 302.46º | 0.9% | 0.53% | - |
| XYZ | 14.41 | 7.19 | 22.1 | - |
| YUV | 63.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 131 | 0 | 0.90 | 0.04 | 0.47 | 302.46 | 0.81 | 0.29 |
| Hex | 88 | E | 83 | 0 | 5A | 4 | 2F | 12E | 51 | 1D |
| Octal | 210 | 16 | 203 | 0 | 132 | 4 | 57 | 456 | 121 | 35 |
| Binary | 10001000 | 1110 | 10000011 | 0 | 1011010 | 100 | 101111 | 100101110 | 1010001 | 11101 |
Color Harmonies of #880E83
Complementary color
Monochromatic Colors of #880E83
Black with #880E83
Text Example
Text Example
White with #880E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E83; }
p { color: rgb(136,14,131); }
H1.HeaderClassName
{
color: #880E83;
}
.AnyTagClassName
{
color: #880E83;
}
</style>
background-color css
<style>
a { background-color: #880E83; }
a { background-color: rgb(136,14,131); }
div.DivClassName
{
background-color: #880E83;
}
.BgClassName
{
background-color: #880E83;
}
</style>
border-color css
<style>
span { border-color: #880E83; }
span { border-color: rgb(136,14,131); }
td.TdClassName
{
border-color: #880E83;
}
.TagClassName
{
border-color: #880E83;
}
</style>