Shades of Dark Magenta #880E93
Tints of Dark Magenta #880E93
RGB
CMYK
RGB Variations
Color information
#880E93 (or 0x880E93) is known color: Dark Magenta. HEX triplet: 88, 0E and 93. RGB value is (136,14,147). Sum of RGB (Red+Green+Blue) = 136+14+147=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #880E93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880E93 is #77F16C. Grayscale: #414141. Windows color (decimal): -7860589 or 9637512. OLE color: 9637512.
HSL color Cylindrical-coordinate representation of color #880E93: hue angle of 295.04º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E93 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 14 | 147 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.42 |
| HSL | 295.04º | 0.83% | 0.32% | - |
| HSV(B) | 295.04º | 0.9% | 0.58% | - |
| XYZ | 15.58 | 7.65 | 28.26 | - |
| YUV | 65.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 147 | 0.07 | 0.90 | 0 | 0.42 | 295.04 | 0.83 | 0.32 |
| Hex | 88 | E | 93 | 7 | 5A | 0 | 2A | 127 | 53 | 20 |
| Octal | 210 | 16 | 223 | 7 | 132 | 0 | 52 | 447 | 123 | 40 |
| Binary | 10001000 | 1110 | 10010011 | 111 | 1011010 | 0 | 101010 | 100100111 | 1010011 | 100000 |
Color Harmonies of #880E93
Complementary color
Monochromatic Colors of #880E93
Black with #880E93
Text Example
Text Example
White with #880E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E93; }
p { color: rgb(136,14,147); }
H1.HeaderClassName
{
color: #880E93;
}
.AnyTagClassName
{
color: #880E93;
}
</style>
background-color css
<style>
a { background-color: #880E93; }
a { background-color: rgb(136,14,147); }
div.DivClassName
{
background-color: #880E93;
}
.BgClassName
{
background-color: #880E93;
}
</style>
border-color css
<style>
span { border-color: #880E93; }
span { border-color: rgb(136,14,147); }
td.TdClassName
{
border-color: #880E93;
}
.TagClassName
{
border-color: #880E93;
}
</style>