Shades of Dark Purple #8E1D81
Tints of Dark Purple #8E1D81
RGB
CMYK
RGB Variations
Color information
#8E1D81 (or 0x8E1D81) is known color: Dark Purple. HEX triplet: 8E, 1D and 81. RGB value is (142,29,129). Sum of RGB (Red+Green+Blue) = 142+29+129=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1D81 is #71E27E. Grayscale: #494949. Windows color (decimal): -7463551 or 8461710. OLE color: 8461710.
HSL color Cylindrical-coordinate representation of color #8E1D81: hue angle of 306.9º 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 #8E1D81 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 129 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.44 |
| HSL | 306.9º | 0.66% | 0.34% | - |
| HSV(B) | 306.9º | 0.8% | 0.56% | - |
| XYZ | 15.56 | 8.21 | 21.53 | - |
| YUV | 74.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 129 | 0 | 0.80 | 0.09 | 0.44 | 306.9 | 0.66 | 0.34 |
| Hex | 8E | 1D | 81 | 0 | 50 | 9 | 2C | 133 | 42 | 22 |
| Octal | 216 | 35 | 201 | 0 | 120 | 11 | 54 | 463 | 102 | 42 |
| Binary | 10001110 | 11101 | 10000001 | 0 | 1010000 | 1001 | 101100 | 100110011 | 1000010 | 100010 |
Color Harmonies of #8E1D81
Complementary color
Monochromatic Colors of #8E1D81
Black with #8E1D81
Text Example
Text Example
White with #8E1D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D81; }
p { color: rgb(142,29,129); }
H1.HeaderClassName
{
color: #8E1D81;
}
.AnyTagClassName
{
color: #8E1D81;
}
</style>
background-color css
<style>
a { background-color: #8E1D81; }
a { background-color: rgb(142,29,129); }
div.DivClassName
{
background-color: #8E1D81;
}
.BgClassName
{
background-color: #8E1D81;
}
</style>
border-color css
<style>
span { border-color: #8E1D81; }
span { border-color: rgb(142,29,129); }
td.TdClassName
{
border-color: #8E1D81;
}
.TagClassName
{
border-color: #8E1D81;
}
</style>