Shades of Vivid Violet #8E3594
Tints of Vivid Violet #8E3594
RGB
CMYK
RGB Variations
Color information
#8E3594 (or 0x8E3594) is known color: Vivid Violet. HEX triplet: 8E, 35 and 94. RGB value is (142,53,148). Sum of RGB (Red+Green+Blue) = 142+53+148=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E3594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3594 is #71CA6B. Grayscale: #5A5A5A. Windows color (decimal): -7457388 or 9713038. OLE color: 9713038.
HSL color Cylindrical-coordinate representation of color #8E3594: hue angle of 296.21º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E3594 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 53 | 148 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.42 |
| HSL | 296.21º | 0.47% | 0.39% | - |
| HSV(B) | 296.21º | 0.64% | 0.58% | - |
| XYZ | 17.77 | 10.44 | 29.09 | - |
| YUV | 90.44 | 160.49 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 148 | 0.04 | 0.64 | 0 | 0.42 | 296.21 | 0.47 | 0.39 |
| Hex | 8E | 35 | 94 | 4 | 40 | 0 | 2A | 128 | 2F | 27 |
| Octal | 216 | 65 | 224 | 4 | 100 | 0 | 52 | 450 | 57 | 47 |
| Binary | 10001110 | 110101 | 10010100 | 100 | 1000000 | 0 | 101010 | 100101000 | 101111 | 100111 |
Color Harmonies of #8E3594
Complementary color
Monochromatic Colors of #8E3594
Black with #8E3594
Text Example
Text Example
White with #8E3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3594; }
p { color: rgb(142,53,148); }
H1.HeaderClassName
{
color: #8E3594;
}
.AnyTagClassName
{
color: #8E3594;
}
</style>
background-color css
<style>
a { background-color: #8E3594; }
a { background-color: rgb(142,53,148); }
div.DivClassName
{
background-color: #8E3594;
}
.BgClassName
{
background-color: #8E3594;
}
</style>
border-color css
<style>
span { border-color: #8E3594; }
span { border-color: rgb(142,53,148); }
td.TdClassName
{
border-color: #8E3594;
}
.TagClassName
{
border-color: #8E3594;
}
</style>