Shades of Vivid Violet #8E4C91
Tints of Vivid Violet #8E4C91
RGB
CMYK
RGB Variations
Color information
#8E4C91 (or 0x8E4C91) is known color: Vivid Violet. HEX triplet: 8E, 4C and 91. RGB value is (142,76,145). Sum of RGB (Red+Green+Blue) = 142+76+145=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E4C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C91 is #71B36E. Grayscale: #676767. Windows color (decimal): -7451503 or 9522318. OLE color: 9522318.
HSL color Cylindrical-coordinate representation of color #8E4C91: hue angle of 297.39º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E4C91 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 76 | 145 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.43 |
| HSL | 297.39º | 0.31% | 0.43% | - |
| HSV(B) | 297.39º | 0.48% | 0.57% | - |
| XYZ | 18.85 | 12.96 | 28.3 | - |
| YUV | 103.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 76 | 145 | 0.02 | 0.48 | 0 | 0.43 | 297.39 | 0.31 | 0.43 |
| Hex | 8E | 4C | 91 | 2 | 30 | 0 | 2B | 129 | 1F | 2B |
| Octal | 216 | 114 | 221 | 2 | 60 | 0 | 53 | 451 | 37 | 53 |
| Binary | 10001110 | 1001100 | 10010001 | 10 | 110000 | 0 | 101011 | 100101001 | 11111 | 101011 |
Color Harmonies of #8E4C91
Complementary color
Monochromatic Colors of #8E4C91
Black with #8E4C91
Text Example
Text Example
White with #8E4C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4C91; }
p { color: rgb(142,76,145); }
H1.HeaderClassName
{
color: #8E4C91;
}
.AnyTagClassName
{
color: #8E4C91;
}
</style>
background-color css
<style>
a { background-color: #8E4C91; }
a { background-color: rgb(142,76,145); }
div.DivClassName
{
background-color: #8E4C91;
}
.BgClassName
{
background-color: #8E4C91;
}
</style>
border-color css
<style>
span { border-color: #8E4C91; }
span { border-color: rgb(142,76,145); }
td.TdClassName
{
border-color: #8E4C91;
}
.TagClassName
{
border-color: #8E4C91;
}
</style>