Shades of Dark Purple #8E3A82
Tints of Dark Purple #8E3A82
RGB
CMYK
RGB Variations
Color information
#8E3A82 (or 0x8E3A82) is known color: Dark Purple. HEX triplet: 8E, 3A and 82. RGB value is (142,58,130). Sum of RGB (Red+Green+Blue) = 142+58+130=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3A82 is #71C57D. Grayscale: #5B5B5B. Windows color (decimal): -7456126 or 8534670. OLE color: 8534670.
HSL color Cylindrical-coordinate representation of color #8E3A82: hue angle of 308.57º 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 #8E3A82 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 58 | 130 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.44 |
| HSL | 308.57º | 0.42% | 0.39% | - |
| HSV(B) | 308.57º | 0.59% | 0.56% | - |
| XYZ | 16.7 | 10.39 | 22.24 | - |
| YUV | 91.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 130 | 0 | 0.59 | 0.08 | 0.44 | 308.57 | 0.42 | 0.39 |
| Hex | 8E | 3A | 82 | 0 | 3B | 8 | 2C | 135 | 2A | 27 |
| Octal | 216 | 72 | 202 | 0 | 73 | 10 | 54 | 465 | 52 | 47 |
| Binary | 10001110 | 111010 | 10000010 | 0 | 111011 | 1000 | 101100 | 100110101 | 101010 | 100111 |
Color Harmonies of #8E3A82
Complementary color
Monochromatic Colors of #8E3A82
Black with #8E3A82
Text Example
Text Example
White with #8E3A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A82; }
p { color: rgb(142,58,130); }
H1.HeaderClassName
{
color: #8E3A82;
}
.AnyTagClassName
{
color: #8E3A82;
}
</style>
background-color css
<style>
a { background-color: #8E3A82; }
a { background-color: rgb(142,58,130); }
div.DivClassName
{
background-color: #8E3A82;
}
.BgClassName
{
background-color: #8E3A82;
}
</style>
border-color css
<style>
span { border-color: #8E3A82; }
span { border-color: rgb(142,58,130); }
td.TdClassName
{
border-color: #8E3A82;
}
.TagClassName
{
border-color: #8E3A82;
}
</style>