Shades of Dark Purple #8E407E
Tints of Dark Purple #8E407E
RGB
CMYK
RGB Variations
Color information
#8E407E (or 0x8E407E) is known color: Dark Purple. HEX triplet: 8E, 40 and 7E. RGB value is (142,64,126). Sum of RGB (Red+Green+Blue) = 142+64+126=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E407E is #71BF81. Grayscale: #5E5E5E. Windows color (decimal): -7454594 or 8274062. OLE color: 8274062.
HSL color Cylindrical-coordinate representation of color #8E407E: hue angle of 312.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E407E is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 126 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.44 |
| HSL | 312.31º | 0.38% | 0.4% | - |
| HSV(B) | 312.31º | 0.55% | 0.56% | - |
| XYZ | 16.75 | 10.92 | 20.96 | - |
| YUV | 94.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 126 | 0 | 0.55 | 0.11 | 0.44 | 312.31 | 0.38 | 0.4 |
| Hex | 8E | 40 | 7E | 0 | 37 | B | 2C | 138 | 26 | 28 |
| Octal | 216 | 100 | 176 | 0 | 67 | 13 | 54 | 470 | 46 | 50 |
| Binary | 10001110 | 1000000 | 1111110 | 0 | 110111 | 1011 | 101100 | 100111000 | 100110 | 101000 |
Color Harmonies of #8E407E
Complementary color
Monochromatic Colors of #8E407E
Black with #8E407E
Text Example
Text Example
White with #8E407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E407E; }
p { color: rgb(142,64,126); }
H1.HeaderClassName
{
color: #8E407E;
}
.AnyTagClassName
{
color: #8E407E;
}
</style>
background-color css
<style>
a { background-color: #8E407E; }
a { background-color: rgb(142,64,126); }
div.DivClassName
{
background-color: #8E407E;
}
.BgClassName
{
background-color: #8E407E;
}
</style>
border-color css
<style>
span { border-color: #8E407E; }
span { border-color: rgb(142,64,126); }
td.TdClassName
{
border-color: #8E407E;
}
.TagClassName
{
border-color: #8E407E;
}
</style>