Shades of Vivid Violet #8E478C
Tints of Vivid Violet #8E478C
RGB
CMYK
RGB Variations
Color information
#8E478C (or 0x8E478C) is known color: Vivid Violet. HEX triplet: 8E, 47 and 8C. RGB value is (142,71,140). Sum of RGB (Red+Green+Blue) = 142+71+140=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E478C is #71B873. Grayscale: #636363. Windows color (decimal): -7452788 or 9193358. OLE color: 9193358.
HSL color Cylindrical-coordinate representation of color #8E478C: hue angle of 301.69º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E478C is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 71 | 140 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.44 |
| HSL | 301.69º | 0.33% | 0.42% | - |
| HSV(B) | 301.69º | 0.5% | 0.56% | - |
| XYZ | 18.14 | 12.15 | 26.2 | - |
| YUV | 100.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 140 | 0 | 0.5 | 0.01 | 0.44 | 301.69 | 0.33 | 0.42 |
| Hex | 8E | 47 | 8C | 0 | 32 | 1 | 2C | 12E | 21 | 2A |
| Octal | 216 | 107 | 214 | 0 | 62 | 1 | 54 | 456 | 41 | 52 |
| Binary | 10001110 | 1000111 | 10001100 | 0 | 110010 | 1 | 101100 | 100101110 | 100001 | 101010 |
Color Harmonies of #8E478C
Complementary color
Monochromatic Colors of #8E478C
Black with #8E478C
Text Example
Text Example
White with #8E478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E478C; }
p { color: rgb(142,71,140); }
H1.HeaderClassName
{
color: #8E478C;
}
.AnyTagClassName
{
color: #8E478C;
}
</style>
background-color css
<style>
a { background-color: #8E478C; }
a { background-color: rgb(142,71,140); }
div.DivClassName
{
background-color: #8E478C;
}
.BgClassName
{
background-color: #8E478C;
}
</style>
border-color css
<style>
span { border-color: #8E478C; }
span { border-color: rgb(142,71,140); }
td.TdClassName
{
border-color: #8E478C;
}
.TagClassName
{
border-color: #8E478C;
}
</style>