Shades of Vivid Violet #8E1F9E
Tints of Vivid Violet #8E1F9E
RGB
CMYK
RGB Variations
Color information
#8E1F9E (or 0x8E1F9E) is known color: Vivid Violet. HEX triplet: 8E, 1F and 9E. RGB value is (142,31,158). Sum of RGB (Red+Green+Blue) = 142+31+158=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E1F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1F9E is #71E061. Grayscale: #4E4E4E. Windows color (decimal): -7463010 or 10362766. OLE color: 10362766.
HSL color Cylindrical-coordinate representation of color #8E1F9E: hue angle of 292.44º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1F9E is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 31 | 158 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.38 |
| HSL | 292.44º | 0.67% | 0.37% | - |
| HSV(B) | 292.44º | 0.8% | 0.62% | - |
| XYZ | 17.82 | 9.2 | 33.18 | - |
| YUV | 78.67 | 172.77 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 31 | 158 | 0.10 | 0.80 | 0 | 0.38 | 292.44 | 0.67 | 0.37 |
| Hex | 8E | 1F | 9E | A | 50 | 0 | 26 | 124 | 43 | 25 |
| Octal | 216 | 37 | 236 | 12 | 120 | 0 | 46 | 444 | 103 | 45 |
| Binary | 10001110 | 11111 | 10011110 | 1010 | 1010000 | 0 | 100110 | 100100100 | 1000011 | 100101 |
Color Harmonies of #8E1F9E
Complementary color
Monochromatic Colors of #8E1F9E
Black with #8E1F9E
Text Example
Text Example
White with #8E1F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1F9E; }
p { color: rgb(142,31,158); }
H1.HeaderClassName
{
color: #8E1F9E;
}
.AnyTagClassName
{
color: #8E1F9E;
}
</style>
background-color css
<style>
a { background-color: #8E1F9E; }
a { background-color: rgb(142,31,158); }
div.DivClassName
{
background-color: #8E1F9E;
}
.BgClassName
{
background-color: #8E1F9E;
}
</style>
border-color css
<style>
span { border-color: #8E1F9E; }
span { border-color: rgb(142,31,158); }
td.TdClassName
{
border-color: #8E1F9E;
}
.TagClassName
{
border-color: #8E1F9E;
}
</style>