Shades of Dark Purple #8E3C7E
Tints of Dark Purple #8E3C7E
RGB
CMYK
RGB Variations
Color information
#8E3C7E (or 0x8E3C7E) is known color: Dark Purple. HEX triplet: 8E, 3C and 7E. RGB value is (142,60,126). Sum of RGB (Red+Green+Blue) = 142+60+126=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3C7E is #71C381. Grayscale: #5B5B5B. Windows color (decimal): -7455618 or 8273038. OLE color: 8273038.
HSL color Cylindrical-coordinate representation of color #8E3C7E: hue angle of 311.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3C7E is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 60 | 126 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.44 |
| HSL | 311.71º | 0.41% | 0.4% | - |
| HSV(B) | 311.71º | 0.58% | 0.56% | - |
| XYZ | 16.54 | 10.49 | 20.89 | - |
| YUV | 92.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 126 | 0 | 0.58 | 0.11 | 0.44 | 311.71 | 0.41 | 0.4 |
| Hex | 8E | 3C | 7E | 0 | 3A | B | 2C | 138 | 29 | 28 |
| Octal | 216 | 74 | 176 | 0 | 72 | 13 | 54 | 470 | 51 | 50 |
| Binary | 10001110 | 111100 | 1111110 | 0 | 111010 | 1011 | 101100 | 100111000 | 101001 | 101000 |
Color Harmonies of #8E3C7E
Complementary color
Monochromatic Colors of #8E3C7E
Black with #8E3C7E
Text Example
Text Example
White with #8E3C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3C7E; }
p { color: rgb(142,60,126); }
H1.HeaderClassName
{
color: #8E3C7E;
}
.AnyTagClassName
{
color: #8E3C7E;
}
</style>
background-color css
<style>
a { background-color: #8E3C7E; }
a { background-color: rgb(142,60,126); }
div.DivClassName
{
background-color: #8E3C7E;
}
.BgClassName
{
background-color: #8E3C7E;
}
</style>
border-color css
<style>
span { border-color: #8E3C7E; }
span { border-color: rgb(142,60,126); }
td.TdClassName
{
border-color: #8E3C7E;
}
.TagClassName
{
border-color: #8E3C7E;
}
</style>