Shades of Vivid Violet #8E4A90
Tints of Vivid Violet #8E4A90
RGB
CMYK
RGB Variations
Color information
#8E4A90 (or 0x8E4A90) is known color: Vivid Violet. HEX triplet: 8E, 4A and 90. RGB value is (142,74,144). Sum of RGB (Red+Green+Blue) = 142+74+144=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E4A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4A90 is #71B56F. Grayscale: #666666. Windows color (decimal): -7452016 or 9456270. OLE color: 9456270.
HSL color Cylindrical-coordinate representation of color #8E4A90: hue angle of 298.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4A90 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 74 | 144 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.44 |
| HSL | 298.29º | 0.32% | 0.43% | - |
| HSV(B) | 298.29º | 0.49% | 0.56% | - |
| XYZ | 18.64 | 12.66 | 27.85 | - |
| YUV | 102.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 74 | 144 | 0.01 | 0.49 | 0 | 0.44 | 298.29 | 0.32 | 0.43 |
| Hex | 8E | 4A | 90 | 1 | 31 | 0 | 2C | 12A | 20 | 2B |
| Octal | 216 | 112 | 220 | 1 | 61 | 0 | 54 | 452 | 40 | 53 |
| Binary | 10001110 | 1001010 | 10010000 | 1 | 110001 | 0 | 101100 | 100101010 | 100000 | 101011 |
Color Harmonies of #8E4A90
Complementary color
Monochromatic Colors of #8E4A90
Black with #8E4A90
Text Example
Text Example
White with #8E4A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4A90; }
p { color: rgb(142,74,144); }
H1.HeaderClassName
{
color: #8E4A90;
}
.AnyTagClassName
{
color: #8E4A90;
}
</style>
background-color css
<style>
a { background-color: #8E4A90; }
a { background-color: rgb(142,74,144); }
div.DivClassName
{
background-color: #8E4A90;
}
.BgClassName
{
background-color: #8E4A90;
}
</style>
border-color css
<style>
span { border-color: #8E4A90; }
span { border-color: rgb(142,74,144); }
td.TdClassName
{
border-color: #8E4A90;
}
.TagClassName
{
border-color: #8E4A90;
}
</style>