Shades of Vivid Violet #8E4188
Tints of Vivid Violet #8E4188
RGB
CMYK
RGB Variations
Color information
#8E4188 (or 0x8E4188) is known color: Vivid Violet. HEX triplet: 8E, 41 and 88. RGB value is (142,65,136). Sum of RGB (Red+Green+Blue) = 142+65+136=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4188 is #71BE77. Grayscale: #5F5F5F. Windows color (decimal): -7454328 or 8929678. OLE color: 8929678.
HSL color Cylindrical-coordinate representation of color #8E4188: hue angle of 304.68º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4188 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 136 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.44 |
| HSL | 304.68º | 0.37% | 0.41% | - |
| HSV(B) | 304.68º | 0.54% | 0.56% | - |
| XYZ | 17.49 | 11.31 | 24.55 | - |
| YUV | 96.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 136 | 0 | 0.54 | 0.04 | 0.44 | 304.68 | 0.37 | 0.41 |
| Hex | 8E | 41 | 88 | 0 | 36 | 4 | 2C | 131 | 25 | 29 |
| Octal | 216 | 101 | 210 | 0 | 66 | 4 | 54 | 461 | 45 | 51 |
| Binary | 10001110 | 1000001 | 10001000 | 0 | 110110 | 100 | 101100 | 100110001 | 100101 | 101001 |
Color Harmonies of #8E4188
Complementary color
Monochromatic Colors of #8E4188
Black with #8E4188
Text Example
Text Example
White with #8E4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4188; }
p { color: rgb(142,65,136); }
H1.HeaderClassName
{
color: #8E4188;
}
.AnyTagClassName
{
color: #8E4188;
}
</style>
background-color css
<style>
a { background-color: #8E4188; }
a { background-color: rgb(142,65,136); }
div.DivClassName
{
background-color: #8E4188;
}
.BgClassName
{
background-color: #8E4188;
}
</style>
border-color css
<style>
span { border-color: #8E4188; }
span { border-color: rgb(142,65,136); }
td.TdClassName
{
border-color: #8E4188;
}
.TagClassName
{
border-color: #8E4188;
}
</style>