Shades of Vivid Violet #8E3D95
Tints of Vivid Violet #8E3D95
RGB
CMYK
RGB Variations
Color information
#8E3D95 (or 0x8E3D95) is known color: Vivid Violet. HEX triplet: 8E, 3D and 95. RGB value is (142,61,149). Sum of RGB (Red+Green+Blue) = 142+61+149=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E3D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3D95 is #71C26A. Grayscale: #5E5E5E. Windows color (decimal): -7455339 or 9780622. OLE color: 9780622.
HSL color Cylindrical-coordinate representation of color #8E3D95: hue angle of 295.23º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E3D95 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 61 | 149 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.42 |
| HSL | 295.23º | 0.42% | 0.41% | - |
| HSV(B) | 295.23º | 0.59% | 0.58% | - |
| XYZ | 18.25 | 11.26 | 29.65 | - |
| YUV | 95.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 149 | 0.05 | 0.59 | 0 | 0.42 | 295.23 | 0.42 | 0.41 |
| Hex | 8E | 3D | 95 | 5 | 3B | 0 | 2A | 127 | 2A | 29 |
| Octal | 216 | 75 | 225 | 5 | 73 | 0 | 52 | 447 | 52 | 51 |
| Binary | 10001110 | 111101 | 10010101 | 101 | 111011 | 0 | 101010 | 100100111 | 101010 | 101001 |
Color Harmonies of #8E3D95
Complementary color
Monochromatic Colors of #8E3D95
Black with #8E3D95
Text Example
Text Example
White with #8E3D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D95; }
p { color: rgb(142,61,149); }
H1.HeaderClassName
{
color: #8E3D95;
}
.AnyTagClassName
{
color: #8E3D95;
}
</style>
background-color css
<style>
a { background-color: #8E3D95; }
a { background-color: rgb(142,61,149); }
div.DivClassName
{
background-color: #8E3D95;
}
.BgClassName
{
background-color: #8E3D95;
}
</style>
border-color css
<style>
span { border-color: #8E3D95; }
span { border-color: rgb(142,61,149); }
td.TdClassName
{
border-color: #8E3D95;
}
.TagClassName
{
border-color: #8E3D95;
}
</style>