Shades of Dark Purple #8E1587
Tints of Dark Purple #8E1587
RGB
CMYK
RGB Variations
Color information
#8E1587 (or 0x8E1587) is known color: Dark Purple. HEX triplet: 8E, 15 and 87. RGB value is (142,21,135). Sum of RGB (Red+Green+Blue) = 142+21+135=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1587 is #71EA78. Grayscale: #454545. Windows color (decimal): -7465593 or 8852878. OLE color: 8852878.
HSL color Cylindrical-coordinate representation of color #8E1587: hue angle of 303.47º 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 #8E1587 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 21 | 135 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.44 |
| HSL | 303.47º | 0.74% | 0.32% | - |
| HSV(B) | 303.47º | 0.85% | 0.56% | - |
| XYZ | 15.8 | 8.04 | 23.64 | - |
| YUV | 70.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 135 | 0 | 0.85 | 0.05 | 0.44 | 303.47 | 0.74 | 0.32 |
| Hex | 8E | 15 | 87 | 0 | 55 | 5 | 2C | 12F | 4A | 20 |
| Octal | 216 | 25 | 207 | 0 | 125 | 5 | 54 | 457 | 112 | 40 |
| Binary | 10001110 | 10101 | 10000111 | 0 | 1010101 | 101 | 101100 | 100101111 | 1001010 | 100000 |
Color Harmonies of #8E1587
Complementary color
Monochromatic Colors of #8E1587
Black with #8E1587
Text Example
Text Example
White with #8E1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1587; }
p { color: rgb(142,21,135); }
H1.HeaderClassName
{
color: #8E1587;
}
.AnyTagClassName
{
color: #8E1587;
}
</style>
background-color css
<style>
a { background-color: #8E1587; }
a { background-color: rgb(142,21,135); }
div.DivClassName
{
background-color: #8E1587;
}
.BgClassName
{
background-color: #8E1587;
}
</style>
border-color css
<style>
span { border-color: #8E1587; }
span { border-color: rgb(142,21,135); }
td.TdClassName
{
border-color: #8E1587;
}
.TagClassName
{
border-color: #8E1587;
}
</style>