Shades of Dark Purple #8E1D85
Tints of Dark Purple #8E1D85
RGB
CMYK
RGB Variations
Color information
#8E1D85 (or 0x8E1D85) is known color: Dark Purple. HEX triplet: 8E, 1D and 85. RGB value is (142,29,133). Sum of RGB (Red+Green+Blue) = 142+29+133=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1D85 is #71E27A. Grayscale: #4A4A4A. Windows color (decimal): -7463547 or 8723854. OLE color: 8723854.
HSL color Cylindrical-coordinate representation of color #8E1D85: hue angle of 304.78º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D85 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 133 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.44 |
| HSL | 304.78º | 0.66% | 0.34% | - |
| HSV(B) | 304.78º | 0.8% | 0.56% | - |
| XYZ | 15.83 | 8.32 | 22.96 | - |
| YUV | 74.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 133 | 0 | 0.80 | 0.06 | 0.44 | 304.78 | 0.66 | 0.34 |
| Hex | 8E | 1D | 85 | 0 | 50 | 6 | 2C | 131 | 42 | 22 |
| Octal | 216 | 35 | 205 | 0 | 120 | 6 | 54 | 461 | 102 | 42 |
| Binary | 10001110 | 11101 | 10000101 | 0 | 1010000 | 110 | 101100 | 100110001 | 1000010 | 100010 |
Color Harmonies of #8E1D85
Complementary color
Monochromatic Colors of #8E1D85
Black with #8E1D85
Text Example
Text Example
White with #8E1D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D85; }
p { color: rgb(142,29,133); }
H1.HeaderClassName
{
color: #8E1D85;
}
.AnyTagClassName
{
color: #8E1D85;
}
</style>
background-color css
<style>
a { background-color: #8E1D85; }
a { background-color: rgb(142,29,133); }
div.DivClassName
{
background-color: #8E1D85;
}
.BgClassName
{
background-color: #8E1D85;
}
</style>
border-color css
<style>
span { border-color: #8E1D85; }
span { border-color: rgb(142,29,133); }
td.TdClassName
{
border-color: #8E1D85;
}
.TagClassName
{
border-color: #8E1D85;
}
</style>