Shades of Vivid Violet #8E3197
Tints of Vivid Violet #8E3197
RGB
CMYK
RGB Variations
Color information
#8E3197 (or 0x8E3197) is known color: Vivid Violet. HEX triplet: 8E, 31 and 97. RGB value is (142,49,151). Sum of RGB (Red+Green+Blue) = 142+49+151=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E3197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3197 is #71CE68. Grayscale: #585858. Windows color (decimal): -7458409 or 9908622. OLE color: 9908622.
HSL color Cylindrical-coordinate representation of color #8E3197: hue angle of 294.71º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E3197 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 49 | 151 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.41 |
| HSL | 294.71º | 0.51% | 0.39% | - |
| HSV(B) | 294.71º | 0.68% | 0.59% | - |
| XYZ | 17.84 | 10.18 | 30.3 | - |
| YUV | 88.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 151 | 0.06 | 0.68 | 0 | 0.41 | 294.71 | 0.51 | 0.39 |
| Hex | 8E | 31 | 97 | 6 | 44 | 0 | 29 | 127 | 33 | 27 |
| Octal | 216 | 61 | 227 | 6 | 104 | 0 | 51 | 447 | 63 | 47 |
| Binary | 10001110 | 110001 | 10010111 | 110 | 1000100 | 0 | 101001 | 100100111 | 110011 | 100111 |
Color Harmonies of #8E3197
Complementary color
Monochromatic Colors of #8E3197
Black with #8E3197
Text Example
Text Example
White with #8E3197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3197; }
p { color: rgb(142,49,151); }
H1.HeaderClassName
{
color: #8E3197;
}
.AnyTagClassName
{
color: #8E3197;
}
</style>
background-color css
<style>
a { background-color: #8E3197; }
a { background-color: rgb(142,49,151); }
div.DivClassName
{
background-color: #8E3197;
}
.BgClassName
{
background-color: #8E3197;
}
</style>
border-color css
<style>
span { border-color: #8E3197; }
span { border-color: rgb(142,49,151); }
td.TdClassName
{
border-color: #8E3197;
}
.TagClassName
{
border-color: #8E3197;
}
</style>