Shades of Dark Purple #8E297D
Tints of Dark Purple #8E297D
RGB
CMYK
RGB Variations
Color information
#8E297D (or 0x8E297D) is known color: Dark Purple. HEX triplet: 8E, 29 and 7D. RGB value is (142,41,125). Sum of RGB (Red+Green+Blue) = 142+41+125=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E297D is #71D682. Grayscale: #505050. Windows color (decimal): -7460483 or 8202638. OLE color: 8202638.
HSL color Cylindrical-coordinate representation of color #8E297D: hue angle of 310.1º 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 #8E297D is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 41 | 125 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.44 |
| HSL | 310.1º | 0.55% | 0.36% | - |
| HSV(B) | 310.1º | 0.71% | 0.56% | - |
| XYZ | 15.65 | 8.82 | 20.28 | - |
| YUV | 80.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 41 | 125 | 0 | 0.71 | 0.12 | 0.44 | 310.1 | 0.55 | 0.36 |
| Hex | 8E | 29 | 7D | 0 | 47 | C | 2C | 136 | 37 | 24 |
| Octal | 216 | 51 | 175 | 0 | 107 | 14 | 54 | 466 | 67 | 44 |
| Binary | 10001110 | 101001 | 1111101 | 0 | 1000111 | 1100 | 101100 | 100110110 | 110111 | 100100 |
Color Harmonies of #8E297D
Complementary color
Monochromatic Colors of #8E297D
Black with #8E297D
Text Example
Text Example
White with #8E297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E297D; }
p { color: rgb(142,41,125); }
H1.HeaderClassName
{
color: #8E297D;
}
.AnyTagClassName
{
color: #8E297D;
}
</style>
background-color css
<style>
a { background-color: #8E297D; }
a { background-color: rgb(142,41,125); }
div.DivClassName
{
background-color: #8E297D;
}
.BgClassName
{
background-color: #8E297D;
}
</style>
border-color css
<style>
span { border-color: #8E297D; }
span { border-color: rgb(142,41,125); }
td.TdClassName
{
border-color: #8E297D;
}
.TagClassName
{
border-color: #8E297D;
}
</style>