Shades of Dark Purple #8E3571
Tints of Dark Purple #8E3571
RGB
CMYK
RGB Variations
Color information
#8E3571 (or 0x8E3571) is known color: Dark Purple. HEX triplet: 8E, 35 and 71. RGB value is (142,53,113). Sum of RGB (Red+Green+Blue) = 142+53+113=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3571 is #71CA8E. Grayscale: #565656. Windows color (decimal): -7457423 or 7419278. OLE color: 7419278.
HSL color Cylindrical-coordinate representation of color #8E3571: hue angle of 319.55º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E3571 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 113 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.44 |
| HSL | 319.55º | 0.46% | 0.38% | - |
| HSV(B) | 319.55º | 0.63% | 0.56% | - |
| XYZ | 15.41 | 9.49 | 16.64 | - |
| YUV | 86.45 | 142.99 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 113 | 0 | 0.63 | 0.20 | 0.44 | 319.55 | 0.46 | 0.38 |
| Hex | 8E | 35 | 71 | 0 | 3F | 14 | 2C | 140 | 2E | 26 |
| Octal | 216 | 65 | 161 | 0 | 77 | 24 | 54 | 500 | 56 | 46 |
| Binary | 10001110 | 110101 | 1110001 | 0 | 111111 | 10100 | 101100 | 101000000 | 101110 | 100110 |
Color Harmonies of #8E3571
Complementary color
Monochromatic Colors of #8E3571
Black with #8E3571
Text Example
Text Example
White with #8E3571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3571; }
p { color: rgb(142,53,113); }
H1.HeaderClassName
{
color: #8E3571;
}
.AnyTagClassName
{
color: #8E3571;
}
</style>
background-color css
<style>
a { background-color: #8E3571; }
a { background-color: rgb(142,53,113); }
div.DivClassName
{
background-color: #8E3571;
}
.BgClassName
{
background-color: #8E3571;
}
</style>
border-color css
<style>
span { border-color: #8E3571; }
span { border-color: rgb(142,53,113); }
td.TdClassName
{
border-color: #8E3571;
}
.TagClassName
{
border-color: #8E3571;
}
</style>