Shades of Dark Purple #8E3C83
Tints of Dark Purple #8E3C83
RGB
CMYK
RGB Variations
Color information
#8E3C83 (or 0x8E3C83) is known color: Dark Purple. HEX triplet: 8E, 3C and 83. RGB value is (142,60,131). Sum of RGB (Red+Green+Blue) = 142+60+131=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3C83 is #71C37C. Grayscale: #5C5C5C. Windows color (decimal): -7455613 or 8600718. OLE color: 8600718.
HSL color Cylindrical-coordinate representation of color #8E3C83: hue angle of 308.05º 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 #8E3C83 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 60 | 131 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.44 |
| HSL | 308.05º | 0.41% | 0.4% | - |
| HSV(B) | 308.05º | 0.58% | 0.56% | - |
| XYZ | 16.87 | 10.62 | 22.63 | - |
| YUV | 92.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 131 | 0 | 0.58 | 0.08 | 0.44 | 308.05 | 0.41 | 0.4 |
| Hex | 8E | 3C | 83 | 0 | 3A | 8 | 2C | 134 | 29 | 28 |
| Octal | 216 | 74 | 203 | 0 | 72 | 10 | 54 | 464 | 51 | 50 |
| Binary | 10001110 | 111100 | 10000011 | 0 | 111010 | 1000 | 101100 | 100110100 | 101001 | 101000 |
Color Harmonies of #8E3C83
Complementary color
Monochromatic Colors of #8E3C83
Black with #8E3C83
Text Example
Text Example
White with #8E3C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3C83; }
p { color: rgb(142,60,131); }
H1.HeaderClassName
{
color: #8E3C83;
}
.AnyTagClassName
{
color: #8E3C83;
}
</style>
background-color css
<style>
a { background-color: #8E3C83; }
a { background-color: rgb(142,60,131); }
div.DivClassName
{
background-color: #8E3C83;
}
.BgClassName
{
background-color: #8E3C83;
}
</style>
border-color css
<style>
span { border-color: #8E3C83; }
span { border-color: rgb(142,60,131); }
td.TdClassName
{
border-color: #8E3C83;
}
.TagClassName
{
border-color: #8E3C83;
}
</style>