Shades of Dark Magenta #8C078E
Tints of Dark Magenta #8C078E
RGB
CMYK
RGB Variations
Color information
#8C078E (or 0x8C078E) is known color: Dark Magenta. HEX triplet: 8C, 07 and 8E. RGB value is (140,7,142). Sum of RGB (Red+Green+Blue) = 140+7+142=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C078E is #73F871. Grayscale: #3D3D3D. Windows color (decimal): -7600242 or 9308044. OLE color: 9308044.
HSL color Cylindrical-coordinate representation of color #8C078E: hue angle of 299.11º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C078E is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 7 | 142 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.44 |
| HSL | 299.11º | 0.91% | 0.29% | - |
| HSV(B) | 299.11º | 0.95% | 0.56% | - |
| XYZ | 15.77 | 7.68 | 26.24 | - |
| YUV | 62.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 142 | 0.01 | 0.95 | 0 | 0.44 | 299.11 | 0.91 | 0.29 |
| Hex | 8C | 7 | 8E | 1 | 5F | 0 | 2C | 12B | 5B | 1D |
| Octal | 214 | 7 | 216 | 1 | 137 | 0 | 54 | 453 | 133 | 35 |
| Binary | 10001100 | 111 | 10001110 | 1 | 1011111 | 0 | 101100 | 100101011 | 1011011 | 11101 |
Color Harmonies of #8C078E
Complementary color
Monochromatic Colors of #8C078E
Black with #8C078E
Text Example
Text Example
White with #8C078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C078E; }
p { color: rgb(140,7,142); }
H1.HeaderClassName
{
color: #8C078E;
}
.AnyTagClassName
{
color: #8C078E;
}
</style>
background-color css
<style>
a { background-color: #8C078E; }
a { background-color: rgb(140,7,142); }
div.DivClassName
{
background-color: #8C078E;
}
.BgClassName
{
background-color: #8C078E;
}
</style>
border-color css
<style>
span { border-color: #8C078E; }
span { border-color: rgb(140,7,142); }
td.TdClassName
{
border-color: #8C078E;
}
.TagClassName
{
border-color: #8C078E;
}
</style>