Shades of Vivid Violet #8E3587
Tints of Vivid Violet #8E3587
RGB
CMYK
RGB Variations
Color information
#8E3587 (or 0x8E3587) is known color: Vivid Violet. HEX triplet: 8E, 35 and 87. RGB value is (142,53,135). Sum of RGB (Red+Green+Blue) = 142+53+135=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3587 is #71CA78. Grayscale: #585858. Windows color (decimal): -7457401 or 8861070. OLE color: 8861070.
HSL color Cylindrical-coordinate representation of color #8E3587: hue angle of 304.72º 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 #8E3587 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 135 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.44 |
| HSL | 304.72º | 0.46% | 0.38% | - |
| HSV(B) | 304.72º | 0.63% | 0.56% | - |
| XYZ | 16.8 | 10.05 | 23.98 | - |
| YUV | 88.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 135 | 0 | 0.63 | 0.05 | 0.44 | 304.72 | 0.46 | 0.38 |
| Hex | 8E | 35 | 87 | 0 | 3F | 5 | 2C | 131 | 2E | 26 |
| Octal | 216 | 65 | 207 | 0 | 77 | 5 | 54 | 461 | 56 | 46 |
| Binary | 10001110 | 110101 | 10000111 | 0 | 111111 | 101 | 101100 | 100110001 | 101110 | 100110 |
Color Harmonies of #8E3587
Complementary color
Monochromatic Colors of #8E3587
Black with #8E3587
Text Example
Text Example
White with #8E3587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3587; }
p { color: rgb(142,53,135); }
H1.HeaderClassName
{
color: #8E3587;
}
.AnyTagClassName
{
color: #8E3587;
}
</style>
background-color css
<style>
a { background-color: #8E3587; }
a { background-color: rgb(142,53,135); }
div.DivClassName
{
background-color: #8E3587;
}
.BgClassName
{
background-color: #8E3587;
}
</style>
border-color css
<style>
span { border-color: #8E3587; }
span { border-color: rgb(142,53,135); }
td.TdClassName
{
border-color: #8E3587;
}
.TagClassName
{
border-color: #8E3587;
}
</style>