Shades of Vivid Violet #8E4291
Tints of Vivid Violet #8E4291
RGB
CMYK
RGB Variations
Color information
#8E4291 (or 0x8E4291) is known color: Vivid Violet. HEX triplet: 8E, 42 and 91. RGB value is (142,66,145). Sum of RGB (Red+Green+Blue) = 142+66+145=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E4291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4291 is #71BD6E. Grayscale: #616161. Windows color (decimal): -7454063 or 9519758. OLE color: 9519758.
HSL color Cylindrical-coordinate representation of color #8E4291: hue angle of 297.72º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4291 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 66 | 145 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.43 |
| HSL | 297.72º | 0.37% | 0.41% | - |
| HSV(B) | 297.72º | 0.54% | 0.57% | - |
| XYZ | 18.21 | 11.69 | 28.08 | - |
| YUV | 97.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 145 | 0.02 | 0.54 | 0 | 0.43 | 297.72 | 0.37 | 0.41 |
| Hex | 8E | 42 | 91 | 2 | 36 | 0 | 2B | 12A | 25 | 29 |
| Octal | 216 | 102 | 221 | 2 | 66 | 0 | 53 | 452 | 45 | 51 |
| Binary | 10001110 | 1000010 | 10010001 | 10 | 110110 | 0 | 101011 | 100101010 | 100101 | 101001 |
Color Harmonies of #8E4291
Complementary color
Monochromatic Colors of #8E4291
Black with #8E4291
Text Example
Text Example
White with #8E4291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4291; }
p { color: rgb(142,66,145); }
H1.HeaderClassName
{
color: #8E4291;
}
.AnyTagClassName
{
color: #8E4291;
}
</style>
background-color css
<style>
a { background-color: #8E4291; }
a { background-color: rgb(142,66,145); }
div.DivClassName
{
background-color: #8E4291;
}
.BgClassName
{
background-color: #8E4291;
}
</style>
border-color css
<style>
span { border-color: #8E4291; }
span { border-color: rgb(142,66,145); }
td.TdClassName
{
border-color: #8E4291;
}
.TagClassName
{
border-color: #8E4291;
}
</style>