Shades of Violet Blue #8E5299
Tints of Violet Blue #8E5299
RGB
CMYK
RGB Variations
Color information
#8E5299 (or 0x8E5299) is known color: Violet Blue. HEX triplet: 8E, 52 and 99. RGB value is (142,82,153). Sum of RGB (Red+Green+Blue) = 142+82+153=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E5299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5299 is #71AD66. Grayscale: #6B6B6B. Windows color (decimal): -7449959 or 10048142. OLE color: 10048142.
HSL color Cylindrical-coordinate representation of color #8E5299: hue angle of 290.7º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E5299 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 82 | 153 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.4 |
| HSL | 290.7º | 0.3% | 0.46% | - |
| HSV(B) | 290.7º | 0.46% | 0.6% | - |
| XYZ | 19.92 | 14.09 | 31.81 | - |
| YUV | 108.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 153 | 0.07 | 0.46 | 0 | 0.4 | 290.7 | 0.3 | 0.46 |
| Hex | 8E | 52 | 99 | 7 | 2E | 0 | 28 | 123 | 1E | 2E |
| Octal | 216 | 122 | 231 | 7 | 56 | 0 | 50 | 443 | 36 | 56 |
| Binary | 10001110 | 1010010 | 10011001 | 111 | 101110 | 0 | 101000 | 100100011 | 11110 | 101110 |
Color Harmonies of #8E5299
Complementary color
Monochromatic Colors of #8E5299
Black with #8E5299
Text Example
Text Example
White with #8E5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5299; }
p { color: rgb(142,82,153); }
H1.HeaderClassName
{
color: #8E5299;
}
.AnyTagClassName
{
color: #8E5299;
}
</style>
background-color css
<style>
a { background-color: #8E5299; }
a { background-color: rgb(142,82,153); }
div.DivClassName
{
background-color: #8E5299;
}
.BgClassName
{
background-color: #8E5299;
}
</style>
border-color css
<style>
span { border-color: #8E5299; }
span { border-color: rgb(142,82,153); }
td.TdClassName
{
border-color: #8E5299;
}
.TagClassName
{
border-color: #8E5299;
}
</style>