Shades of Dark Purple #8E127A
Tints of Dark Purple #8E127A
RGB
CMYK
RGB Variations
Color information
#8E127A (or 0x8E127A) is known color: Dark Purple. HEX triplet: 8E, 12 and 7A. RGB value is (142,18,122). Sum of RGB (Red+Green+Blue) = 142+18+122=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E127A is #71ED85. Grayscale: #424242. Windows color (decimal): -7466374 or 8000142. OLE color: 8000142.
HSL color Cylindrical-coordinate representation of color #8E127A: hue angle of 309.68º 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 #8E127A is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 122 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.44 |
| HSL | 309.68º | 0.78% | 0.31% | - |
| HSV(B) | 309.68º | 0.87% | 0.56% | - |
| XYZ | 14.88 | 7.59 | 19.09 | - |
| YUV | 66.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 122 | 0 | 0.87 | 0.14 | 0.44 | 309.68 | 0.78 | 0.31 |
| Hex | 8E | 12 | 7A | 0 | 57 | E | 2C | 136 | 4E | 1F |
| Octal | 216 | 22 | 172 | 0 | 127 | 16 | 54 | 466 | 116 | 37 |
| Binary | 10001110 | 10010 | 1111010 | 0 | 1010111 | 1110 | 101100 | 100110110 | 1001110 | 11111 |
Color Harmonies of #8E127A
Complementary color
Monochromatic Colors of #8E127A
Black with #8E127A
Text Example
Text Example
White with #8E127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E127A; }
p { color: rgb(142,18,122); }
H1.HeaderClassName
{
color: #8E127A;
}
.AnyTagClassName
{
color: #8E127A;
}
</style>
background-color css
<style>
a { background-color: #8E127A; }
a { background-color: rgb(142,18,122); }
div.DivClassName
{
background-color: #8E127A;
}
.BgClassName
{
background-color: #8E127A;
}
</style>
border-color css
<style>
span { border-color: #8E127A; }
span { border-color: rgb(142,18,122); }
td.TdClassName
{
border-color: #8E127A;
}
.TagClassName
{
border-color: #8E127A;
}
</style>