Shades of Dark Purple #8E187B
Tints of Dark Purple #8E187B
RGB
CMYK
RGB Variations
Color information
#8E187B (or 0x8E187B) is known color: Dark Purple. HEX triplet: 8E, 18 and 7B. RGB value is (142,24,123). Sum of RGB (Red+Green+Blue) = 142+24+123=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E187B is #71E784. Grayscale: #464646. Windows color (decimal): -7464837 or 8067214. OLE color: 8067214.
HSL color Cylindrical-coordinate representation of color #8E187B: hue angle of 309.66º 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 #8E187B is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 123 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.44 |
| HSL | 309.66º | 0.71% | 0.33% | - |
| HSV(B) | 309.66º | 0.83% | 0.56% | - |
| XYZ | 15.06 | 7.83 | 19.46 | - |
| YUV | 70.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 123 | 0 | 0.83 | 0.13 | 0.44 | 309.66 | 0.71 | 0.33 |
| Hex | 8E | 18 | 7B | 0 | 53 | D | 2C | 136 | 47 | 21 |
| Octal | 216 | 30 | 173 | 0 | 123 | 15 | 54 | 466 | 107 | 41 |
| Binary | 10001110 | 11000 | 1111011 | 0 | 1010011 | 1101 | 101100 | 100110110 | 1000111 | 100001 |
Color Harmonies of #8E187B
Complementary color
Monochromatic Colors of #8E187B
Black with #8E187B
Text Example
Text Example
White with #8E187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E187B; }
p { color: rgb(142,24,123); }
H1.HeaderClassName
{
color: #8E187B;
}
.AnyTagClassName
{
color: #8E187B;
}
</style>
background-color css
<style>
a { background-color: #8E187B; }
a { background-color: rgb(142,24,123); }
div.DivClassName
{
background-color: #8E187B;
}
.BgClassName
{
background-color: #8E187B;
}
</style>
border-color css
<style>
span { border-color: #8E187B; }
span { border-color: rgb(142,24,123); }
td.TdClassName
{
border-color: #8E187B;
}
.TagClassName
{
border-color: #8E187B;
}
</style>