Shades of Vivid Violet #8E4698
Tints of Vivid Violet #8E4698
RGB
CMYK
RGB Variations
Color information
#8E4698 (or 0x8E4698) is known color: Vivid Violet. HEX triplet: 8E, 46 and 98. RGB value is (142,70,152). Sum of RGB (Red+Green+Blue) = 142+70+152=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E4698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4698 is #71B967. Grayscale: #646464. Windows color (decimal): -7453032 or 9979534. OLE color: 9979534.
HSL color Cylindrical-coordinate representation of color #8E4698: hue angle of 292.68º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4698 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 70 | 152 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.40 |
| HSL | 292.68º | 0.37% | 0.44% | - |
| HSV(B) | 292.68º | 0.54% | 0.6% | - |
| XYZ | 19.01 | 12.4 | 31.1 | - |
| YUV | 100.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 152 | 0.07 | 0.54 | 0 | 0.40 | 292.68 | 0.37 | 0.44 |
| Hex | 8E | 46 | 98 | 7 | 36 | 0 | 28 | 125 | 25 | 2C |
| Octal | 216 | 106 | 230 | 7 | 66 | 0 | 50 | 445 | 45 | 54 |
| Binary | 10001110 | 1000110 | 10011000 | 111 | 110110 | 0 | 101000 | 100100101 | 100101 | 101100 |
Color Harmonies of #8E4698
Complementary color
Monochromatic Colors of #8E4698
Black with #8E4698
Text Example
Text Example
White with #8E4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4698; }
p { color: rgb(142,70,152); }
H1.HeaderClassName
{
color: #8E4698;
}
.AnyTagClassName
{
color: #8E4698;
}
</style>
background-color css
<style>
a { background-color: #8E4698; }
a { background-color: rgb(142,70,152); }
div.DivClassName
{
background-color: #8E4698;
}
.BgClassName
{
background-color: #8E4698;
}
</style>
border-color css
<style>
span { border-color: #8E4698; }
span { border-color: rgb(142,70,152); }
td.TdClassName
{
border-color: #8E4698;
}
.TagClassName
{
border-color: #8E4698;
}
</style>