Shades of Vivid Violet #8E358A
Tints of Vivid Violet #8E358A
RGB
CMYK
RGB Variations
Color information
#8E358A (or 0x8E358A) is known color: Vivid Violet. HEX triplet: 8E, 35 and 8A. RGB value is (142,53,138). Sum of RGB (Red+Green+Blue) = 142+53+138=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E358A is #71CA75. Grayscale: #595959. Windows color (decimal): -7457398 or 9057678. OLE color: 9057678.
HSL color Cylindrical-coordinate representation of color #8E358A: hue angle of 302.7º 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 #8E358A is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 138 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.44 |
| HSL | 302.7º | 0.46% | 0.38% | - |
| HSV(B) | 302.7º | 0.63% | 0.56% | - |
| XYZ | 17.02 | 10.13 | 25.1 | - |
| YUV | 89.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 138 | 0 | 0.63 | 0.03 | 0.44 | 302.7 | 0.46 | 0.38 |
| Hex | 8E | 35 | 8A | 0 | 3F | 3 | 2C | 12F | 2E | 26 |
| Octal | 216 | 65 | 212 | 0 | 77 | 3 | 54 | 457 | 56 | 46 |
| Binary | 10001110 | 110101 | 10001010 | 0 | 111111 | 11 | 101100 | 100101111 | 101110 | 100110 |
Color Harmonies of #8E358A
Complementary color
Monochromatic Colors of #8E358A
Black with #8E358A
Text Example
Text Example
White with #8E358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E358A; }
p { color: rgb(142,53,138); }
H1.HeaderClassName
{
color: #8E358A;
}
.AnyTagClassName
{
color: #8E358A;
}
</style>
background-color css
<style>
a { background-color: #8E358A; }
a { background-color: rgb(142,53,138); }
div.DivClassName
{
background-color: #8E358A;
}
.BgClassName
{
background-color: #8E358A;
}
</style>
border-color css
<style>
span { border-color: #8E358A; }
span { border-color: rgb(142,53,138); }
td.TdClassName
{
border-color: #8E358A;
}
.TagClassName
{
border-color: #8E358A;
}
</style>