Shades of Vivid Violet #8E419E
Tints of Vivid Violet #8E419E
RGB
CMYK
RGB Variations
Color information
#8E419E (or 0x8E419E) is known color: Vivid Violet. HEX triplet: 8E, 41 and 9E. RGB value is (142,65,158). Sum of RGB (Red+Green+Blue) = 142+65+158=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E419E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E419E is #71BE61. Grayscale: #626262. Windows color (decimal): -7454306 or 10371470. OLE color: 10371470.
HSL color Cylindrical-coordinate representation of color #8E419E: hue angle of 289.68º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E419E is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 65 | 158 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.38 |
| HSL | 289.68º | 0.42% | 0.44% | - |
| HSV(B) | 289.68º | 0.59% | 0.62% | - |
| XYZ | 19.22 | 12 | 33.65 | - |
| YUV | 98.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 158 | 0.10 | 0.59 | 0 | 0.38 | 289.68 | 0.42 | 0.44 |
| Hex | 8E | 41 | 9E | A | 3B | 0 | 26 | 122 | 2A | 2C |
| Octal | 216 | 101 | 236 | 12 | 73 | 0 | 46 | 442 | 52 | 54 |
| Binary | 10001110 | 1000001 | 10011110 | 1010 | 111011 | 0 | 100110 | 100100010 | 101010 | 101100 |
Color Harmonies of #8E419E
Complementary color
Monochromatic Colors of #8E419E
Black with #8E419E
Text Example
Text Example
White with #8E419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E419E; }
p { color: rgb(142,65,158); }
H1.HeaderClassName
{
color: #8E419E;
}
.AnyTagClassName
{
color: #8E419E;
}
</style>
background-color css
<style>
a { background-color: #8E419E; }
a { background-color: rgb(142,65,158); }
div.DivClassName
{
background-color: #8E419E;
}
.BgClassName
{
background-color: #8E419E;
}
</style>
border-color css
<style>
span { border-color: #8E419E; }
span { border-color: rgb(142,65,158); }
td.TdClassName
{
border-color: #8E419E;
}
.TagClassName
{
border-color: #8E419E;
}
</style>