Shades of Dark Purple #8E3D81
Tints of Dark Purple #8E3D81
RGB
CMYK
RGB Variations
Color information
#8E3D81 (or 0x8E3D81) is known color: Dark Purple. HEX triplet: 8E, 3D and 81. RGB value is (142,61,129). Sum of RGB (Red+Green+Blue) = 142+61+129=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3D81 is #71C27E. Grayscale: #5C5C5C. Windows color (decimal): -7455359 or 8469902. OLE color: 8469902.
HSL color Cylindrical-coordinate representation of color #8E3D81: hue angle of 309.63º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E3D81 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 61 | 129 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.44 |
| HSL | 309.63º | 0.4% | 0.4% | - |
| HSV(B) | 309.63º | 0.57% | 0.56% | - |
| XYZ | 16.79 | 10.67 | 21.94 | - |
| YUV | 92.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 129 | 0 | 0.57 | 0.09 | 0.44 | 309.63 | 0.4 | 0.4 |
| Hex | 8E | 3D | 81 | 0 | 39 | 9 | 2C | 136 | 28 | 28 |
| Octal | 216 | 75 | 201 | 0 | 71 | 11 | 54 | 466 | 50 | 50 |
| Binary | 10001110 | 111101 | 10000001 | 0 | 111001 | 1001 | 101100 | 100110110 | 101000 | 101000 |
Color Harmonies of #8E3D81
Complementary color
Monochromatic Colors of #8E3D81
Black with #8E3D81
Text Example
Text Example
White with #8E3D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D81; }
p { color: rgb(142,61,129); }
H1.HeaderClassName
{
color: #8E3D81;
}
.AnyTagClassName
{
color: #8E3D81;
}
</style>
background-color css
<style>
a { background-color: #8E3D81; }
a { background-color: rgb(142,61,129); }
div.DivClassName
{
background-color: #8E3D81;
}
.BgClassName
{
background-color: #8E3D81;
}
</style>
border-color css
<style>
span { border-color: #8E3D81; }
span { border-color: rgb(142,61,129); }
td.TdClassName
{
border-color: #8E3D81;
}
.TagClassName
{
border-color: #8E3D81;
}
</style>