Shades of Dark Purple #8E127C
Tints of Dark Purple #8E127C
RGB
CMYK
RGB Variations
Color information
#8E127C (or 0x8E127C) is known color: Dark Purple. HEX triplet: 8E, 12 and 7C. RGB value is (142,18,124). Sum of RGB (Red+Green+Blue) = 142+18+124=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E127C is #71ED83. Grayscale: #424242. Windows color (decimal): -7466372 or 8131214. OLE color: 8131214.
HSL color Cylindrical-coordinate representation of color #8E127C: hue angle of 308.71º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E127C is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 124 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.44 |
| HSL | 308.71º | 0.78% | 0.31% | - |
| HSV(B) | 308.71º | 0.87% | 0.56% | - |
| XYZ | 15.01 | 7.64 | 19.75 | - |
| YUV | 67.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 124 | 0 | 0.87 | 0.13 | 0.44 | 308.71 | 0.78 | 0.31 |
| Hex | 8E | 12 | 7C | 0 | 57 | D | 2C | 135 | 4E | 1F |
| Octal | 216 | 22 | 174 | 0 | 127 | 15 | 54 | 465 | 116 | 37 |
| Binary | 10001110 | 10010 | 1111100 | 0 | 1010111 | 1101 | 101100 | 100110101 | 1001110 | 11111 |
Color Harmonies of #8E127C
Complementary color
Monochromatic Colors of #8E127C
Black with #8E127C
Text Example
Text Example
White with #8E127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E127C; }
p { color: rgb(142,18,124); }
H1.HeaderClassName
{
color: #8E127C;
}
.AnyTagClassName
{
color: #8E127C;
}
</style>
background-color css
<style>
a { background-color: #8E127C; }
a { background-color: rgb(142,18,124); }
div.DivClassName
{
background-color: #8E127C;
}
.BgClassName
{
background-color: #8E127C;
}
</style>
border-color css
<style>
span { border-color: #8E127C; }
span { border-color: rgb(142,18,124); }
td.TdClassName
{
border-color: #8E127C;
}
.TagClassName
{
border-color: #8E127C;
}
</style>