Shades of Dark Purple #8E117B
Tints of Dark Purple #8E117B
RGB
CMYK
RGB Variations
Color information
#8E117B (or 0x8E117B) is known color: Dark Purple. HEX triplet: 8E, 11 and 7B. RGB value is (142,17,123). Sum of RGB (Red+Green+Blue) = 142+17+123=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E117B is #71EE84. Grayscale: #424242. Windows color (decimal): -7466629 or 8065422. OLE color: 8065422.
HSL color Cylindrical-coordinate representation of color #8E117B: hue angle of 309.12º 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 #8E117B is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 123 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.44 |
| HSL | 309.12º | 0.79% | 0.31% | - |
| HSV(B) | 309.12º | 0.88% | 0.56% | - |
| XYZ | 14.93 | 7.58 | 19.42 | - |
| YUV | 66.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 123 | 0 | 0.88 | 0.13 | 0.44 | 309.12 | 0.79 | 0.31 |
| Hex | 8E | 11 | 7B | 0 | 58 | D | 2C | 135 | 4F | 1F |
| Octal | 216 | 21 | 173 | 0 | 130 | 15 | 54 | 465 | 117 | 37 |
| Binary | 10001110 | 10001 | 1111011 | 0 | 1011000 | 1101 | 101100 | 100110101 | 1001111 | 11111 |
Color Harmonies of #8E117B
Complementary color
Monochromatic Colors of #8E117B
Black with #8E117B
Text Example
Text Example
White with #8E117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E117B; }
p { color: rgb(142,17,123); }
H1.HeaderClassName
{
color: #8E117B;
}
.AnyTagClassName
{
color: #8E117B;
}
</style>
background-color css
<style>
a { background-color: #8E117B; }
a { background-color: rgb(142,17,123); }
div.DivClassName
{
background-color: #8E117B;
}
.BgClassName
{
background-color: #8E117B;
}
</style>
border-color css
<style>
span { border-color: #8E117B; }
span { border-color: rgb(142,17,123); }
td.TdClassName
{
border-color: #8E117B;
}
.TagClassName
{
border-color: #8E117B;
}
</style>