Shades of Dark Magenta #8E109C
Tints of Dark Magenta #8E109C
RGB
CMYK
RGB Variations
Color information
#8E109C (or 0x8E109C) is known color: Dark Magenta. HEX triplet: 8E, 10 and 9C. RGB value is (142,16,156). Sum of RGB (Red+Green+Blue) = 142+16+156=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E109C is #71EF63. Grayscale: #454545. Windows color (decimal): -7466852 or 10227854. OLE color: 10227854.
HSL color Cylindrical-coordinate representation of color #8E109C: hue angle of 294º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E109C is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 16 | 156 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.39 |
| HSL | 294º | 0.81% | 0.34% | - |
| HSV(B) | 294º | 0.9% | 0.61% | - |
| XYZ | 17.34 | 8.52 | 32.18 | - |
| YUV | 69.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 156 | 0.09 | 0.90 | 0 | 0.39 | 294 | 0.81 | 0.34 |
| Hex | 8E | 10 | 9C | 9 | 5A | 0 | 27 | 126 | 51 | 22 |
| Octal | 216 | 20 | 234 | 11 | 132 | 0 | 47 | 446 | 121 | 42 |
| Binary | 10001110 | 10000 | 10011100 | 1001 | 1011010 | 0 | 100111 | 100100110 | 1010001 | 100010 |
Color Harmonies of #8E109C
Complementary color
Monochromatic Colors of #8E109C
Black with #8E109C
Text Example
Text Example
White with #8E109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E109C; }
p { color: rgb(142,16,156); }
H1.HeaderClassName
{
color: #8E109C;
}
.AnyTagClassName
{
color: #8E109C;
}
</style>
background-color css
<style>
a { background-color: #8E109C; }
a { background-color: rgb(142,16,156); }
div.DivClassName
{
background-color: #8E109C;
}
.BgClassName
{
background-color: #8E109C;
}
</style>
border-color css
<style>
span { border-color: #8E109C; }
span { border-color: rgb(142,16,156); }
td.TdClassName
{
border-color: #8E109C;
}
.TagClassName
{
border-color: #8E109C;
}
</style>