Shades of Vivid Violet #8E469F
Tints of Vivid Violet #8E469F
RGB
CMYK
RGB Variations
Color information
#8E469F (or 0x8E469F) is known color: Vivid Violet. HEX triplet: 8E, 46 and 9F. RGB value is (142,70,159). Sum of RGB (Red+Green+Blue) = 142+70+159=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E469F is #71B960. Grayscale: #656565. Windows color (decimal): -7453025 or 10438286. OLE color: 10438286.
HSL color Cylindrical-coordinate representation of color #8E469F: hue angle of 288.54º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E469F is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 70 | 159 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.38 |
| HSL | 288.54º | 0.39% | 0.45% | - |
| HSV(B) | 288.54º | 0.56% | 0.62% | - |
| XYZ | 19.6 | 12.63 | 34.21 | - |
| YUV | 101.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 159 | 0.11 | 0.56 | 0 | 0.38 | 288.54 | 0.39 | 0.45 |
| Hex | 8E | 46 | 9F | B | 38 | 0 | 26 | 121 | 27 | 2D |
| Octal | 216 | 106 | 237 | 13 | 70 | 0 | 46 | 441 | 47 | 55 |
| Binary | 10001110 | 1000110 | 10011111 | 1011 | 111000 | 0 | 100110 | 100100001 | 100111 | 101101 |
Color Harmonies of #8E469F
Complementary color
Monochromatic Colors of #8E469F
Black with #8E469F
Text Example
Text Example
White with #8E469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E469F; }
p { color: rgb(142,70,159); }
H1.HeaderClassName
{
color: #8E469F;
}
.AnyTagClassName
{
color: #8E469F;
}
</style>
background-color css
<style>
a { background-color: #8E469F; }
a { background-color: rgb(142,70,159); }
div.DivClassName
{
background-color: #8E469F;
}
.BgClassName
{
background-color: #8E469F;
}
</style>
border-color css
<style>
span { border-color: #8E469F; }
span { border-color: rgb(142,70,159); }
td.TdClassName
{
border-color: #8E469F;
}
.TagClassName
{
border-color: #8E469F;
}
</style>