Shades of Dark Purple #8E417D
Tints of Dark Purple #8E417D
RGB
CMYK
RGB Variations
Color information
#8E417D (or 0x8E417D) is known color: Dark Purple. HEX triplet: 8E, 41 and 7D. RGB value is (142,65,125). Sum of RGB (Red+Green+Blue) = 142+65+125=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E417D is #71BE82. Grayscale: #5E5E5E. Windows color (decimal): -7454339 or 8208782. OLE color: 8208782.
HSL color Cylindrical-coordinate representation of color #8E417D: hue angle of 313.25º 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 #8E417D is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 125 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.44 |
| HSL | 313.25º | 0.37% | 0.41% | - |
| HSV(B) | 313.25º | 0.54% | 0.56% | - |
| XYZ | 16.75 | 11.01 | 20.64 | - |
| YUV | 94.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 125 | 0 | 0.54 | 0.12 | 0.44 | 313.25 | 0.37 | 0.41 |
| Hex | 8E | 41 | 7D | 0 | 36 | C | 2C | 139 | 25 | 29 |
| Octal | 216 | 101 | 175 | 0 | 66 | 14 | 54 | 471 | 45 | 51 |
| Binary | 10001110 | 1000001 | 1111101 | 0 | 110110 | 1100 | 101100 | 100111001 | 100101 | 101001 |
Color Harmonies of #8E417D
Complementary color
Monochromatic Colors of #8E417D
Black with #8E417D
Text Example
Text Example
White with #8E417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E417D; }
p { color: rgb(142,65,125); }
H1.HeaderClassName
{
color: #8E417D;
}
.AnyTagClassName
{
color: #8E417D;
}
</style>
background-color css
<style>
a { background-color: #8E417D; }
a { background-color: rgb(142,65,125); }
div.DivClassName
{
background-color: #8E417D;
}
.BgClassName
{
background-color: #8E417D;
}
</style>
border-color css
<style>
span { border-color: #8E417D; }
span { border-color: rgb(142,65,125); }
td.TdClassName
{
border-color: #8E417D;
}
.TagClassName
{
border-color: #8E417D;
}
</style>