Shades of Vivid Violet #8E4194
Tints of Vivid Violet #8E4194
RGB
CMYK
RGB Variations
Color information
#8E4194 (or 0x8E4194) is known color: Vivid Violet. HEX triplet: 8E, 41 and 94. RGB value is (142,65,148). Sum of RGB (Red+Green+Blue) = 142+65+148=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E4194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4194 is #71BE6B. Grayscale: #616161. Windows color (decimal): -7454316 or 9716110. OLE color: 9716110.
HSL color Cylindrical-coordinate representation of color #8E4194: hue angle of 295.66º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E4194 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 65 | 148 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.42 |
| HSL | 295.66º | 0.39% | 0.42% | - |
| HSV(B) | 295.66º | 0.56% | 0.58% | - |
| XYZ | 18.39 | 11.67 | 29.3 | - |
| YUV | 97.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 148 | 0.04 | 0.56 | 0 | 0.42 | 295.66 | 0.39 | 0.42 |
| Hex | 8E | 41 | 94 | 4 | 38 | 0 | 2A | 128 | 27 | 2A |
| Octal | 216 | 101 | 224 | 4 | 70 | 0 | 52 | 450 | 47 | 52 |
| Binary | 10001110 | 1000001 | 10010100 | 100 | 111000 | 0 | 101010 | 100101000 | 100111 | 101010 |
Color Harmonies of #8E4194
Complementary color
Monochromatic Colors of #8E4194
Black with #8E4194
Text Example
Text Example
White with #8E4194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4194; }
p { color: rgb(142,65,148); }
H1.HeaderClassName
{
color: #8E4194;
}
.AnyTagClassName
{
color: #8E4194;
}
</style>
background-color css
<style>
a { background-color: #8E4194; }
a { background-color: rgb(142,65,148); }
div.DivClassName
{
background-color: #8E4194;
}
.BgClassName
{
background-color: #8E4194;
}
</style>
border-color css
<style>
span { border-color: #8E4194; }
span { border-color: rgb(142,65,148); }
td.TdClassName
{
border-color: #8E4194;
}
.TagClassName
{
border-color: #8E4194;
}
</style>