Shades of Vivid Violet #8E3C90
Tints of Vivid Violet #8E3C90
RGB
CMYK
RGB Variations
Color information
#8E3C90 (or 0x8E3C90) is known color: Vivid Violet. HEX triplet: 8E, 3C and 90. RGB value is (142,60,144). Sum of RGB (Red+Green+Blue) = 142+60+144=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #8E3C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3C90 is #71C36F. Grayscale: #5D5D5D. Windows color (decimal): -7455600 or 9452686. OLE color: 9452686.
HSL color Cylindrical-coordinate representation of color #8E3C90: hue angle of 298.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3C90 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 60 | 144 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.44 |
| HSL | 298.57º | 0.41% | 0.4% | - |
| HSV(B) | 298.57º | 0.58% | 0.56% | - |
| XYZ | 17.81 | 11 | 27.57 | - |
| YUV | 94.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 60 | 144 | 0.01 | 0.58 | 0 | 0.44 | 298.57 | 0.41 | 0.4 |
| Hex | 8E | 3C | 90 | 1 | 3A | 0 | 2C | 12B | 29 | 28 |
| Octal | 216 | 74 | 220 | 1 | 72 | 0 | 54 | 453 | 51 | 50 |
| Binary | 10001110 | 111100 | 10010000 | 1 | 111010 | 0 | 101100 | 100101011 | 101001 | 101000 |
Color Harmonies of #8E3C90
Complementary color
Monochromatic Colors of #8E3C90
Black with #8E3C90
Text Example
Text Example
White with #8E3C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3C90; }
p { color: rgb(142,60,144); }
H1.HeaderClassName
{
color: #8E3C90;
}
.AnyTagClassName
{
color: #8E3C90;
}
</style>
background-color css
<style>
a { background-color: #8E3C90; }
a { background-color: rgb(142,60,144); }
div.DivClassName
{
background-color: #8E3C90;
}
.BgClassName
{
background-color: #8E3C90;
}
</style>
border-color css
<style>
span { border-color: #8E3C90; }
span { border-color: rgb(142,60,144); }
td.TdClassName
{
border-color: #8E3C90;
}
.TagClassName
{
border-color: #8E3C90;
}
</style>