Shades of Dark Purple #8E1D70
Tints of Dark Purple #8E1D70
RGB
CMYK
RGB Variations
Color information
#8E1D70 (or 0x8E1D70) is known color: Dark Purple. HEX triplet: 8E, 1D and 70. RGB value is (142,29,112). Sum of RGB (Red+Green+Blue) = 142+29+112=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1D70 is #71E28F. Grayscale: #484848. Windows color (decimal): -7463568 or 7347598. OLE color: 7347598.
HSL color Cylindrical-coordinate representation of color #8E1D70: hue angle of 315.93º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D70 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 112 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.44 |
| HSL | 315.93º | 0.66% | 0.34% | - |
| HSV(B) | 315.93º | 0.8% | 0.56% | - |
| XYZ | 14.52 | 7.8 | 16.07 | - |
| YUV | 72.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 112 | 0 | 0.80 | 0.21 | 0.44 | 315.93 | 0.66 | 0.34 |
| Hex | 8E | 1D | 70 | 0 | 50 | 15 | 2C | 13C | 42 | 22 |
| Octal | 216 | 35 | 160 | 0 | 120 | 25 | 54 | 474 | 102 | 42 |
| Binary | 10001110 | 11101 | 1110000 | 0 | 1010000 | 10101 | 101100 | 100111100 | 1000010 | 100010 |
Color Harmonies of #8E1D70
Complementary color
Monochromatic Colors of #8E1D70
Black with #8E1D70
Text Example
Text Example
White with #8E1D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D70; }
p { color: rgb(142,29,112); }
H1.HeaderClassName
{
color: #8E1D70;
}
.AnyTagClassName
{
color: #8E1D70;
}
</style>
background-color css
<style>
a { background-color: #8E1D70; }
a { background-color: rgb(142,29,112); }
div.DivClassName
{
background-color: #8E1D70;
}
.BgClassName
{
background-color: #8E1D70;
}
</style>
border-color css
<style>
span { border-color: #8E1D70; }
span { border-color: rgb(142,29,112); }
td.TdClassName
{
border-color: #8E1D70;
}
.TagClassName
{
border-color: #8E1D70;
}
</style>