Shades of Dark Purple #8E2D84
Tints of Dark Purple #8E2D84
RGB
CMYK
RGB Variations
Color information
#8E2D84 (or 0x8E2D84) is known color: Dark Purple. HEX triplet: 8E, 2D and 84. RGB value is (142,45,132). Sum of RGB (Red+Green+Blue) = 142+45+132=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2D84 is #71D27B. Grayscale: #535353. Windows color (decimal): -7459452 or 8662414. OLE color: 8662414.
HSL color Cylindrical-coordinate representation of color #8E2D84: hue angle of 306.19º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2D84 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 45 | 132 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.44 |
| HSL | 306.19º | 0.52% | 0.37% | - |
| HSV(B) | 306.19º | 0.68% | 0.56% | - |
| XYZ | 16.26 | 9.29 | 22.77 | - |
| YUV | 83.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 132 | 0 | 0.68 | 0.07 | 0.44 | 306.19 | 0.52 | 0.37 |
| Hex | 8E | 2D | 84 | 0 | 44 | 7 | 2C | 132 | 34 | 25 |
| Octal | 216 | 55 | 204 | 0 | 104 | 7 | 54 | 462 | 64 | 45 |
| Binary | 10001110 | 101101 | 10000100 | 0 | 1000100 | 111 | 101100 | 100110010 | 110100 | 100101 |
Color Harmonies of #8E2D84
Complementary color
Monochromatic Colors of #8E2D84
Black with #8E2D84
Text Example
Text Example
White with #8E2D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2D84; }
p { color: rgb(142,45,132); }
H1.HeaderClassName
{
color: #8E2D84;
}
.AnyTagClassName
{
color: #8E2D84;
}
</style>
background-color css
<style>
a { background-color: #8E2D84; }
a { background-color: rgb(142,45,132); }
div.DivClassName
{
background-color: #8E2D84;
}
.BgClassName
{
background-color: #8E2D84;
}
</style>
border-color css
<style>
span { border-color: #8E2D84; }
span { border-color: rgb(142,45,132); }
td.TdClassName
{
border-color: #8E2D84;
}
.TagClassName
{
border-color: #8E2D84;
}
</style>