Shades of Vivid Violet #8E358C
Tints of Vivid Violet #8E358C
RGB
CMYK
RGB Variations
Color information
#8E358C (or 0x8E358C) is known color: Vivid Violet. HEX triplet: 8E, 35 and 8C. RGB value is (142,53,140). Sum of RGB (Red+Green+Blue) = 142+53+140=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E358C is #71CA73. Grayscale: #595959. Windows color (decimal): -7457396 or 9188750. OLE color: 9188750.
HSL color Cylindrical-coordinate representation of color #8E358C: hue angle of 301.35º 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 #8E358C is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 140 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.44 |
| HSL | 301.35º | 0.46% | 0.38% | - |
| HSV(B) | 301.35º | 0.63% | 0.56% | - |
| XYZ | 17.16 | 10.19 | 25.87 | - |
| YUV | 89.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 140 | 0 | 0.63 | 0.01 | 0.44 | 301.35 | 0.46 | 0.38 |
| Hex | 8E | 35 | 8C | 0 | 3F | 1 | 2C | 12D | 2E | 26 |
| Octal | 216 | 65 | 214 | 0 | 77 | 1 | 54 | 455 | 56 | 46 |
| Binary | 10001110 | 110101 | 10001100 | 0 | 111111 | 1 | 101100 | 100101101 | 101110 | 100110 |
Color Harmonies of #8E358C
Complementary color
Monochromatic Colors of #8E358C
Black with #8E358C
Text Example
Text Example
White with #8E358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E358C; }
p { color: rgb(142,53,140); }
H1.HeaderClassName
{
color: #8E358C;
}
.AnyTagClassName
{
color: #8E358C;
}
</style>
background-color css
<style>
a { background-color: #8E358C; }
a { background-color: rgb(142,53,140); }
div.DivClassName
{
background-color: #8E358C;
}
.BgClassName
{
background-color: #8E358C;
}
</style>
border-color css
<style>
span { border-color: #8E358C; }
span { border-color: rgb(142,53,140); }
td.TdClassName
{
border-color: #8E358C;
}
.TagClassName
{
border-color: #8E358C;
}
</style>