Shades of Dark Magenta #8E0C9E
Tints of Dark Magenta #8E0C9E
RGB
CMYK
RGB Variations
Color information
#8E0C9E (or 0x8E0C9E) is known color: Dark Magenta. HEX triplet: 8E, 0C and 9E. RGB value is (142,12,158). Sum of RGB (Red+Green+Blue) = 142+12+158=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E0C9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0C9E is #71F361. Grayscale: #434343. Windows color (decimal): -7467874 or 10357902. OLE color: 10357902.
HSL color Cylindrical-coordinate representation of color #8E0C9E: hue angle of 293.42º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C9E is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 12 | 158 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.38 |
| HSL | 293.42º | 0.86% | 0.33% | - |
| HSV(B) | 293.42º | 0.92% | 0.62% | - |
| XYZ | 17.46 | 8.48 | 33.06 | - |
| YUV | 67.51 | 179.07 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 158 | 0.10 | 0.92 | 0 | 0.38 | 293.42 | 0.86 | 0.33 |
| Hex | 8E | C | 9E | A | 5C | 0 | 26 | 125 | 56 | 21 |
| Octal | 216 | 14 | 236 | 12 | 134 | 0 | 46 | 445 | 126 | 41 |
| Binary | 10001110 | 1100 | 10011110 | 1010 | 1011100 | 0 | 100110 | 100100101 | 1010110 | 100001 |
Color Harmonies of #8E0C9E
Complementary color
Monochromatic Colors of #8E0C9E
Black with #8E0C9E
Text Example
Text Example
White with #8E0C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C9E; }
p { color: rgb(142,12,158); }
H1.HeaderClassName
{
color: #8E0C9E;
}
.AnyTagClassName
{
color: #8E0C9E;
}
</style>
background-color css
<style>
a { background-color: #8E0C9E; }
a { background-color: rgb(142,12,158); }
div.DivClassName
{
background-color: #8E0C9E;
}
.BgClassName
{
background-color: #8E0C9E;
}
</style>
border-color css
<style>
span { border-color: #8E0C9E; }
span { border-color: rgb(142,12,158); }
td.TdClassName
{
border-color: #8E0C9E;
}
.TagClassName
{
border-color: #8E0C9E;
}
</style>