Shades of Dark Purple #8E3D73
Tints of Dark Purple #8E3D73
RGB
CMYK
RGB Variations
Color information
#8E3D73 (or 0x8E3D73) is known color: Dark Purple. HEX triplet: 8E, 3D and 73. RGB value is (142,61,115). Sum of RGB (Red+Green+Blue) = 142+61+115=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3D73 is #71C28C. Grayscale: #5B5B5B. Windows color (decimal): -7455373 or 7552398. OLE color: 7552398.
HSL color Cylindrical-coordinate representation of color #8E3D73: hue angle of 320º 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 #8E3D73 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 61 | 115 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.44 |
| HSL | 320º | 0.4% | 0.4% | - |
| HSV(B) | 320º | 0.57% | 0.56% | - |
| XYZ | 15.92 | 10.33 | 17.37 | - |
| YUV | 91.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 115 | 0 | 0.57 | 0.19 | 0.44 | 320 | 0.4 | 0.4 |
| Hex | 8E | 3D | 73 | 0 | 39 | 13 | 2C | 140 | 28 | 28 |
| Octal | 216 | 75 | 163 | 0 | 71 | 23 | 54 | 500 | 50 | 50 |
| Binary | 10001110 | 111101 | 1110011 | 0 | 111001 | 10011 | 101100 | 101000000 | 101000 | 101000 |
Color Harmonies of #8E3D73
Complementary color
Monochromatic Colors of #8E3D73
Black with #8E3D73
Text Example
Text Example
White with #8E3D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D73; }
p { color: rgb(142,61,115); }
H1.HeaderClassName
{
color: #8E3D73;
}
.AnyTagClassName
{
color: #8E3D73;
}
</style>
background-color css
<style>
a { background-color: #8E3D73; }
a { background-color: rgb(142,61,115); }
div.DivClassName
{
background-color: #8E3D73;
}
.BgClassName
{
background-color: #8E3D73;
}
</style>
border-color css
<style>
span { border-color: #8E3D73; }
span { border-color: rgb(142,61,115); }
td.TdClassName
{
border-color: #8E3D73;
}
.TagClassName
{
border-color: #8E3D73;
}
</style>