Shades of Dark Purple #8E3578
Tints of Dark Purple #8E3578
RGB
CMYK
RGB Variations
Color information
#8E3578 (or 0x8E3578) is known color: Dark Purple. HEX triplet: 8E, 35 and 78. RGB value is (142,53,120). Sum of RGB (Red+Green+Blue) = 142+53+120=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3578 is #71CA87. Grayscale: #575757. Windows color (decimal): -7457416 or 7878030. OLE color: 7878030.
HSL color Cylindrical-coordinate representation of color #8E3578: hue angle of 314.83º 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 #8E3578 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 120 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.44 |
| HSL | 314.83º | 0.46% | 0.38% | - |
| HSV(B) | 314.83º | 0.63% | 0.56% | - |
| XYZ | 15.82 | 9.65 | 18.8 | - |
| YUV | 87.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 120 | 0 | 0.63 | 0.15 | 0.44 | 314.83 | 0.46 | 0.38 |
| Hex | 8E | 35 | 78 | 0 | 3F | F | 2C | 13B | 2E | 26 |
| Octal | 216 | 65 | 170 | 0 | 77 | 17 | 54 | 473 | 56 | 46 |
| Binary | 10001110 | 110101 | 1111000 | 0 | 111111 | 1111 | 101100 | 100111011 | 101110 | 100110 |
Color Harmonies of #8E3578
Complementary color
Monochromatic Colors of #8E3578
Black with #8E3578
Text Example
Text Example
White with #8E3578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3578; }
p { color: rgb(142,53,120); }
H1.HeaderClassName
{
color: #8E3578;
}
.AnyTagClassName
{
color: #8E3578;
}
</style>
background-color css
<style>
a { background-color: #8E3578; }
a { background-color: rgb(142,53,120); }
div.DivClassName
{
background-color: #8E3578;
}
.BgClassName
{
background-color: #8E3578;
}
</style>
border-color css
<style>
span { border-color: #8E3578; }
span { border-color: rgb(142,53,120); }
td.TdClassName
{
border-color: #8E3578;
}
.TagClassName
{
border-color: #8E3578;
}
</style>