Shades of Dark Purple #8E126D
Tints of Dark Purple #8E126D
RGB
CMYK
RGB Variations
Color information
#8E126D (or 0x8E126D) is known color: Dark Purple. HEX triplet: 8E, 12 and 6D. RGB value is (142,18,109). Sum of RGB (Red+Green+Blue) = 142+18+109=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E126D is #71ED92. Grayscale: #414141. Windows color (decimal): -7466387 or 7148174. OLE color: 7148174.
HSL color Cylindrical-coordinate representation of color #8E126D: hue angle of 315.97º 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 #8E126D is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 109 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.44 |
| HSL | 315.97º | 0.78% | 0.31% | - |
| HSV(B) | 315.97º | 0.87% | 0.56% | - |
| XYZ | 14.13 | 7.29 | 15.13 | - |
| YUV | 65.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 109 | 0 | 0.87 | 0.23 | 0.44 | 315.97 | 0.78 | 0.31 |
| Hex | 8E | 12 | 6D | 0 | 57 | 17 | 2C | 13C | 4E | 1F |
| Octal | 216 | 22 | 155 | 0 | 127 | 27 | 54 | 474 | 116 | 37 |
| Binary | 10001110 | 10010 | 1101101 | 0 | 1010111 | 10111 | 101100 | 100111100 | 1001110 | 11111 |
Color Harmonies of #8E126D
Complementary color
Monochromatic Colors of #8E126D
Black with #8E126D
Text Example
Text Example
White with #8E126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E126D; }
p { color: rgb(142,18,109); }
H1.HeaderClassName
{
color: #8E126D;
}
.AnyTagClassName
{
color: #8E126D;
}
</style>
background-color css
<style>
a { background-color: #8E126D; }
a { background-color: rgb(142,18,109); }
div.DivClassName
{
background-color: #8E126D;
}
.BgClassName
{
background-color: #8E126D;
}
</style>
border-color css
<style>
span { border-color: #8E126D; }
span { border-color: rgb(142,18,109); }
td.TdClassName
{
border-color: #8E126D;
}
.TagClassName
{
border-color: #8E126D;
}
</style>