Shades of Vivid Violet #8E4388
Tints of Vivid Violet #8E4388
RGB
CMYK
RGB Variations
Color information
#8E4388 (or 0x8E4388) is known color: Vivid Violet. HEX triplet: 8E, 43 and 88. RGB value is (142,67,136). Sum of RGB (Red+Green+Blue) = 142+67+136=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4388 is #71BC77. Grayscale: #616161. Windows color (decimal): -7453816 or 8930190. OLE color: 8930190.
HSL color Cylindrical-coordinate representation of color #8E4388: hue angle of 304.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E4388 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 67 | 136 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.44 |
| HSL | 304.8º | 0.36% | 0.41% | - |
| HSV(B) | 304.8º | 0.53% | 0.56% | - |
| XYZ | 17.61 | 11.54 | 24.59 | - |
| YUV | 97.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 136 | 0 | 0.53 | 0.04 | 0.44 | 304.8 | 0.36 | 0.41 |
| Hex | 8E | 43 | 88 | 0 | 35 | 4 | 2C | 131 | 24 | 29 |
| Octal | 216 | 103 | 210 | 0 | 65 | 4 | 54 | 461 | 44 | 51 |
| Binary | 10001110 | 1000011 | 10001000 | 0 | 110101 | 100 | 101100 | 100110001 | 100100 | 101001 |
Color Harmonies of #8E4388
Complementary color
Monochromatic Colors of #8E4388
Black with #8E4388
Text Example
Text Example
White with #8E4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4388; }
p { color: rgb(142,67,136); }
H1.HeaderClassName
{
color: #8E4388;
}
.AnyTagClassName
{
color: #8E4388;
}
</style>
background-color css
<style>
a { background-color: #8E4388; }
a { background-color: rgb(142,67,136); }
div.DivClassName
{
background-color: #8E4388;
}
.BgClassName
{
background-color: #8E4388;
}
</style>
border-color css
<style>
span { border-color: #8E4388; }
span { border-color: rgb(142,67,136); }
td.TdClassName
{
border-color: #8E4388;
}
.TagClassName
{
border-color: #8E4388;
}
</style>