Shades of Vivid Violet #8E3392
Tints of Vivid Violet #8E3392
RGB
CMYK
RGB Variations
Color information
#8E3392 (or 0x8E3392) is known color: Vivid Violet. HEX triplet: 8E, 33 and 92. RGB value is (142,51,146). Sum of RGB (Red+Green+Blue) = 142+51+146=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E3392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3392 is #71CC6D. Grayscale: #585858. Windows color (decimal): -7457902 or 9581454. OLE color: 9581454.
HSL color Cylindrical-coordinate representation of color #8E3392: hue angle of 297.47º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3392 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 51 | 146 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.43 |
| HSL | 297.47º | 0.48% | 0.39% | - |
| HSV(B) | 297.47º | 0.65% | 0.57% | - |
| XYZ | 17.53 | 10.19 | 28.24 | - |
| YUV | 89.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 51 | 146 | 0.03 | 0.65 | 0 | 0.43 | 297.47 | 0.48 | 0.39 |
| Hex | 8E | 33 | 92 | 3 | 41 | 0 | 2B | 129 | 30 | 27 |
| Octal | 216 | 63 | 222 | 3 | 101 | 0 | 53 | 451 | 60 | 47 |
| Binary | 10001110 | 110011 | 10010010 | 11 | 1000001 | 0 | 101011 | 100101001 | 110000 | 100111 |
Color Harmonies of #8E3392
Complementary color
Monochromatic Colors of #8E3392
Black with #8E3392
Text Example
Text Example
White with #8E3392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3392; }
p { color: rgb(142,51,146); }
H1.HeaderClassName
{
color: #8E3392;
}
.AnyTagClassName
{
color: #8E3392;
}
</style>
background-color css
<style>
a { background-color: #8E3392; }
a { background-color: rgb(142,51,146); }
div.DivClassName
{
background-color: #8E3392;
}
.BgClassName
{
background-color: #8E3392;
}
</style>
border-color css
<style>
span { border-color: #8E3392; }
span { border-color: rgb(142,51,146); }
td.TdClassName
{
border-color: #8E3392;
}
.TagClassName
{
border-color: #8E3392;
}
</style>