Shades of Dark Purple #8E187F
Tints of Dark Purple #8E187F
RGB
CMYK
RGB Variations
Color information
#8E187F (or 0x8E187F) is known color: Dark Purple. HEX triplet: 8E, 18 and 7F. RGB value is (142,24,127). Sum of RGB (Red+Green+Blue) = 142+24+127=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E187F is #71E780. Grayscale: #464646. Windows color (decimal): -7464833 or 8329358. OLE color: 8329358.
HSL color Cylindrical-coordinate representation of color #8E187F: hue angle of 307.63º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E187F is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 127 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.44 |
| HSL | 307.63º | 0.71% | 0.33% | - |
| HSV(B) | 307.63º | 0.83% | 0.56% | - |
| XYZ | 15.31 | 7.94 | 20.8 | - |
| YUV | 71.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 127 | 0 | 0.83 | 0.11 | 0.44 | 307.63 | 0.71 | 0.33 |
| Hex | 8E | 18 | 7F | 0 | 53 | B | 2C | 134 | 47 | 21 |
| Octal | 216 | 30 | 177 | 0 | 123 | 13 | 54 | 464 | 107 | 41 |
| Binary | 10001110 | 11000 | 1111111 | 0 | 1010011 | 1011 | 101100 | 100110100 | 1000111 | 100001 |
Color Harmonies of #8E187F
Complementary color
Monochromatic Colors of #8E187F
Black with #8E187F
Text Example
Text Example
White with #8E187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E187F; }
p { color: rgb(142,24,127); }
H1.HeaderClassName
{
color: #8E187F;
}
.AnyTagClassName
{
color: #8E187F;
}
</style>
background-color css
<style>
a { background-color: #8E187F; }
a { background-color: rgb(142,24,127); }
div.DivClassName
{
background-color: #8E187F;
}
.BgClassName
{
background-color: #8E187F;
}
</style>
border-color css
<style>
span { border-color: #8E187F; }
span { border-color: rgb(142,24,127); }
td.TdClassName
{
border-color: #8E187F;
}
.TagClassName
{
border-color: #8E187F;
}
</style>