Shades of Dark Purple #8E2B83
Tints of Dark Purple #8E2B83
RGB
CMYK
RGB Variations
Color information
#8E2B83 (or 0x8E2B83) is known color: Dark Purple. HEX triplet: 8E, 2B and 83. RGB value is (142,43,131). Sum of RGB (Red+Green+Blue) = 142+43+131=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2B83 is #71D47C. Grayscale: #525252. Windows color (decimal): -7459965 or 8596366. OLE color: 8596366.
HSL color Cylindrical-coordinate representation of color #8E2B83: hue angle of 306.67º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2B83 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 43 | 131 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.44 |
| HSL | 306.67º | 0.54% | 0.36% | - |
| HSV(B) | 306.67º | 0.7% | 0.56% | - |
| XYZ | 16.12 | 9.12 | 22.38 | - |
| YUV | 82.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 43 | 131 | 0 | 0.70 | 0.08 | 0.44 | 306.67 | 0.54 | 0.36 |
| Hex | 8E | 2B | 83 | 0 | 46 | 8 | 2C | 133 | 36 | 24 |
| Octal | 216 | 53 | 203 | 0 | 106 | 10 | 54 | 463 | 66 | 44 |
| Binary | 10001110 | 101011 | 10000011 | 0 | 1000110 | 1000 | 101100 | 100110011 | 110110 | 100100 |
Color Harmonies of #8E2B83
Complementary color
Monochromatic Colors of #8E2B83
Black with #8E2B83
Text Example
Text Example
White with #8E2B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2B83; }
p { color: rgb(142,43,131); }
H1.HeaderClassName
{
color: #8E2B83;
}
.AnyTagClassName
{
color: #8E2B83;
}
</style>
background-color css
<style>
a { background-color: #8E2B83; }
a { background-color: rgb(142,43,131); }
div.DivClassName
{
background-color: #8E2B83;
}
.BgClassName
{
background-color: #8E2B83;
}
</style>
border-color css
<style>
span { border-color: #8E2B83; }
span { border-color: rgb(142,43,131); }
td.TdClassName
{
border-color: #8E2B83;
}
.TagClassName
{
border-color: #8E2B83;
}
</style>