Shades of Violet Blue #8E5D97
Tints of Violet Blue #8E5D97
RGB
CMYK
RGB Variations
Color information
#8E5D97 (or 0x8E5D97) is known color: Violet Blue. HEX triplet: 8E, 5D and 97. RGB value is (142,93,151). Sum of RGB (Red+Green+Blue) = 142+93+151=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E5D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5D97 is #71A268. Grayscale: #727272. Windows color (decimal): -7447145 or 9919886. OLE color: 9919886.
HSL color Cylindrical-coordinate representation of color #8E5D97: hue angle of 290.69º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E5D97 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 93 | 151 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.41 |
| HSL | 290.69º | 0.24% | 0.48% | - |
| HSV(B) | 290.69º | 0.38% | 0.59% | - |
| XYZ | 20.66 | 15.81 | 31.24 | - |
| YUV | 114.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 93 | 151 | 0.06 | 0.38 | 0 | 0.41 | 290.69 | 0.24 | 0.48 |
| Hex | 8E | 5D | 97 | 6 | 26 | 0 | 29 | 123 | 18 | 30 |
| Octal | 216 | 135 | 227 | 6 | 46 | 0 | 51 | 443 | 30 | 60 |
| Binary | 10001110 | 1011101 | 10010111 | 110 | 100110 | 0 | 101001 | 100100011 | 11000 | 110000 |
Color Harmonies of #8E5D97
Complementary color
Monochromatic Colors of #8E5D97
Black with #8E5D97
Text Example
Text Example
White with #8E5D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5D97; }
p { color: rgb(142,93,151); }
H1.HeaderClassName
{
color: #8E5D97;
}
.AnyTagClassName
{
color: #8E5D97;
}
</style>
background-color css
<style>
a { background-color: #8E5D97; }
a { background-color: rgb(142,93,151); }
div.DivClassName
{
background-color: #8E5D97;
}
.BgClassName
{
background-color: #8E5D97;
}
</style>
border-color css
<style>
span { border-color: #8E5D97; }
span { border-color: rgb(142,93,151); }
td.TdClassName
{
border-color: #8E5D97;
}
.TagClassName
{
border-color: #8E5D97;
}
</style>