Shades of Dark Purple #8E417C
Tints of Dark Purple #8E417C
RGB
CMYK
RGB Variations
Color information
#8E417C (or 0x8E417C) is known color: Dark Purple. HEX triplet: 8E, 41 and 7C. RGB value is (142,65,124). Sum of RGB (Red+Green+Blue) = 142+65+124=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E417C is #71BE83. Grayscale: #5E5E5E. Windows color (decimal): -7454340 or 8143246. OLE color: 8143246.
HSL color Cylindrical-coordinate representation of color #8E417C: hue angle of 314.03º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E417C is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 124 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.44 |
| HSL | 314.03º | 0.37% | 0.41% | - |
| HSV(B) | 314.03º | 0.54% | 0.56% | - |
| XYZ | 16.68 | 10.99 | 20.31 | - |
| YUV | 94.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 124 | 0 | 0.54 | 0.13 | 0.44 | 314.03 | 0.37 | 0.41 |
| Hex | 8E | 41 | 7C | 0 | 36 | D | 2C | 13A | 25 | 29 |
| Octal | 216 | 101 | 174 | 0 | 66 | 15 | 54 | 472 | 45 | 51 |
| Binary | 10001110 | 1000001 | 1111100 | 0 | 110110 | 1101 | 101100 | 100111010 | 100101 | 101001 |
Color Harmonies of #8E417C
Complementary color
Monochromatic Colors of #8E417C
Black with #8E417C
Text Example
Text Example
White with #8E417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E417C; }
p { color: rgb(142,65,124); }
H1.HeaderClassName
{
color: #8E417C;
}
.AnyTagClassName
{
color: #8E417C;
}
</style>
background-color css
<style>
a { background-color: #8E417C; }
a { background-color: rgb(142,65,124); }
div.DivClassName
{
background-color: #8E417C;
}
.BgClassName
{
background-color: #8E417C;
}
</style>
border-color css
<style>
span { border-color: #8E417C; }
span { border-color: rgb(142,65,124); }
td.TdClassName
{
border-color: #8E417C;
}
.TagClassName
{
border-color: #8E417C;
}
</style>