Shades of Vivid Violet #8E4998
Tints of Vivid Violet #8E4998
RGB
CMYK
RGB Variations
Color information
#8E4998 (or 0x8E4998) is known color: Vivid Violet. HEX triplet: 8E, 49 and 98. RGB value is (142,73,152). Sum of RGB (Red+Green+Blue) = 142+73+152=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E4998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4998 is #71B667. Grayscale: #666666. Windows color (decimal): -7452264 or 9980302. OLE color: 9980302.
HSL color Cylindrical-coordinate representation of color #8E4998: hue angle of 292.41º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E4998 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 73 | 152 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.40 |
| HSL | 292.41º | 0.35% | 0.44% | - |
| HSV(B) | 292.41º | 0.52% | 0.6% | - |
| XYZ | 19.21 | 12.78 | 31.16 | - |
| YUV | 102.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 152 | 0.07 | 0.52 | 0 | 0.40 | 292.41 | 0.35 | 0.44 |
| Hex | 8E | 49 | 98 | 7 | 34 | 0 | 28 | 124 | 23 | 2C |
| Octal | 216 | 111 | 230 | 7 | 64 | 0 | 50 | 444 | 43 | 54 |
| Binary | 10001110 | 1001001 | 10011000 | 111 | 110100 | 0 | 101000 | 100100100 | 100011 | 101100 |
Color Harmonies of #8E4998
Complementary color
Monochromatic Colors of #8E4998
Black with #8E4998
Text Example
Text Example
White with #8E4998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4998; }
p { color: rgb(142,73,152); }
H1.HeaderClassName
{
color: #8E4998;
}
.AnyTagClassName
{
color: #8E4998;
}
</style>
background-color css
<style>
a { background-color: #8E4998; }
a { background-color: rgb(142,73,152); }
div.DivClassName
{
background-color: #8E4998;
}
.BgClassName
{
background-color: #8E4998;
}
</style>
border-color css
<style>
span { border-color: #8E4998; }
span { border-color: rgb(142,73,152); }
td.TdClassName
{
border-color: #8E4998;
}
.TagClassName
{
border-color: #8E4998;
}
</style>