Shades of Dark Magenta #8E0687
Tints of Dark Magenta #8E0687
RGB
CMYK
RGB Variations
Color information
#8E0687 (or 0x8E0687) is known color: Dark Magenta. HEX triplet: 8E, 06 and 87. RGB value is (142,6,135). Sum of RGB (Red+Green+Blue) = 142+6+135=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0687 is #71F978. Grayscale: #3C3C3C. Windows color (decimal): -7469433 or 8849038. OLE color: 8849038.
HSL color Cylindrical-coordinate representation of color #8E0687: hue angle of 303.09º 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 #8E0687 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 6 | 135 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.44 |
| HSL | 303.09º | 0.92% | 0.29% | - |
| HSV(B) | 303.09º | 0.96% | 0.56% | - |
| XYZ | 15.59 | 7.63 | 23.57 | - |
| YUV | 61.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 6 | 135 | 0 | 0.96 | 0.05 | 0.44 | 303.09 | 0.92 | 0.29 |
| Hex | 8E | 6 | 87 | 0 | 60 | 5 | 2C | 12F | 5C | 1D |
| Octal | 216 | 6 | 207 | 0 | 140 | 5 | 54 | 457 | 134 | 35 |
| Binary | 10001110 | 110 | 10000111 | 0 | 1100000 | 101 | 101100 | 100101111 | 1011100 | 11101 |
Color Harmonies of #8E0687
Complementary color
Monochromatic Colors of #8E0687
Black with #8E0687
Text Example
Text Example
White with #8E0687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0687; }
p { color: rgb(142,6,135); }
H1.HeaderClassName
{
color: #8E0687;
}
.AnyTagClassName
{
color: #8E0687;
}
</style>
background-color css
<style>
a { background-color: #8E0687; }
a { background-color: rgb(142,6,135); }
div.DivClassName
{
background-color: #8E0687;
}
.BgClassName
{
background-color: #8E0687;
}
</style>
border-color css
<style>
span { border-color: #8E0687; }
span { border-color: rgb(142,6,135); }
td.TdClassName
{
border-color: #8E0687;
}
.TagClassName
{
border-color: #8E0687;
}
</style>