Shades of Dark Purple #8E3D72
Tints of Dark Purple #8E3D72
RGB
CMYK
RGB Variations
Color information
#8E3D72 (or 0x8E3D72) is known color: Dark Purple. HEX triplet: 8E, 3D and 72. RGB value is (142,61,114). Sum of RGB (Red+Green+Blue) = 142+61+114=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3D72 is #71C28D. Grayscale: #5B5B5B. Windows color (decimal): -7455374 or 7486862. OLE color: 7486862.
HSL color Cylindrical-coordinate representation of color #8E3D72: hue angle of 320.74º 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 #8E3D72 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 61 | 114 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.44 |
| HSL | 320.74º | 0.4% | 0.4% | - |
| HSV(B) | 320.74º | 0.57% | 0.56% | - |
| XYZ | 15.86 | 10.3 | 17.07 | - |
| YUV | 91.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 114 | 0 | 0.57 | 0.20 | 0.44 | 320.74 | 0.4 | 0.4 |
| Hex | 8E | 3D | 72 | 0 | 39 | 14 | 2C | 141 | 28 | 28 |
| Octal | 216 | 75 | 162 | 0 | 71 | 24 | 54 | 501 | 50 | 50 |
| Binary | 10001110 | 111101 | 1110010 | 0 | 111001 | 10100 | 101100 | 101000001 | 101000 | 101000 |
Color Harmonies of #8E3D72
Complementary color
Monochromatic Colors of #8E3D72
Black with #8E3D72
Text Example
Text Example
White with #8E3D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D72; }
p { color: rgb(142,61,114); }
H1.HeaderClassName
{
color: #8E3D72;
}
.AnyTagClassName
{
color: #8E3D72;
}
</style>
background-color css
<style>
a { background-color: #8E3D72; }
a { background-color: rgb(142,61,114); }
div.DivClassName
{
background-color: #8E3D72;
}
.BgClassName
{
background-color: #8E3D72;
}
</style>
border-color css
<style>
span { border-color: #8E3D72; }
span { border-color: rgb(142,61,114); }
td.TdClassName
{
border-color: #8E3D72;
}
.TagClassName
{
border-color: #8E3D72;
}
</style>