Shades of Vivid Violet #8E4387
Tints of Vivid Violet #8E4387
RGB
CMYK
RGB Variations
Color information
#8E4387 (or 0x8E4387) is known color: Vivid Violet. HEX triplet: 8E, 43 and 87. RGB value is (142,67,135). Sum of RGB (Red+Green+Blue) = 142+67+135=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4387 is #71BC78. Grayscale: #606060. Windows color (decimal): -7453817 or 8864654. OLE color: 8864654.
HSL color Cylindrical-coordinate representation of color #8E4387: hue angle of 305.6º 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 #8E4387 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 67 | 135 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.44 |
| HSL | 305.6º | 0.36% | 0.41% | - |
| HSV(B) | 305.6º | 0.53% | 0.56% | - |
| XYZ | 17.54 | 11.51 | 24.22 | - |
| YUV | 97.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 135 | 0 | 0.53 | 0.05 | 0.44 | 305.6 | 0.36 | 0.41 |
| Hex | 8E | 43 | 87 | 0 | 35 | 5 | 2C | 132 | 24 | 29 |
| Octal | 216 | 103 | 207 | 0 | 65 | 5 | 54 | 462 | 44 | 51 |
| Binary | 10001110 | 1000011 | 10000111 | 0 | 110101 | 101 | 101100 | 100110010 | 100100 | 101001 |
Color Harmonies of #8E4387
Complementary color
Monochromatic Colors of #8E4387
Black with #8E4387
Text Example
Text Example
White with #8E4387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4387; }
p { color: rgb(142,67,135); }
H1.HeaderClassName
{
color: #8E4387;
}
.AnyTagClassName
{
color: #8E4387;
}
</style>
background-color css
<style>
a { background-color: #8E4387; }
a { background-color: rgb(142,67,135); }
div.DivClassName
{
background-color: #8E4387;
}
.BgClassName
{
background-color: #8E4387;
}
</style>
border-color css
<style>
span { border-color: #8E4387; }
span { border-color: rgb(142,67,135); }
td.TdClassName
{
border-color: #8E4387;
}
.TagClassName
{
border-color: #8E4387;
}
</style>