Shades of Dark Purple #8E2C83
Tints of Dark Purple #8E2C83
RGB
CMYK
RGB Variations
Color information
#8E2C83 (or 0x8E2C83) is known color: Dark Purple. HEX triplet: 8E, 2C and 83. RGB value is (142,44,131). Sum of RGB (Red+Green+Blue) = 142+44+131=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2C83 is #71D37C. Grayscale: #525252. Windows color (decimal): -7459709 or 8596622. OLE color: 8596622.
HSL color Cylindrical-coordinate representation of color #8E2C83: hue angle of 306.73º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E2C83 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 44 | 131 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.44 |
| HSL | 306.73º | 0.53% | 0.36% | - |
| HSV(B) | 306.73º | 0.69% | 0.56% | - |
| XYZ | 16.15 | 9.19 | 22.4 | - |
| YUV | 83.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 44 | 131 | 0 | 0.69 | 0.08 | 0.44 | 306.73 | 0.53 | 0.36 |
| Hex | 8E | 2C | 83 | 0 | 45 | 8 | 2C | 133 | 35 | 24 |
| Octal | 216 | 54 | 203 | 0 | 105 | 10 | 54 | 463 | 65 | 44 |
| Binary | 10001110 | 101100 | 10000011 | 0 | 1000101 | 1000 | 101100 | 100110011 | 110101 | 100100 |
Color Harmonies of #8E2C83
Complementary color
Monochromatic Colors of #8E2C83
Black with #8E2C83
Text Example
Text Example
White with #8E2C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2C83; }
p { color: rgb(142,44,131); }
H1.HeaderClassName
{
color: #8E2C83;
}
.AnyTagClassName
{
color: #8E2C83;
}
</style>
background-color css
<style>
a { background-color: #8E2C83; }
a { background-color: rgb(142,44,131); }
div.DivClassName
{
background-color: #8E2C83;
}
.BgClassName
{
background-color: #8E2C83;
}
</style>
border-color css
<style>
span { border-color: #8E2C83; }
span { border-color: rgb(142,44,131); }
td.TdClassName
{
border-color: #8E2C83;
}
.TagClassName
{
border-color: #8E2C83;
}
</style>