Shades of Dark Purple #8E2976
Tints of Dark Purple #8E2976
RGB
CMYK
RGB Variations
Color information
#8E2976 (or 0x8E2976) is known color: Dark Purple. HEX triplet: 8E, 29 and 76. RGB value is (142,41,118). Sum of RGB (Red+Green+Blue) = 142+41+118=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2976 is #71D689. Grayscale: #4F4F4F. Windows color (decimal): -7460490 or 7743886. OLE color: 7743886.
HSL color Cylindrical-coordinate representation of color #8E2976: hue angle of 314.26º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E2976 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 41 | 118 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.44 |
| HSL | 314.26º | 0.55% | 0.36% | - |
| HSV(B) | 314.26º | 0.71% | 0.56% | - |
| XYZ | 15.22 | 8.64 | 18.01 | - |
| YUV | 79.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 41 | 118 | 0 | 0.71 | 0.17 | 0.44 | 314.26 | 0.55 | 0.36 |
| Hex | 8E | 29 | 76 | 0 | 47 | 11 | 2C | 13A | 37 | 24 |
| Octal | 216 | 51 | 166 | 0 | 107 | 21 | 54 | 472 | 67 | 44 |
| Binary | 10001110 | 101001 | 1110110 | 0 | 1000111 | 10001 | 101100 | 100111010 | 110111 | 100100 |
Color Harmonies of #8E2976
Complementary color
Monochromatic Colors of #8E2976
Black with #8E2976
Text Example
Text Example
White with #8E2976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2976; }
p { color: rgb(142,41,118); }
H1.HeaderClassName
{
color: #8E2976;
}
.AnyTagClassName
{
color: #8E2976;
}
</style>
background-color css
<style>
a { background-color: #8E2976; }
a { background-color: rgb(142,41,118); }
div.DivClassName
{
background-color: #8E2976;
}
.BgClassName
{
background-color: #8E2976;
}
</style>
border-color css
<style>
span { border-color: #8E2976; }
span { border-color: rgb(142,41,118); }
td.TdClassName
{
border-color: #8E2976;
}
.TagClassName
{
border-color: #8E2976;
}
</style>