Shades of Dark Purple #8E2870
Tints of Dark Purple #8E2870
RGB
CMYK
RGB Variations
Color information
#8E2870 (or 0x8E2870) is known color: Dark Purple. HEX triplet: 8E, 28 and 70. RGB value is (142,40,112). Sum of RGB (Red+Green+Blue) = 142+40+112=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2870 is #71D78F. Grayscale: #4E4E4E. Windows color (decimal): -7460752 or 7350414. OLE color: 7350414.
HSL color Cylindrical-coordinate representation of color #8E2870: hue angle of 317.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2870 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 112 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.44 |
| HSL | 317.65º | 0.56% | 0.36% | - |
| HSV(B) | 317.65º | 0.72% | 0.56% | - |
| XYZ | 14.84 | 8.44 | 16.18 | - |
| YUV | 78.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 112 | 0 | 0.72 | 0.21 | 0.44 | 317.65 | 0.56 | 0.36 |
| Hex | 8E | 28 | 70 | 0 | 48 | 15 | 2C | 13E | 38 | 24 |
| Octal | 216 | 50 | 160 | 0 | 110 | 25 | 54 | 476 | 70 | 44 |
| Binary | 10001110 | 101000 | 1110000 | 0 | 1001000 | 10101 | 101100 | 100111110 | 111000 | 100100 |
Color Harmonies of #8E2870
Complementary color
Monochromatic Colors of #8E2870
Black with #8E2870
Text Example
Text Example
White with #8E2870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2870; }
p { color: rgb(142,40,112); }
H1.HeaderClassName
{
color: #8E2870;
}
.AnyTagClassName
{
color: #8E2870;
}
</style>
background-color css
<style>
a { background-color: #8E2870; }
a { background-color: rgb(142,40,112); }
div.DivClassName
{
background-color: #8E2870;
}
.BgClassName
{
background-color: #8E2870;
}
</style>
border-color css
<style>
span { border-color: #8E2870; }
span { border-color: rgb(142,40,112); }
td.TdClassName
{
border-color: #8E2870;
}
.TagClassName
{
border-color: #8E2870;
}
</style>