Shades of Dark Purple #8E3A80
Tints of Dark Purple #8E3A80
RGB
CMYK
RGB Variations
Color information
#8E3A80 (or 0x8E3A80) is known color: Dark Purple. HEX triplet: 8E, 3A and 80. RGB value is (142,58,128). Sum of RGB (Red+Green+Blue) = 142+58+128=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3A80 is #71C57F. Grayscale: #5A5A5A. Windows color (decimal): -7456128 or 8403598. OLE color: 8403598.
HSL color Cylindrical-coordinate representation of color #8E3A80: hue angle of 310º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E3A80 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 58 | 128 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.44 |
| HSL | 310º | 0.42% | 0.39% | - |
| HSV(B) | 310º | 0.59% | 0.56% | - |
| XYZ | 16.56 | 10.34 | 21.54 | - |
| YUV | 91.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 128 | 0 | 0.59 | 0.10 | 0.44 | 310 | 0.42 | 0.39 |
| Hex | 8E | 3A | 80 | 0 | 3B | A | 2C | 136 | 2A | 27 |
| Octal | 216 | 72 | 200 | 0 | 73 | 12 | 54 | 466 | 52 | 47 |
| Binary | 10001110 | 111010 | 10000000 | 0 | 111011 | 1010 | 101100 | 100110110 | 101010 | 100111 |
Color Harmonies of #8E3A80
Complementary color
Monochromatic Colors of #8E3A80
Black with #8E3A80
Text Example
Text Example
White with #8E3A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A80; }
p { color: rgb(142,58,128); }
H1.HeaderClassName
{
color: #8E3A80;
}
.AnyTagClassName
{
color: #8E3A80;
}
</style>
background-color css
<style>
a { background-color: #8E3A80; }
a { background-color: rgb(142,58,128); }
div.DivClassName
{
background-color: #8E3A80;
}
.BgClassName
{
background-color: #8E3A80;
}
</style>
border-color css
<style>
span { border-color: #8E3A80; }
span { border-color: rgb(142,58,128); }
td.TdClassName
{
border-color: #8E3A80;
}
.TagClassName
{
border-color: #8E3A80;
}
</style>