Shades of Vivid Violet #8E2996
Tints of Vivid Violet #8E2996
RGB
CMYK
RGB Variations
Color information
#8E2996 (or 0x8E2996) is known color: Vivid Violet. HEX triplet: 8E, 29 and 96. RGB value is (142,41,150). Sum of RGB (Red+Green+Blue) = 142+41+150=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E2996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2996 is #71D669. Grayscale: #535353. Windows color (decimal): -7460458 or 9841038. OLE color: 9841038.
HSL color Cylindrical-coordinate representation of color #8E2996: hue angle of 295.6º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2996 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 41 | 150 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.41 |
| HSL | 295.6º | 0.57% | 0.37% | - |
| HSV(B) | 295.6º | 0.73% | 0.59% | - |
| XYZ | 17.45 | 9.54 | 29.78 | - |
| YUV | 83.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 41 | 150 | 0.05 | 0.73 | 0 | 0.41 | 295.6 | 0.57 | 0.37 |
| Hex | 8E | 29 | 96 | 5 | 49 | 0 | 29 | 128 | 39 | 25 |
| Octal | 216 | 51 | 226 | 5 | 111 | 0 | 51 | 450 | 71 | 45 |
| Binary | 10001110 | 101001 | 10010110 | 101 | 1001001 | 0 | 101001 | 100101000 | 111001 | 100101 |
Color Harmonies of #8E2996
Complementary color
Monochromatic Colors of #8E2996
Black with #8E2996
Text Example
Text Example
White with #8E2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2996; }
p { color: rgb(142,41,150); }
H1.HeaderClassName
{
color: #8E2996;
}
.AnyTagClassName
{
color: #8E2996;
}
</style>
background-color css
<style>
a { background-color: #8E2996; }
a { background-color: rgb(142,41,150); }
div.DivClassName
{
background-color: #8E2996;
}
.BgClassName
{
background-color: #8E2996;
}
</style>
border-color css
<style>
span { border-color: #8E2996; }
span { border-color: rgb(142,41,150); }
td.TdClassName
{
border-color: #8E2996;
}
.TagClassName
{
border-color: #8E2996;
}
</style>