Shades of Dark Purple #8E297F
Tints of Dark Purple #8E297F
RGB
CMYK
RGB Variations
Color information
#8E297F (or 0x8E297F) is known color: Dark Purple. HEX triplet: 8E, 29 and 7F. RGB value is (142,41,127). Sum of RGB (Red+Green+Blue) = 142+41+127=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E297F is #71D680. Grayscale: #505050. Windows color (decimal): -7460481 or 8333710. OLE color: 8333710.
HSL color Cylindrical-coordinate representation of color #8E297F: hue angle of 308.91º 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 #8E297F is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 41 | 127 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.44 |
| HSL | 308.91º | 0.55% | 0.36% | - |
| HSV(B) | 308.91º | 0.71% | 0.56% | - |
| XYZ | 15.78 | 8.87 | 20.96 | - |
| YUV | 81 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 41 | 127 | 0 | 0.71 | 0.11 | 0.44 | 308.91 | 0.55 | 0.36 |
| Hex | 8E | 29 | 7F | 0 | 47 | B | 2C | 135 | 37 | 24 |
| Octal | 216 | 51 | 177 | 0 | 107 | 13 | 54 | 465 | 67 | 44 |
| Binary | 10001110 | 101001 | 1111111 | 0 | 1000111 | 1011 | 101100 | 100110101 | 110111 | 100100 |
Color Harmonies of #8E297F
Complementary color
Monochromatic Colors of #8E297F
Black with #8E297F
Text Example
Text Example
White with #8E297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E297F; }
p { color: rgb(142,41,127); }
H1.HeaderClassName
{
color: #8E297F;
}
.AnyTagClassName
{
color: #8E297F;
}
</style>
background-color css
<style>
a { background-color: #8E297F; }
a { background-color: rgb(142,41,127); }
div.DivClassName
{
background-color: #8E297F;
}
.BgClassName
{
background-color: #8E297F;
}
</style>
border-color css
<style>
span { border-color: #8E297F; }
span { border-color: rgb(142,41,127); }
td.TdClassName
{
border-color: #8E297F;
}
.TagClassName
{
border-color: #8E297F;
}
</style>