Shades of Vivid Violet #8E2098
Tints of Vivid Violet #8E2098
RGB
CMYK
RGB Variations
Color information
#8E2098 (or 0x8E2098) is known color: Vivid Violet. HEX triplet: 8E, 20 and 98. RGB value is (142,32,152). Sum of RGB (Red+Green+Blue) = 142+32+152=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E2098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2098 is #71DF67. Grayscale: #4E4E4E. Windows color (decimal): -7462760 or 9969806. OLE color: 9969806.
HSL color Cylindrical-coordinate representation of color #8E2098: hue angle of 295º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E2098 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 32 | 152 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.40 |
| HSL | 295º | 0.65% | 0.36% | - |
| HSV(B) | 295º | 0.79% | 0.6% | - |
| XYZ | 17.34 | 9.05 | 30.54 | - |
| YUV | 78.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 152 | 0.07 | 0.79 | 0 | 0.40 | 295 | 0.65 | 0.36 |
| Hex | 8E | 20 | 98 | 7 | 4F | 0 | 28 | 127 | 41 | 24 |
| Octal | 216 | 40 | 230 | 7 | 117 | 0 | 50 | 447 | 101 | 44 |
| Binary | 10001110 | 100000 | 10011000 | 111 | 1001111 | 0 | 101000 | 100100111 | 1000001 | 100100 |
Color Harmonies of #8E2098
Complementary color
Monochromatic Colors of #8E2098
Black with #8E2098
Text Example
Text Example
White with #8E2098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2098; }
p { color: rgb(142,32,152); }
H1.HeaderClassName
{
color: #8E2098;
}
.AnyTagClassName
{
color: #8E2098;
}
</style>
background-color css
<style>
a { background-color: #8E2098; }
a { background-color: rgb(142,32,152); }
div.DivClassName
{
background-color: #8E2098;
}
.BgClassName
{
background-color: #8E2098;
}
</style>
border-color css
<style>
span { border-color: #8E2098; }
span { border-color: rgb(142,32,152); }
td.TdClassName
{
border-color: #8E2098;
}
.TagClassName
{
border-color: #8E2098;
}
</style>