Shades of Dark Purple #8E167E
Tints of Dark Purple #8E167E
RGB
CMYK
RGB Variations
Color information
#8E167E (or 0x8E167E) is known color: Dark Purple. HEX triplet: 8E, 16 and 7E. RGB value is (142,22,126). Sum of RGB (Red+Green+Blue) = 142+22+126=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E167E is #71E981. Grayscale: #454545. Windows color (decimal): -7465346 or 8263310. OLE color: 8263310.
HSL color Cylindrical-coordinate representation of color #8E167E: hue angle of 308º degrees, saturation: 0.73, 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 #8E167E is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 22 | 126 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.44 |
| HSL | 308º | 0.73% | 0.32% | - |
| HSV(B) | 308º | 0.85% | 0.56% | - |
| XYZ | 15.21 | 7.83 | 20.45 | - |
| YUV | 69.74 | 159.76 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 126 | 0 | 0.85 | 0.11 | 0.44 | 308 | 0.73 | 0.32 |
| Hex | 8E | 16 | 7E | 0 | 55 | B | 2C | 134 | 49 | 20 |
| Octal | 216 | 26 | 176 | 0 | 125 | 13 | 54 | 464 | 111 | 40 |
| Binary | 10001110 | 10110 | 1111110 | 0 | 1010101 | 1011 | 101100 | 100110100 | 1001001 | 100000 |
Color Harmonies of #8E167E
Complementary color
Monochromatic Colors of #8E167E
Black with #8E167E
Text Example
Text Example
White with #8E167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E167E; }
p { color: rgb(142,22,126); }
H1.HeaderClassName
{
color: #8E167E;
}
.AnyTagClassName
{
color: #8E167E;
}
</style>
background-color css
<style>
a { background-color: #8E167E; }
a { background-color: rgb(142,22,126); }
div.DivClassName
{
background-color: #8E167E;
}
.BgClassName
{
background-color: #8E167E;
}
</style>
border-color css
<style>
span { border-color: #8E167E; }
span { border-color: rgb(142,22,126); }
td.TdClassName
{
border-color: #8E167E;
}
.TagClassName
{
border-color: #8E167E;
}
</style>