Shades of Vivid Violet #8E3A95
Tints of Vivid Violet #8E3A95
RGB
CMYK
RGB Variations
Color information
#8E3A95 (or 0x8E3A95) is known color: Vivid Violet. HEX triplet: 8E, 3A and 95. RGB value is (142,58,149). Sum of RGB (Red+Green+Blue) = 142+58+149=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E3A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3A95 is #71C56A. Grayscale: #5D5D5D. Windows color (decimal): -7456107 or 9779854. OLE color: 9779854.
HSL color Cylindrical-coordinate representation of color #8E3A95: hue angle of 295.38º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E3A95 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 58 | 149 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.42 |
| HSL | 295.38º | 0.44% | 0.41% | - |
| HSV(B) | 295.38º | 0.61% | 0.58% | - |
| XYZ | 18.09 | 10.95 | 29.59 | - |
| YUV | 93.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 149 | 0.05 | 0.61 | 0 | 0.42 | 295.38 | 0.44 | 0.41 |
| Hex | 8E | 3A | 95 | 5 | 3D | 0 | 2A | 127 | 2C | 29 |
| Octal | 216 | 72 | 225 | 5 | 75 | 0 | 52 | 447 | 54 | 51 |
| Binary | 10001110 | 111010 | 10010101 | 101 | 111101 | 0 | 101010 | 100100111 | 101100 | 101001 |
Color Harmonies of #8E3A95
Complementary color
Monochromatic Colors of #8E3A95
Black with #8E3A95
Text Example
Text Example
White with #8E3A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A95; }
p { color: rgb(142,58,149); }
H1.HeaderClassName
{
color: #8E3A95;
}
.AnyTagClassName
{
color: #8E3A95;
}
</style>
background-color css
<style>
a { background-color: #8E3A95; }
a { background-color: rgb(142,58,149); }
div.DivClassName
{
background-color: #8E3A95;
}
.BgClassName
{
background-color: #8E3A95;
}
</style>
border-color css
<style>
span { border-color: #8E3A95; }
span { border-color: rgb(142,58,149); }
td.TdClassName
{
border-color: #8E3A95;
}
.TagClassName
{
border-color: #8E3A95;
}
</style>