Shades of Dark Purple #8E1584
Tints of Dark Purple #8E1584
RGB
CMYK
RGB Variations
Color information
#8E1584 (or 0x8E1584) is known color: Dark Purple. HEX triplet: 8E, 15 and 84. RGB value is (142,21,132). Sum of RGB (Red+Green+Blue) = 142+21+132=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1584 is #71EA7B. Grayscale: #454545. Windows color (decimal): -7465596 or 8656270. OLE color: 8656270.
HSL color Cylindrical-coordinate representation of color #8E1584: hue angle of 304.96º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1584 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 21 | 132 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.44 |
| HSL | 304.96º | 0.74% | 0.32% | - |
| HSV(B) | 304.96º | 0.85% | 0.56% | - |
| XYZ | 15.59 | 7.95 | 22.54 | - |
| YUV | 69.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 132 | 0 | 0.85 | 0.07 | 0.44 | 304.96 | 0.74 | 0.32 |
| Hex | 8E | 15 | 84 | 0 | 55 | 7 | 2C | 131 | 4A | 20 |
| Octal | 216 | 25 | 204 | 0 | 125 | 7 | 54 | 461 | 112 | 40 |
| Binary | 10001110 | 10101 | 10000100 | 0 | 1010101 | 111 | 101100 | 100110001 | 1001010 | 100000 |
Color Harmonies of #8E1584
Complementary color
Monochromatic Colors of #8E1584
Black with #8E1584
Text Example
Text Example
White with #8E1584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1584; }
p { color: rgb(142,21,132); }
H1.HeaderClassName
{
color: #8E1584;
}
.AnyTagClassName
{
color: #8E1584;
}
</style>
background-color css
<style>
a { background-color: #8E1584; }
a { background-color: rgb(142,21,132); }
div.DivClassName
{
background-color: #8E1584;
}
.BgClassName
{
background-color: #8E1584;
}
</style>
border-color css
<style>
span { border-color: #8E1584; }
span { border-color: rgb(142,21,132); }
td.TdClassName
{
border-color: #8E1584;
}
.TagClassName
{
border-color: #8E1584;
}
</style>