Shades of Dark Magenta #8E068C
Tints of Dark Magenta #8E068C
RGB
CMYK
RGB Variations
Color information
#8E068C (or 0x8E068C) is known color: Dark Magenta. HEX triplet: 8E, 06 and 8C. RGB value is (142,6,140). Sum of RGB (Red+Green+Blue) = 142+6+140=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E068C is #71F973. Grayscale: #3D3D3D. Windows color (decimal): -7469428 or 9176718. OLE color: 9176718.
HSL color Cylindrical-coordinate representation of color #8E068C: hue angle of 300.88º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E068C is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 6 | 140 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.44 |
| HSL | 300.88º | 0.92% | 0.29% | - |
| HSV(B) | 300.88º | 0.96% | 0.56% | - |
| XYZ | 15.95 | 7.77 | 25.47 | - |
| YUV | 61.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 6 | 140 | 0 | 0.96 | 0.01 | 0.44 | 300.88 | 0.92 | 0.29 |
| Hex | 8E | 6 | 8C | 0 | 60 | 1 | 2C | 12D | 5C | 1D |
| Octal | 216 | 6 | 214 | 0 | 140 | 1 | 54 | 455 | 134 | 35 |
| Binary | 10001110 | 110 | 10001100 | 0 | 1100000 | 1 | 101100 | 100101101 | 1011100 | 11101 |
Color Harmonies of #8E068C
Complementary color
Monochromatic Colors of #8E068C
Black with #8E068C
Text Example
Text Example
White with #8E068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E068C; }
p { color: rgb(142,6,140); }
H1.HeaderClassName
{
color: #8E068C;
}
.AnyTagClassName
{
color: #8E068C;
}
</style>
background-color css
<style>
a { background-color: #8E068C; }
a { background-color: rgb(142,6,140); }
div.DivClassName
{
background-color: #8E068C;
}
.BgClassName
{
background-color: #8E068C;
}
</style>
border-color css
<style>
span { border-color: #8E068C; }
span { border-color: rgb(142,6,140); }
td.TdClassName
{
border-color: #8E068C;
}
.TagClassName
{
border-color: #8E068C;
}
</style>