Shades of Vivid Violet #8E4894
Tints of Vivid Violet #8E4894
RGB
CMYK
RGB Variations
Color information
#8E4894 (or 0x8E4894) is known color: Vivid Violet. HEX triplet: 8E, 48 and 94. RGB value is (142,72,148). Sum of RGB (Red+Green+Blue) = 142+72+148=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E4894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4894 is #71B76B. Grayscale: #656565. Windows color (decimal): -7452524 or 9717902. OLE color: 9717902.
HSL color Cylindrical-coordinate representation of color #8E4894: hue angle of 295.26º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4894 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 72 | 148 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.42 |
| HSL | 295.26º | 0.35% | 0.43% | - |
| HSV(B) | 295.26º | 0.51% | 0.58% | - |
| XYZ | 18.82 | 12.52 | 29.44 | - |
| YUV | 101.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 148 | 0.04 | 0.51 | 0 | 0.42 | 295.26 | 0.35 | 0.43 |
| Hex | 8E | 48 | 94 | 4 | 33 | 0 | 2A | 127 | 23 | 2B |
| Octal | 216 | 110 | 224 | 4 | 63 | 0 | 52 | 447 | 43 | 53 |
| Binary | 10001110 | 1001000 | 10010100 | 100 | 110011 | 0 | 101010 | 100100111 | 100011 | 101011 |
Color Harmonies of #8E4894
Complementary color
Monochromatic Colors of #8E4894
Black with #8E4894
Text Example
Text Example
White with #8E4894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4894; }
p { color: rgb(142,72,148); }
H1.HeaderClassName
{
color: #8E4894;
}
.AnyTagClassName
{
color: #8E4894;
}
</style>
background-color css
<style>
a { background-color: #8E4894; }
a { background-color: rgb(142,72,148); }
div.DivClassName
{
background-color: #8E4894;
}
.BgClassName
{
background-color: #8E4894;
}
</style>
border-color css
<style>
span { border-color: #8E4894; }
span { border-color: rgb(142,72,148); }
td.TdClassName
{
border-color: #8E4894;
}
.TagClassName
{
border-color: #8E4894;
}
</style>