Shades of Vivid Violet #8E349D
Tints of Vivid Violet #8E349D
RGB
CMYK
RGB Variations
Color information
#8E349D (or 0x8E349D) is known color: Vivid Violet. HEX triplet: 8E, 34 and 9D. RGB value is (142,52,157). Sum of RGB (Red+Green+Blue) = 142+52+157=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E349D is #71CB62. Grayscale: #5A5A5A. Windows color (decimal): -7457635 or 10302606. OLE color: 10302606.
HSL color Cylindrical-coordinate representation of color #8E349D: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E349D is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 52 | 157 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.38 |
| HSL | 291.43º | 0.5% | 0.41% | - |
| HSV(B) | 291.43º | 0.67% | 0.62% | - |
| XYZ | 18.47 | 10.64 | 32.98 | - |
| YUV | 90.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 52 | 157 | 0.10 | 0.67 | 0 | 0.38 | 291.43 | 0.5 | 0.41 |
| Hex | 8E | 34 | 9D | A | 43 | 0 | 26 | 123 | 32 | 29 |
| Octal | 216 | 64 | 235 | 12 | 103 | 0 | 46 | 443 | 62 | 51 |
| Binary | 10001110 | 110100 | 10011101 | 1010 | 1000011 | 0 | 100110 | 100100011 | 110010 | 101001 |
Color Harmonies of #8E349D
Complementary color
Monochromatic Colors of #8E349D
Black with #8E349D
Text Example
Text Example
White with #8E349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E349D; }
p { color: rgb(142,52,157); }
H1.HeaderClassName
{
color: #8E349D;
}
.AnyTagClassName
{
color: #8E349D;
}
</style>
background-color css
<style>
a { background-color: #8E349D; }
a { background-color: rgb(142,52,157); }
div.DivClassName
{
background-color: #8E349D;
}
.BgClassName
{
background-color: #8E349D;
}
</style>
border-color css
<style>
span { border-color: #8E349D; }
span { border-color: rgb(142,52,157); }
td.TdClassName
{
border-color: #8E349D;
}
.TagClassName
{
border-color: #8E349D;
}
</style>