Shades of Vivid Violet #8E3D9E
Tints of Vivid Violet #8E3D9E
RGB
CMYK
RGB Variations
Color information
#8E3D9E (or 0x8E3D9E) is known color: Vivid Violet. HEX triplet: 8E, 3D and 9E. RGB value is (142,61,158). Sum of RGB (Red+Green+Blue) = 142+61+158=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E3D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3D9E is #71C261. Grayscale: #5F5F5F. Windows color (decimal): -7455330 or 10370446. OLE color: 10370446.
HSL color Cylindrical-coordinate representation of color #8E3D9E: hue angle of 290.1º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E3D9E is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 61 | 158 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.38 |
| HSL | 290.1º | 0.44% | 0.43% | - |
| HSV(B) | 290.1º | 0.61% | 0.62% | - |
| XYZ | 19 | 11.56 | 33.58 | - |
| YUV | 96.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 61 | 158 | 0.10 | 0.61 | 0 | 0.38 | 290.1 | 0.44 | 0.43 |
| Hex | 8E | 3D | 9E | A | 3D | 0 | 26 | 122 | 2C | 2B |
| Octal | 216 | 75 | 236 | 12 | 75 | 0 | 46 | 442 | 54 | 53 |
| Binary | 10001110 | 111101 | 10011110 | 1010 | 111101 | 0 | 100110 | 100100010 | 101100 | 101011 |
Color Harmonies of #8E3D9E
Complementary color
Monochromatic Colors of #8E3D9E
Black with #8E3D9E
Text Example
Text Example
White with #8E3D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3D9E; }
p { color: rgb(142,61,158); }
H1.HeaderClassName
{
color: #8E3D9E;
}
.AnyTagClassName
{
color: #8E3D9E;
}
</style>
background-color css
<style>
a { background-color: #8E3D9E; }
a { background-color: rgb(142,61,158); }
div.DivClassName
{
background-color: #8E3D9E;
}
.BgClassName
{
background-color: #8E3D9E;
}
</style>
border-color css
<style>
span { border-color: #8E3D9E; }
span { border-color: rgb(142,61,158); }
td.TdClassName
{
border-color: #8E3D9E;
}
.TagClassName
{
border-color: #8E3D9E;
}
</style>