Shades of Vivid Violet #8E4389
Tints of Vivid Violet #8E4389
RGB
CMYK
RGB Variations
Color information
#8E4389 (or 0x8E4389) is known color: Vivid Violet. HEX triplet: 8E, 43 and 89. RGB value is (142,67,137). Sum of RGB (Red+Green+Blue) = 142+67+137=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4389 is #71BC76. Grayscale: #616161. Windows color (decimal): -7453815 or 8995726. OLE color: 8995726.
HSL color Cylindrical-coordinate representation of color #8E4389: hue angle of 304º 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 #8E4389 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 67 | 137 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.44 |
| HSL | 304º | 0.36% | 0.41% | - |
| HSV(B) | 304º | 0.53% | 0.56% | - |
| XYZ | 17.68 | 11.57 | 24.97 | - |
| YUV | 97.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 67 | 137 | 0 | 0.53 | 0.04 | 0.44 | 304 | 0.36 | 0.41 |
| Hex | 8E | 43 | 89 | 0 | 35 | 4 | 2C | 130 | 24 | 29 |
| Octal | 216 | 103 | 211 | 0 | 65 | 4 | 54 | 460 | 44 | 51 |
| Binary | 10001110 | 1000011 | 10001001 | 0 | 110101 | 100 | 101100 | 100110000 | 100100 | 101001 |
Color Harmonies of #8E4389
Complementary color
Monochromatic Colors of #8E4389
Black with #8E4389
Text Example
Text Example
White with #8E4389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4389; }
p { color: rgb(142,67,137); }
H1.HeaderClassName
{
color: #8E4389;
}
.AnyTagClassName
{
color: #8E4389;
}
</style>
background-color css
<style>
a { background-color: #8E4389; }
a { background-color: rgb(142,67,137); }
div.DivClassName
{
background-color: #8E4389;
}
.BgClassName
{
background-color: #8E4389;
}
</style>
border-color css
<style>
span { border-color: #8E4389; }
span { border-color: rgb(142,67,137); }
td.TdClassName
{
border-color: #8E4389;
}
.TagClassName
{
border-color: #8E4389;
}
</style>