Shades of Dark Purple #8E3574
Tints of Dark Purple #8E3574
RGB
CMYK
RGB Variations
Color information
#8E3574 (or 0x8E3574) is known color: Dark Purple. HEX triplet: 8E, 35 and 74. RGB value is (142,53,116). Sum of RGB (Red+Green+Blue) = 142+53+116=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3574 is #71CA8B. Grayscale: #565656. Windows color (decimal): -7457420 or 7615886. OLE color: 7615886.
HSL color Cylindrical-coordinate representation of color #8E3574: hue angle of 317.53º 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 #8E3574 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 116 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.44 |
| HSL | 317.53º | 0.46% | 0.38% | - |
| HSV(B) | 317.53º | 0.63% | 0.56% | - |
| XYZ | 15.58 | 9.56 | 17.55 | - |
| YUV | 86.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 116 | 0 | 0.63 | 0.18 | 0.44 | 317.53 | 0.46 | 0.38 |
| Hex | 8E | 35 | 74 | 0 | 3F | 12 | 2C | 13E | 2E | 26 |
| Octal | 216 | 65 | 164 | 0 | 77 | 22 | 54 | 476 | 56 | 46 |
| Binary | 10001110 | 110101 | 1110100 | 0 | 111111 | 10010 | 101100 | 100111110 | 101110 | 100110 |
Color Harmonies of #8E3574
Complementary color
Monochromatic Colors of #8E3574
Black with #8E3574
Text Example
Text Example
White with #8E3574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3574; }
p { color: rgb(142,53,116); }
H1.HeaderClassName
{
color: #8E3574;
}
.AnyTagClassName
{
color: #8E3574;
}
</style>
background-color css
<style>
a { background-color: #8E3574; }
a { background-color: rgb(142,53,116); }
div.DivClassName
{
background-color: #8E3574;
}
.BgClassName
{
background-color: #8E3574;
}
</style>
border-color css
<style>
span { border-color: #8E3574; }
span { border-color: rgb(142,53,116); }
td.TdClassName
{
border-color: #8E3574;
}
.TagClassName
{
border-color: #8E3574;
}
</style>