Shades of Dark Purple #8E117A
Tints of Dark Purple #8E117A
RGB
CMYK
RGB Variations
Color information
#8E117A (or 0x8E117A) is known color: Dark Purple. HEX triplet: 8E, 11 and 7A. RGB value is (142,17,122). Sum of RGB (Red+Green+Blue) = 142+17+122=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E117A is #71EE85. Grayscale: #424242. Windows color (decimal): -7466630 or 7999886. OLE color: 7999886.
HSL color Cylindrical-coordinate representation of color #8E117A: hue angle of 309.6º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E117A is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 122 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.44 |
| HSL | 309.6º | 0.79% | 0.31% | - |
| HSV(B) | 309.6º | 0.88% | 0.56% | - |
| XYZ | 14.87 | 7.56 | 19.09 | - |
| YUV | 66.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 122 | 0 | 0.88 | 0.14 | 0.44 | 309.6 | 0.79 | 0.31 |
| Hex | 8E | 11 | 7A | 0 | 58 | E | 2C | 136 | 4F | 1F |
| Octal | 216 | 21 | 172 | 0 | 130 | 16 | 54 | 466 | 117 | 37 |
| Binary | 10001110 | 10001 | 1111010 | 0 | 1011000 | 1110 | 101100 | 100110110 | 1001111 | 11111 |
Color Harmonies of #8E117A
Complementary color
Monochromatic Colors of #8E117A
Black with #8E117A
Text Example
Text Example
White with #8E117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E117A; }
p { color: rgb(142,17,122); }
H1.HeaderClassName
{
color: #8E117A;
}
.AnyTagClassName
{
color: #8E117A;
}
</style>
background-color css
<style>
a { background-color: #8E117A; }
a { background-color: rgb(142,17,122); }
div.DivClassName
{
background-color: #8E117A;
}
.BgClassName
{
background-color: #8E117A;
}
</style>
border-color css
<style>
span { border-color: #8E117A; }
span { border-color: rgb(142,17,122); }
td.TdClassName
{
border-color: #8E117A;
}
.TagClassName
{
border-color: #8E117A;
}
</style>