Shades of Vivid Violet #8E3092
Tints of Vivid Violet #8E3092
RGB
CMYK
RGB Variations
Color information
#8E3092 (or 0x8E3092) is known color: Vivid Violet. HEX triplet: 8E, 30 and 92. RGB value is (142,48,146). Sum of RGB (Red+Green+Blue) = 142+48+146=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E3092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3092 is #71CF6D. Grayscale: #565656. Windows color (decimal): -7458670 or 9580686. OLE color: 9580686.
HSL color Cylindrical-coordinate representation of color #8E3092: hue angle of 297.55º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E3092 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 48 | 146 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.43 |
| HSL | 297.55º | 0.51% | 0.38% | - |
| HSV(B) | 297.55º | 0.67% | 0.57% | - |
| XYZ | 17.4 | 9.94 | 28.2 | - |
| YUV | 87.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 146 | 0.03 | 0.67 | 0 | 0.43 | 297.55 | 0.51 | 0.38 |
| Hex | 8E | 30 | 92 | 3 | 43 | 0 | 2B | 12A | 33 | 26 |
| Octal | 216 | 60 | 222 | 3 | 103 | 0 | 53 | 452 | 63 | 46 |
| Binary | 10001110 | 110000 | 10010010 | 11 | 1000011 | 0 | 101011 | 100101010 | 110011 | 100110 |
Color Harmonies of #8E3092
Complementary color
Monochromatic Colors of #8E3092
Black with #8E3092
Text Example
Text Example
White with #8E3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3092; }
p { color: rgb(142,48,146); }
H1.HeaderClassName
{
color: #8E3092;
}
.AnyTagClassName
{
color: #8E3092;
}
</style>
background-color css
<style>
a { background-color: #8E3092; }
a { background-color: rgb(142,48,146); }
div.DivClassName
{
background-color: #8E3092;
}
.BgClassName
{
background-color: #8E3092;
}
</style>
border-color css
<style>
span { border-color: #8E3092; }
span { border-color: rgb(142,48,146); }
td.TdClassName
{
border-color: #8E3092;
}
.TagClassName
{
border-color: #8E3092;
}
</style>