Shades of Vivid Violet #8E319B
Tints of Vivid Violet #8E319B
RGB
CMYK
RGB Variations
Color information
#8E319B (or 0x8E319B) is known color: Vivid Violet. HEX triplet: 8E, 31 and 9B. RGB value is (142,49,155). Sum of RGB (Red+Green+Blue) = 142+49+155=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E319B is #71CE64. Grayscale: #585858. Windows color (decimal): -7458405 or 10170766. OLE color: 10170766.
HSL color Cylindrical-coordinate representation of color #8E319B: hue angle of 292.64º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E319B is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 49 | 155 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.39 |
| HSL | 292.64º | 0.52% | 0.4% | - |
| HSV(B) | 292.64º | 0.68% | 0.61% | - |
| XYZ | 18.17 | 10.31 | 32.04 | - |
| YUV | 88.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 155 | 0.08 | 0.68 | 0 | 0.39 | 292.64 | 0.52 | 0.4 |
| Hex | 8E | 31 | 9B | 8 | 44 | 0 | 27 | 125 | 34 | 28 |
| Octal | 216 | 61 | 233 | 10 | 104 | 0 | 47 | 445 | 64 | 50 |
| Binary | 10001110 | 110001 | 10011011 | 1000 | 1000100 | 0 | 100111 | 100100101 | 110100 | 101000 |
Color Harmonies of #8E319B
Complementary color
Monochromatic Colors of #8E319B
Black with #8E319B
Text Example
Text Example
White with #8E319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E319B; }
p { color: rgb(142,49,155); }
H1.HeaderClassName
{
color: #8E319B;
}
.AnyTagClassName
{
color: #8E319B;
}
</style>
background-color css
<style>
a { background-color: #8E319B; }
a { background-color: rgb(142,49,155); }
div.DivClassName
{
background-color: #8E319B;
}
.BgClassName
{
background-color: #8E319B;
}
</style>
border-color css
<style>
span { border-color: #8E319B; }
span { border-color: rgb(142,49,155); }
td.TdClassName
{
border-color: #8E319B;
}
.TagClassName
{
border-color: #8E319B;
}
</style>