Shades of Vivid Violet #8E478E
Tints of Vivid Violet #8E478E
RGB
CMYK
RGB Variations
Color information
#8E478E (or 0x8E478E) is known color: Vivid Violet. HEX triplet: 8E, 47 and 8E. RGB value is (142,71,142). Sum of RGB (Red+Green+Blue) = 142+71+142=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E478E is #71B871. Grayscale: #646464. Windows color (decimal): -7452786 or 9324430. OLE color: 9324430.
HSL color Cylindrical-coordinate representation of color #8E478E: hue angle of 300º 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 #8E478E is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 71 | 142 | - |
| CMYK | 0 | 0.5 | 0 | 0.44 |
| HSL | 300º | 0.33% | 0.42% | - |
| HSV(B) | 300º | 0.5% | 0.56% | - |
| XYZ | 18.29 | 12.21 | 26.98 | - |
| YUV | 100.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 142 | 0 | 0.5 | 0 | 0.44 | 300 | 0.33 | 0.42 |
| Hex | 8E | 47 | 8E | 0 | 32 | 0 | 2C | 12C | 21 | 2A |
| Octal | 216 | 107 | 216 | 0 | 62 | 0 | 54 | 454 | 41 | 52 |
| Binary | 10001110 | 1000111 | 10001110 | 0 | 110010 | 0 | 101100 | 100101100 | 100001 | 101010 |
Color Harmonies of #8E478E
Complementary color
Monochromatic Colors of #8E478E
Black with #8E478E
Text Example
Text Example
White with #8E478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E478E; }
p { color: rgb(142,71,142); }
H1.HeaderClassName
{
color: #8E478E;
}
.AnyTagClassName
{
color: #8E478E;
}
</style>
background-color css
<style>
a { background-color: #8E478E; }
a { background-color: rgb(142,71,142); }
div.DivClassName
{
background-color: #8E478E;
}
.BgClassName
{
background-color: #8E478E;
}
</style>
border-color css
<style>
span { border-color: #8E478E; }
span { border-color: rgb(142,71,142); }
td.TdClassName
{
border-color: #8E478E;
}
.TagClassName
{
border-color: #8E478E;
}
</style>