Shades of Dark Magenta #880C8E
Tints of Dark Magenta #880C8E
RGB
CMYK
RGB Variations
Color information
#880C8E (or 0x880C8E) is known color: Dark Magenta. HEX triplet: 88, 0C and 8E. RGB value is (136,12,142). Sum of RGB (Red+Green+Blue) = 136+12+142=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #880C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880C8E is #77F371. Grayscale: #3F3F3F. Windows color (decimal): -7861106 or 9309320. OLE color: 9309320.
HSL color Cylindrical-coordinate representation of color #880C8E: hue angle of 297.23º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880C8E is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 12 | 142 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.44 |
| HSL | 297.23º | 0.84% | 0.3% | - |
| HSV(B) | 297.23º | 0.92% | 0.56% | - |
| XYZ | 15.17 | 7.45 | 26.23 | - |
| YUV | 63.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 142 | 0.04 | 0.92 | 0 | 0.44 | 297.23 | 0.84 | 0.3 |
| Hex | 88 | C | 8E | 4 | 5C | 0 | 2C | 129 | 54 | 1E |
| Octal | 210 | 14 | 216 | 4 | 134 | 0 | 54 | 451 | 124 | 36 |
| Binary | 10001000 | 1100 | 10001110 | 100 | 1011100 | 0 | 101100 | 100101001 | 1010100 | 11110 |
Color Harmonies of #880C8E
Complementary color
Monochromatic Colors of #880C8E
Black with #880C8E
Text Example
Text Example
White with #880C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C8E; }
p { color: rgb(136,12,142); }
H1.HeaderClassName
{
color: #880C8E;
}
.AnyTagClassName
{
color: #880C8E;
}
</style>
background-color css
<style>
a { background-color: #880C8E; }
a { background-color: rgb(136,12,142); }
div.DivClassName
{
background-color: #880C8E;
}
.BgClassName
{
background-color: #880C8E;
}
</style>
border-color css
<style>
span { border-color: #880C8E; }
span { border-color: rgb(136,12,142); }
td.TdClassName
{
border-color: #880C8E;
}
.TagClassName
{
border-color: #880C8E;
}
</style>