Shades of Violet Blue #8E5599
Tints of Violet Blue #8E5599
RGB
CMYK
RGB Variations
Color information
#8E5599 (or 0x8E5599) is known color: Violet Blue. HEX triplet: 8E, 55 and 99. RGB value is (142,85,153). Sum of RGB (Red+Green+Blue) = 142+85+153=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5599 is #71AA66. Grayscale: #6D6D6D. Windows color (decimal): -7449191 or 10048910. OLE color: 10048910.
HSL color Cylindrical-coordinate representation of color #8E5599: hue angle of 290.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5599 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 85 | 153 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.4 |
| HSL | 290.29º | 0.29% | 0.47% | - |
| HSV(B) | 290.29º | 0.44% | 0.6% | - |
| XYZ | 20.15 | 14.55 | 31.88 | - |
| YUV | 109.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 153 | 0.07 | 0.44 | 0 | 0.4 | 290.29 | 0.29 | 0.47 |
| Hex | 8E | 55 | 99 | 7 | 2C | 0 | 28 | 122 | 1D | 2F |
| Octal | 216 | 125 | 231 | 7 | 54 | 0 | 50 | 442 | 35 | 57 |
| Binary | 10001110 | 1010101 | 10011001 | 111 | 101100 | 0 | 101000 | 100100010 | 11101 | 101111 |
Color Harmonies of #8E5599
Complementary color
Monochromatic Colors of #8E5599
Black with #8E5599
Text Example
Text Example
White with #8E5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5599; }
p { color: rgb(142,85,153); }
H1.HeaderClassName
{
color: #8E5599;
}
.AnyTagClassName
{
color: #8E5599;
}
</style>
background-color css
<style>
a { background-color: #8E5599; }
a { background-color: rgb(142,85,153); }
div.DivClassName
{
background-color: #8E5599;
}
.BgClassName
{
background-color: #8E5599;
}
</style>
border-color css
<style>
span { border-color: #8E5599; }
span { border-color: rgb(142,85,153); }
td.TdClassName
{
border-color: #8E5599;
}
.TagClassName
{
border-color: #8E5599;
}
</style>