Shades of Vivid Violet #8E3696
Tints of Vivid Violet #8E3696
RGB
CMYK
RGB Variations
Color information
#8E3696 (or 0x8E3696) is known color: Vivid Violet. HEX triplet: 8E, 36 and 96. RGB value is (142,54,150). Sum of RGB (Red+Green+Blue) = 142+54+150=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E3696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3696 is #71C969. Grayscale: #5A5A5A. Windows color (decimal): -7457130 or 9844366. OLE color: 9844366.
HSL color Cylindrical-coordinate representation of color #8E3696: hue angle of 295º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E3696 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 54 | 150 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.41 |
| HSL | 295º | 0.47% | 0.4% | - |
| HSV(B) | 295º | 0.64% | 0.59% | - |
| XYZ | 17.98 | 10.59 | 29.95 | - |
| YUV | 91.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 150 | 0.05 | 0.64 | 0 | 0.41 | 295 | 0.47 | 0.4 |
| Hex | 8E | 36 | 96 | 5 | 40 | 0 | 29 | 127 | 2F | 28 |
| Octal | 216 | 66 | 226 | 5 | 100 | 0 | 51 | 447 | 57 | 50 |
| Binary | 10001110 | 110110 | 10010110 | 101 | 1000000 | 0 | 101001 | 100100111 | 101111 | 101000 |
Color Harmonies of #8E3696
Complementary color
Monochromatic Colors of #8E3696
Black with #8E3696
Text Example
Text Example
White with #8E3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3696; }
p { color: rgb(142,54,150); }
H1.HeaderClassName
{
color: #8E3696;
}
.AnyTagClassName
{
color: #8E3696;
}
</style>
background-color css
<style>
a { background-color: #8E3696; }
a { background-color: rgb(142,54,150); }
div.DivClassName
{
background-color: #8E3696;
}
.BgClassName
{
background-color: #8E3696;
}
</style>
border-color css
<style>
span { border-color: #8E3696; }
span { border-color: rgb(142,54,150); }
td.TdClassName
{
border-color: #8E3696;
}
.TagClassName
{
border-color: #8E3696;
}
</style>