Shades of Vivid Violet #8E358F
Tints of Vivid Violet #8E358F
RGB
CMYK
RGB Variations
Color information
#8E358F (or 0x8E358F) is known color: Vivid Violet. HEX triplet: 8E, 35 and 8F. RGB value is (142,53,143). Sum of RGB (Red+Green+Blue) = 142+53+143=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #8E358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E358F is #71CA70. Grayscale: #595959. Windows color (decimal): -7457393 or 9385358. OLE color: 9385358.
HSL color Cylindrical-coordinate representation of color #8E358F: hue angle of 299.33º 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 #8E358F is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 143 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.44 |
| HSL | 299.33º | 0.46% | 0.38% | - |
| HSV(B) | 299.33º | 0.63% | 0.56% | - |
| XYZ | 17.39 | 10.28 | 27.05 | - |
| YUV | 89.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 143 | 0.01 | 0.63 | 0 | 0.44 | 299.33 | 0.46 | 0.38 |
| Hex | 8E | 35 | 8F | 1 | 3F | 0 | 2C | 12B | 2E | 26 |
| Octal | 216 | 65 | 217 | 1 | 77 | 0 | 54 | 453 | 56 | 46 |
| Binary | 10001110 | 110101 | 10001111 | 1 | 111111 | 0 | 101100 | 100101011 | 101110 | 100110 |
Color Harmonies of #8E358F
Complementary color
Monochromatic Colors of #8E358F
Black with #8E358F
Text Example
Text Example
White with #8E358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E358F; }
p { color: rgb(142,53,143); }
H1.HeaderClassName
{
color: #8E358F;
}
.AnyTagClassName
{
color: #8E358F;
}
</style>
background-color css
<style>
a { background-color: #8E358F; }
a { background-color: rgb(142,53,143); }
div.DivClassName
{
background-color: #8E358F;
}
.BgClassName
{
background-color: #8E358F;
}
</style>
border-color css
<style>
span { border-color: #8E358F; }
span { border-color: rgb(142,53,143); }
td.TdClassName
{
border-color: #8E358F;
}
.TagClassName
{
border-color: #8E358F;
}
</style>