Shades of Dark Purple #8E157A
Tints of Dark Purple #8E157A
RGB
CMYK
RGB Variations
Color information
#8E157A (or 0x8E157A) is known color: Dark Purple. HEX triplet: 8E, 15 and 7A. RGB value is (142,21,122). Sum of RGB (Red+Green+Blue) = 142+21+122=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E157A is #71EA85. Grayscale: #444444. Windows color (decimal): -7465606 or 8000910. OLE color: 8000910.
HSL color Cylindrical-coordinate representation of color #8E157A: hue angle of 309.92º 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 #8E157A is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 21 | 122 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.44 |
| HSL | 309.92º | 0.74% | 0.32% | - |
| HSV(B) | 309.92º | 0.85% | 0.56% | - |
| XYZ | 14.94 | 7.69 | 19.11 | - |
| YUV | 68.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 122 | 0 | 0.85 | 0.14 | 0.44 | 309.92 | 0.74 | 0.32 |
| Hex | 8E | 15 | 7A | 0 | 55 | E | 2C | 136 | 4A | 20 |
| Octal | 216 | 25 | 172 | 0 | 125 | 16 | 54 | 466 | 112 | 40 |
| Binary | 10001110 | 10101 | 1111010 | 0 | 1010101 | 1110 | 101100 | 100110110 | 1001010 | 100000 |
Color Harmonies of #8E157A
Complementary color
Monochromatic Colors of #8E157A
Black with #8E157A
Text Example
Text Example
White with #8E157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E157A; }
p { color: rgb(142,21,122); }
H1.HeaderClassName
{
color: #8E157A;
}
.AnyTagClassName
{
color: #8E157A;
}
</style>
background-color css
<style>
a { background-color: #8E157A; }
a { background-color: rgb(142,21,122); }
div.DivClassName
{
background-color: #8E157A;
}
.BgClassName
{
background-color: #8E157A;
}
</style>
border-color css
<style>
span { border-color: #8E157A; }
span { border-color: rgb(142,21,122); }
td.TdClassName
{
border-color: #8E157A;
}
.TagClassName
{
border-color: #8E157A;
}
</style>