Shades of Dark Purple #8E177C
Tints of Dark Purple #8E177C
RGB
CMYK
RGB Variations
Color information
#8E177C (or 0x8E177C) is known color: Dark Purple. HEX triplet: 8E, 17 and 7C. RGB value is (142,23,124). Sum of RGB (Red+Green+Blue) = 142+23+124=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E177C is #71E883. Grayscale: #454545. Windows color (decimal): -7465092 or 8132494. OLE color: 8132494.
HSL color Cylindrical-coordinate representation of color #8E177C: hue angle of 309.08º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E177C is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 23 | 124 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.44 |
| HSL | 309.08º | 0.72% | 0.32% | - |
| HSV(B) | 309.08º | 0.84% | 0.56% | - |
| XYZ | 15.1 | 7.82 | 19.78 | - |
| YUV | 70.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 23 | 124 | 0 | 0.84 | 0.13 | 0.44 | 309.08 | 0.72 | 0.32 |
| Hex | 8E | 17 | 7C | 0 | 54 | D | 2C | 135 | 48 | 20 |
| Octal | 216 | 27 | 174 | 0 | 124 | 15 | 54 | 465 | 110 | 40 |
| Binary | 10001110 | 10111 | 1111100 | 0 | 1010100 | 1101 | 101100 | 100110101 | 1001000 | 100000 |
Color Harmonies of #8E177C
Complementary color
Monochromatic Colors of #8E177C
Black with #8E177C
Text Example
Text Example
White with #8E177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E177C; }
p { color: rgb(142,23,124); }
H1.HeaderClassName
{
color: #8E177C;
}
.AnyTagClassName
{
color: #8E177C;
}
</style>
background-color css
<style>
a { background-color: #8E177C; }
a { background-color: rgb(142,23,124); }
div.DivClassName
{
background-color: #8E177C;
}
.BgClassName
{
background-color: #8E177C;
}
</style>
border-color css
<style>
span { border-color: #8E177C; }
span { border-color: rgb(142,23,124); }
td.TdClassName
{
border-color: #8E177C;
}
.TagClassName
{
border-color: #8E177C;
}
</style>