Shades of Violet Blue #8E4F94
Tints of Violet Blue #8E4F94
RGB
CMYK
RGB Variations
Color information
#8E4F94 (or 0x8E4F94) is known color: Violet Blue. HEX triplet: 8E, 4F and 94. RGB value is (142,79,148). Sum of RGB (Red+Green+Blue) = 142+79+148=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E4F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4F94 is #71B06B. Grayscale: #696969. Windows color (decimal): -7450732 or 9719694. OLE color: 9719694.
HSL color Cylindrical-coordinate representation of color #8E4F94: hue angle of 294.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E4F94 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 79 | 148 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.42 |
| HSL | 294.78º | 0.3% | 0.45% | - |
| HSV(B) | 294.78º | 0.47% | 0.58% | - |
| XYZ | 19.3 | 13.48 | 29.6 | - |
| YUV | 105.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 79 | 148 | 0.04 | 0.47 | 0 | 0.42 | 294.78 | 0.3 | 0.45 |
| Hex | 8E | 4F | 94 | 4 | 2F | 0 | 2A | 127 | 1E | 2D |
| Octal | 216 | 117 | 224 | 4 | 57 | 0 | 52 | 447 | 36 | 55 |
| Binary | 10001110 | 1001111 | 10010100 | 100 | 101111 | 0 | 101010 | 100100111 | 11110 | 101101 |
Color Harmonies of #8E4F94
Complementary color
Monochromatic Colors of #8E4F94
Black with #8E4F94
Text Example
Text Example
White with #8E4F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4F94; }
p { color: rgb(142,79,148); }
H1.HeaderClassName
{
color: #8E4F94;
}
.AnyTagClassName
{
color: #8E4F94;
}
</style>
background-color css
<style>
a { background-color: #8E4F94; }
a { background-color: rgb(142,79,148); }
div.DivClassName
{
background-color: #8E4F94;
}
.BgClassName
{
background-color: #8E4F94;
}
</style>
border-color css
<style>
span { border-color: #8E4F94; }
span { border-color: rgb(142,79,148); }
td.TdClassName
{
border-color: #8E4F94;
}
.TagClassName
{
border-color: #8E4F94;
}
</style>