Shades of Dark Purple #8E3A84
Tints of Dark Purple #8E3A84
RGB
CMYK
RGB Variations
Color information
#8E3A84 (or 0x8E3A84) is known color: Dark Purple. HEX triplet: 8E, 3A and 84. RGB value is (142,58,132). Sum of RGB (Red+Green+Blue) = 142+58+132=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3A84 is #71C57B. Grayscale: #5B5B5B. Windows color (decimal): -7456124 or 8665742. OLE color: 8665742.
HSL color Cylindrical-coordinate representation of color #8E3A84: hue angle of 307.14º 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 #8E3A84 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 58 | 132 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.44 |
| HSL | 307.14º | 0.42% | 0.39% | - |
| HSV(B) | 307.14º | 0.59% | 0.56% | - |
| XYZ | 16.83 | 10.44 | 22.96 | - |
| YUV | 91.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 132 | 0 | 0.59 | 0.07 | 0.44 | 307.14 | 0.42 | 0.39 |
| Hex | 8E | 3A | 84 | 0 | 3B | 7 | 2C | 133 | 2A | 27 |
| Octal | 216 | 72 | 204 | 0 | 73 | 7 | 54 | 463 | 52 | 47 |
| Binary | 10001110 | 111010 | 10000100 | 0 | 111011 | 111 | 101100 | 100110011 | 101010 | 100111 |
Color Harmonies of #8E3A84
Complementary color
Monochromatic Colors of #8E3A84
Black with #8E3A84
Text Example
Text Example
White with #8E3A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A84; }
p { color: rgb(142,58,132); }
H1.HeaderClassName
{
color: #8E3A84;
}
.AnyTagClassName
{
color: #8E3A84;
}
</style>
background-color css
<style>
a { background-color: #8E3A84; }
a { background-color: rgb(142,58,132); }
div.DivClassName
{
background-color: #8E3A84;
}
.BgClassName
{
background-color: #8E3A84;
}
</style>
border-color css
<style>
span { border-color: #8E3A84; }
span { border-color: rgb(142,58,132); }
td.TdClassName
{
border-color: #8E3A84;
}
.TagClassName
{
border-color: #8E3A84;
}
</style>