Shades of Dark Purple #8E117E
Tints of Dark Purple #8E117E
RGB
CMYK
RGB Variations
Color information
#8E117E (or 0x8E117E) is known color: Dark Purple. HEX triplet: 8E, 11 and 7E. RGB value is (142,17,126). Sum of RGB (Red+Green+Blue) = 142+17+126=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E117E is #71EE81. Grayscale: #424242. Windows color (decimal): -7466626 or 8262030. OLE color: 8262030.
HSL color Cylindrical-coordinate representation of color #8E117E: hue angle of 307.68º 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 #8E117E is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 126 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.44 |
| HSL | 307.68º | 0.79% | 0.31% | - |
| HSV(B) | 307.68º | 0.88% | 0.56% | - |
| XYZ | 15.12 | 7.66 | 20.42 | - |
| YUV | 66.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 126 | 0 | 0.88 | 0.11 | 0.44 | 307.68 | 0.79 | 0.31 |
| Hex | 8E | 11 | 7E | 0 | 58 | B | 2C | 134 | 4F | 1F |
| Octal | 216 | 21 | 176 | 0 | 130 | 13 | 54 | 464 | 117 | 37 |
| Binary | 10001110 | 10001 | 1111110 | 0 | 1011000 | 1011 | 101100 | 100110100 | 1001111 | 11111 |
Color Harmonies of #8E117E
Complementary color
Monochromatic Colors of #8E117E
Black with #8E117E
Text Example
Text Example
White with #8E117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E117E; }
p { color: rgb(142,17,126); }
H1.HeaderClassName
{
color: #8E117E;
}
.AnyTagClassName
{
color: #8E117E;
}
</style>
background-color css
<style>
a { background-color: #8E117E; }
a { background-color: rgb(142,17,126); }
div.DivClassName
{
background-color: #8E117E;
}
.BgClassName
{
background-color: #8E117E;
}
</style>
border-color css
<style>
span { border-color: #8E117E; }
span { border-color: rgb(142,17,126); }
td.TdClassName
{
border-color: #8E117E;
}
.TagClassName
{
border-color: #8E117E;
}
</style>