Shades of Dark Purple #8E297C
Tints of Dark Purple #8E297C
RGB
CMYK
RGB Variations
Color information
#8E297C (or 0x8E297C) is known color: Dark Purple. HEX triplet: 8E, 29 and 7C. RGB value is (142,41,124). Sum of RGB (Red+Green+Blue) = 142+41+124=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E297C is #71D683. Grayscale: #505050. Windows color (decimal): -7460484 or 8137102. OLE color: 8137102.
HSL color Cylindrical-coordinate representation of color #8E297C: hue angle of 310.69º 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 #8E297C is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 41 | 124 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.44 |
| HSL | 310.69º | 0.55% | 0.36% | - |
| HSV(B) | 310.69º | 0.71% | 0.56% | - |
| XYZ | 15.59 | 8.79 | 19.94 | - |
| YUV | 80.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 41 | 124 | 0 | 0.71 | 0.13 | 0.44 | 310.69 | 0.55 | 0.36 |
| Hex | 8E | 29 | 7C | 0 | 47 | D | 2C | 137 | 37 | 24 |
| Octal | 216 | 51 | 174 | 0 | 107 | 15 | 54 | 467 | 67 | 44 |
| Binary | 10001110 | 101001 | 1111100 | 0 | 1000111 | 1101 | 101100 | 100110111 | 110111 | 100100 |
Color Harmonies of #8E297C
Complementary color
Monochromatic Colors of #8E297C
Black with #8E297C
Text Example
Text Example
White with #8E297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E297C; }
p { color: rgb(142,41,124); }
H1.HeaderClassName
{
color: #8E297C;
}
.AnyTagClassName
{
color: #8E297C;
}
</style>
background-color css
<style>
a { background-color: #8E297C; }
a { background-color: rgb(142,41,124); }
div.DivClassName
{
background-color: #8E297C;
}
.BgClassName
{
background-color: #8E297C;
}
</style>
border-color css
<style>
span { border-color: #8E297C; }
span { border-color: rgb(142,41,124); }
td.TdClassName
{
border-color: #8E297C;
}
.TagClassName
{
border-color: #8E297C;
}
</style>