Shades of Dark Purple #8E1D89
Tints of Dark Purple #8E1D89
RGB
CMYK
RGB Variations
Color information
#8E1D89 (or 0x8E1D89) is known color: Dark Purple. HEX triplet: 8E, 1D and 89. RGB value is (142,29,137). Sum of RGB (Red+Green+Blue) = 142+29+137=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1D89 is #71E276. Grayscale: #4A4A4A. Windows color (decimal): -7463543 or 8985998. OLE color: 8985998.
HSL color Cylindrical-coordinate representation of color #8E1D89: hue angle of 302.65º 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 #8E1D89 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 137 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.44 |
| HSL | 302.65º | 0.66% | 0.34% | - |
| HSV(B) | 302.65º | 0.8% | 0.56% | - |
| XYZ | 16.11 | 8.44 | 24.45 | - |
| YUV | 75.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 137 | 0 | 0.80 | 0.04 | 0.44 | 302.65 | 0.66 | 0.34 |
| Hex | 8E | 1D | 89 | 0 | 50 | 4 | 2C | 12F | 42 | 22 |
| Octal | 216 | 35 | 211 | 0 | 120 | 4 | 54 | 457 | 102 | 42 |
| Binary | 10001110 | 11101 | 10001001 | 0 | 1010000 | 100 | 101100 | 100101111 | 1000010 | 100010 |
Color Harmonies of #8E1D89
Complementary color
Monochromatic Colors of #8E1D89
Black with #8E1D89
Text Example
Text Example
White with #8E1D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D89; }
p { color: rgb(142,29,137); }
H1.HeaderClassName
{
color: #8E1D89;
}
.AnyTagClassName
{
color: #8E1D89;
}
</style>
background-color css
<style>
a { background-color: #8E1D89; }
a { background-color: rgb(142,29,137); }
div.DivClassName
{
background-color: #8E1D89;
}
.BgClassName
{
background-color: #8E1D89;
}
</style>
border-color css
<style>
span { border-color: #8E1D89; }
span { border-color: rgb(142,29,137); }
td.TdClassName
{
border-color: #8E1D89;
}
.TagClassName
{
border-color: #8E1D89;
}
</style>