Shades of Dark Purple #8E2E76
Tints of Dark Purple #8E2E76
RGB
CMYK
RGB Variations
Color information
#8E2E76 (or 0x8E2E76) is known color: Dark Purple. HEX triplet: 8E, 2E and 76. RGB value is (142,46,118). Sum of RGB (Red+Green+Blue) = 142+46+118=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2E76 is #71D189. Grayscale: #525252. Windows color (decimal): -7459210 or 7745166. OLE color: 7745166.
HSL color Cylindrical-coordinate representation of color #8E2E76: hue angle of 315º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2E76 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 46 | 118 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.44 |
| HSL | 315º | 0.51% | 0.37% | - |
| HSV(B) | 315º | 0.68% | 0.56% | - |
| XYZ | 15.4 | 9.01 | 18.07 | - |
| YUV | 82.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 46 | 118 | 0 | 0.68 | 0.17 | 0.44 | 315 | 0.51 | 0.37 |
| Hex | 8E | 2E | 76 | 0 | 44 | 11 | 2C | 13B | 33 | 25 |
| Octal | 216 | 56 | 166 | 0 | 104 | 21 | 54 | 473 | 63 | 45 |
| Binary | 10001110 | 101110 | 1110110 | 0 | 1000100 | 10001 | 101100 | 100111011 | 110011 | 100101 |
Color Harmonies of #8E2E76
Complementary color
Monochromatic Colors of #8E2E76
Black with #8E2E76
Text Example
Text Example
White with #8E2E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2E76; }
p { color: rgb(142,46,118); }
H1.HeaderClassName
{
color: #8E2E76;
}
.AnyTagClassName
{
color: #8E2E76;
}
</style>
background-color css
<style>
a { background-color: #8E2E76; }
a { background-color: rgb(142,46,118); }
div.DivClassName
{
background-color: #8E2E76;
}
.BgClassName
{
background-color: #8E2E76;
}
</style>
border-color css
<style>
span { border-color: #8E2E76; }
span { border-color: rgb(142,46,118); }
td.TdClassName
{
border-color: #8E2E76;
}
.TagClassName
{
border-color: #8E2E76;
}
</style>