Shades of Dark Purple #8E137B
Tints of Dark Purple #8E137B
RGB
CMYK
RGB Variations
Color information
#8E137B (or 0x8E137B) is known color: Dark Purple. HEX triplet: 8E, 13 and 7B. RGB value is (142,19,123). Sum of RGB (Red+Green+Blue) = 142+19+123=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E137B is #71EC84. Grayscale: #434343. Windows color (decimal): -7466117 or 8065934. OLE color: 8065934.
HSL color Cylindrical-coordinate representation of color #8E137B: hue angle of 309.27º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E137B is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 19 | 123 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.44 |
| HSL | 309.27º | 0.76% | 0.32% | - |
| HSV(B) | 309.27º | 0.87% | 0.56% | - |
| XYZ | 14.96 | 7.65 | 19.43 | - |
| YUV | 67.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 123 | 0 | 0.87 | 0.13 | 0.44 | 309.27 | 0.76 | 0.32 |
| Hex | 8E | 13 | 7B | 0 | 57 | D | 2C | 135 | 4C | 20 |
| Octal | 216 | 23 | 173 | 0 | 127 | 15 | 54 | 465 | 114 | 40 |
| Binary | 10001110 | 10011 | 1111011 | 0 | 1010111 | 1101 | 101100 | 100110101 | 1001100 | 100000 |
Color Harmonies of #8E137B
Complementary color
Monochromatic Colors of #8E137B
Black with #8E137B
Text Example
Text Example
White with #8E137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E137B; }
p { color: rgb(142,19,123); }
H1.HeaderClassName
{
color: #8E137B;
}
.AnyTagClassName
{
color: #8E137B;
}
</style>
background-color css
<style>
a { background-color: #8E137B; }
a { background-color: rgb(142,19,123); }
div.DivClassName
{
background-color: #8E137B;
}
.BgClassName
{
background-color: #8E137B;
}
</style>
border-color css
<style>
span { border-color: #8E137B; }
span { border-color: rgb(142,19,123); }
td.TdClassName
{
border-color: #8E137B;
}
.TagClassName
{
border-color: #8E137B;
}
</style>