Shades of Vivid Violet #8E4790
Tints of Vivid Violet #8E4790
RGB
CMYK
RGB Variations
Color information
#8E4790 (or 0x8E4790) is known color: Vivid Violet. HEX triplet: 8E, 47 and 90. RGB value is (142,71,144). Sum of RGB (Red+Green+Blue) = 142+71+144=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E4790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4790 is #71B86F. Grayscale: #646464. Windows color (decimal): -7452784 or 9455502. OLE color: 9455502.
HSL color Cylindrical-coordinate representation of color #8E4790: hue angle of 298.36º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4790 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 71 | 144 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.44 |
| HSL | 298.36º | 0.34% | 0.42% | - |
| HSV(B) | 298.36º | 0.51% | 0.56% | - |
| XYZ | 18.44 | 12.27 | 27.78 | - |
| YUV | 100.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 144 | 0.01 | 0.51 | 0 | 0.44 | 298.36 | 0.34 | 0.42 |
| Hex | 8E | 47 | 90 | 1 | 33 | 0 | 2C | 12A | 22 | 2A |
| Octal | 216 | 107 | 220 | 1 | 63 | 0 | 54 | 452 | 42 | 52 |
| Binary | 10001110 | 1000111 | 10010000 | 1 | 110011 | 0 | 101100 | 100101010 | 100010 | 101010 |
Color Harmonies of #8E4790
Complementary color
Monochromatic Colors of #8E4790
Black with #8E4790
Text Example
Text Example
White with #8E4790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4790; }
p { color: rgb(142,71,144); }
H1.HeaderClassName
{
color: #8E4790;
}
.AnyTagClassName
{
color: #8E4790;
}
</style>
background-color css
<style>
a { background-color: #8E4790; }
a { background-color: rgb(142,71,144); }
div.DivClassName
{
background-color: #8E4790;
}
.BgClassName
{
background-color: #8E4790;
}
</style>
border-color css
<style>
span { border-color: #8E4790; }
span { border-color: rgb(142,71,144); }
td.TdClassName
{
border-color: #8E4790;
}
.TagClassName
{
border-color: #8E4790;
}
</style>