Shades of Vivid Violet #8E4289
Tints of Vivid Violet #8E4289
RGB
CMYK
RGB Variations
Color information
#8E4289 (or 0x8E4289) is known color: Vivid Violet. HEX triplet: 8E, 42 and 89. RGB value is (142,66,137). Sum of RGB (Red+Green+Blue) = 142+66+137=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4289 is #71BD76. Grayscale: #606060. Windows color (decimal): -7454071 or 8995470. OLE color: 8995470.
HSL color Cylindrical-coordinate representation of color #8E4289: hue angle of 303.95º 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 #8E4289 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 137 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.44 |
| HSL | 303.95º | 0.37% | 0.41% | - |
| HSV(B) | 303.95º | 0.54% | 0.56% | - |
| XYZ | 17.62 | 11.45 | 24.95 | - |
| YUV | 96.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 137 | 0 | 0.54 | 0.04 | 0.44 | 303.95 | 0.37 | 0.41 |
| Hex | 8E | 42 | 89 | 0 | 36 | 4 | 2C | 130 | 25 | 29 |
| Octal | 216 | 102 | 211 | 0 | 66 | 4 | 54 | 460 | 45 | 51 |
| Binary | 10001110 | 1000010 | 10001001 | 0 | 110110 | 100 | 101100 | 100110000 | 100101 | 101001 |
Color Harmonies of #8E4289
Complementary color
Monochromatic Colors of #8E4289
Black with #8E4289
Text Example
Text Example
White with #8E4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4289; }
p { color: rgb(142,66,137); }
H1.HeaderClassName
{
color: #8E4289;
}
.AnyTagClassName
{
color: #8E4289;
}
</style>
background-color css
<style>
a { background-color: #8E4289; }
a { background-color: rgb(142,66,137); }
div.DivClassName
{
background-color: #8E4289;
}
.BgClassName
{
background-color: #8E4289;
}
</style>
border-color css
<style>
span { border-color: #8E4289; }
span { border-color: rgb(142,66,137); }
td.TdClassName
{
border-color: #8E4289;
}
.TagClassName
{
border-color: #8E4289;
}
</style>