Shades of Vivid Violet #8E4589
Tints of Vivid Violet #8E4589
RGB
CMYK
RGB Variations
Color information
#8E4589 (or 0x8E4589) is known color: Vivid Violet. HEX triplet: 8E, 45 and 89. RGB value is (142,69,137). Sum of RGB (Red+Green+Blue) = 142+69+137=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4589 is #71BA76. Grayscale: #626262. Windows color (decimal): -7453303 or 8996238. OLE color: 8996238.
HSL color Cylindrical-coordinate representation of color #8E4589: hue angle of 304.11º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4589 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 69 | 137 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.44 |
| HSL | 304.11º | 0.35% | 0.41% | - |
| HSV(B) | 304.11º | 0.51% | 0.56% | - |
| XYZ | 17.8 | 11.81 | 25.01 | - |
| YUV | 98.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 137 | 0 | 0.51 | 0.04 | 0.44 | 304.11 | 0.35 | 0.41 |
| Hex | 8E | 45 | 89 | 0 | 33 | 4 | 2C | 130 | 23 | 29 |
| Octal | 216 | 105 | 211 | 0 | 63 | 4 | 54 | 460 | 43 | 51 |
| Binary | 10001110 | 1000101 | 10001001 | 0 | 110011 | 100 | 101100 | 100110000 | 100011 | 101001 |
Color Harmonies of #8E4589
Complementary color
Monochromatic Colors of #8E4589
Black with #8E4589
Text Example
Text Example
White with #8E4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4589; }
p { color: rgb(142,69,137); }
H1.HeaderClassName
{
color: #8E4589;
}
.AnyTagClassName
{
color: #8E4589;
}
</style>
background-color css
<style>
a { background-color: #8E4589; }
a { background-color: rgb(142,69,137); }
div.DivClassName
{
background-color: #8E4589;
}
.BgClassName
{
background-color: #8E4589;
}
</style>
border-color css
<style>
span { border-color: #8E4589; }
span { border-color: rgb(142,69,137); }
td.TdClassName
{
border-color: #8E4589;
}
.TagClassName
{
border-color: #8E4589;
}
</style>