Shades of Dark Magenta #8C0E9E
Tints of Dark Magenta #8C0E9E
RGB
CMYK
RGB Variations
Color information
#8C0E9E (or 0x8C0E9E) is known color: Dark Magenta. HEX triplet: 8C, 0E and 9E. RGB value is (140,14,158). Sum of RGB (Red+Green+Blue) = 140+14+158=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 14 (5.86% from 255 or 4.49% 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 #8C0E9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0E9E is #73F161. Grayscale: #434343. Windows color (decimal): -7598434 or 10358412. OLE color: 10358412.
HSL color Cylindrical-coordinate representation of color #8C0E9E: hue angle of 292.5º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0E9E is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 14 | 158 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.38 |
| HSL | 292.5º | 0.84% | 0.34% | - |
| HSV(B) | 292.5º | 0.91% | 0.62% | - |
| XYZ | 17.14 | 8.36 | 33.06 | - |
| YUV | 68.09 | 178.74 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 14 | 158 | 0.11 | 0.91 | 0 | 0.38 | 292.5 | 0.84 | 0.34 |
| Hex | 8C | E | 9E | B | 5B | 0 | 26 | 124 | 54 | 22 |
| Octal | 214 | 16 | 236 | 13 | 133 | 0 | 46 | 444 | 124 | 42 |
| Binary | 10001100 | 1110 | 10011110 | 1011 | 1011011 | 0 | 100110 | 100100100 | 1010100 | 100010 |
Color Harmonies of #8C0E9E
Complementary color
Monochromatic Colors of #8C0E9E
Black with #8C0E9E
Text Example
Text Example
White with #8C0E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0E9E; }
p { color: rgb(140,14,158); }
H1.HeaderClassName
{
color: #8C0E9E;
}
.AnyTagClassName
{
color: #8C0E9E;
}
</style>
background-color css
<style>
a { background-color: #8C0E9E; }
a { background-color: rgb(140,14,158); }
div.DivClassName
{
background-color: #8C0E9E;
}
.BgClassName
{
background-color: #8C0E9E;
}
</style>
border-color css
<style>
span { border-color: #8C0E9E; }
span { border-color: rgb(140,14,158); }
td.TdClassName
{
border-color: #8C0E9E;
}
.TagClassName
{
border-color: #8C0E9E;
}
</style>