Shades of Vivid Violet #8E4B94
Tints of Vivid Violet #8E4B94
RGB
CMYK
RGB Variations
Color information
#8E4B94 (or 0x8E4B94) is known color: Vivid Violet. HEX triplet: 8E, 4B and 94. RGB value is (142,75,148). Sum of RGB (Red+Green+Blue) = 142+75+148=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E4B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4B94 is #71B46B. Grayscale: #676767. Windows color (decimal): -7451756 or 9718670. OLE color: 9718670.
HSL color Cylindrical-coordinate representation of color #8E4B94: hue angle of 295.07º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4B94 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 75 | 148 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.42 |
| HSL | 295.07º | 0.33% | 0.44% | - |
| HSV(B) | 295.07º | 0.49% | 0.58% | - |
| XYZ | 19.02 | 12.92 | 29.51 | - |
| YUV | 103.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 75 | 148 | 0.04 | 0.49 | 0 | 0.42 | 295.07 | 0.33 | 0.44 |
| Hex | 8E | 4B | 94 | 4 | 31 | 0 | 2A | 127 | 21 | 2C |
| Octal | 216 | 113 | 224 | 4 | 61 | 0 | 52 | 447 | 41 | 54 |
| Binary | 10001110 | 1001011 | 10010100 | 100 | 110001 | 0 | 101010 | 100100111 | 100001 | 101100 |
Color Harmonies of #8E4B94
Complementary color
Monochromatic Colors of #8E4B94
Black with #8E4B94
Text Example
Text Example
White with #8E4B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4B94; }
p { color: rgb(142,75,148); }
H1.HeaderClassName
{
color: #8E4B94;
}
.AnyTagClassName
{
color: #8E4B94;
}
</style>
background-color css
<style>
a { background-color: #8E4B94; }
a { background-color: rgb(142,75,148); }
div.DivClassName
{
background-color: #8E4B94;
}
.BgClassName
{
background-color: #8E4B94;
}
</style>
border-color css
<style>
span { border-color: #8E4B94; }
span { border-color: rgb(142,75,148); }
td.TdClassName
{
border-color: #8E4B94;
}
.TagClassName
{
border-color: #8E4B94;
}
</style>