Shades of Dark Purple #8E0876
Tints of Dark Purple #8E0876
RGB
CMYK
RGB Variations
Color information
#8E0876 (or 0x8E0876) is known color: Dark Purple. HEX triplet: 8E, 08 and 76. RGB value is (142,8,118). Sum of RGB (Red+Green+Blue) = 142+8+118=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0876 is #71F789. Grayscale: #3C3C3C. Windows color (decimal): -7468938 or 7735438. OLE color: 7735438.
HSL color Cylindrical-coordinate representation of color #8E0876: hue angle of 310.75º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0876 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 118 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.44 |
| HSL | 310.75º | 0.89% | 0.29% | - |
| HSV(B) | 310.75º | 0.94% | 0.56% | - |
| XYZ | 14.51 | 7.23 | 17.77 | - |
| YUV | 60.61 | 160.39 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 118 | 0 | 0.94 | 0.17 | 0.44 | 310.75 | 0.89 | 0.29 |
| Hex | 8E | 8 | 76 | 0 | 5E | 11 | 2C | 137 | 59 | 1D |
| Octal | 216 | 10 | 166 | 0 | 136 | 21 | 54 | 467 | 131 | 35 |
| Binary | 10001110 | 1000 | 1110110 | 0 | 1011110 | 10001 | 101100 | 100110111 | 1011001 | 11101 |
Color Harmonies of #8E0876
Complementary color
Monochromatic Colors of #8E0876
Black with #8E0876
Text Example
Text Example
White with #8E0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0876; }
p { color: rgb(142,8,118); }
H1.HeaderClassName
{
color: #8E0876;
}
.AnyTagClassName
{
color: #8E0876;
}
</style>
background-color css
<style>
a { background-color: #8E0876; }
a { background-color: rgb(142,8,118); }
div.DivClassName
{
background-color: #8E0876;
}
.BgClassName
{
background-color: #8E0876;
}
</style>
border-color css
<style>
span { border-color: #8E0876; }
span { border-color: rgb(142,8,118); }
td.TdClassName
{
border-color: #8E0876;
}
.TagClassName
{
border-color: #8E0876;
}
</style>