Shades of Violet Blue #8E539D
Tints of Violet Blue #8E539D
RGB
CMYK
RGB Variations
Color information
#8E539D (or 0x8E539D) is known color: Violet Blue. HEX triplet: 8E, 53 and 9D. RGB value is (142,83,157). Sum of RGB (Red+Green+Blue) = 142+83+157=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E539D is #71AC62. Grayscale: #6C6C6C. Windows color (decimal): -7449699 or 10310542. OLE color: 10310542.
HSL color Cylindrical-coordinate representation of color #8E539D: hue angle of 287.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E539D is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 83 | 157 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.38 |
| HSL | 287.84º | 0.31% | 0.47% | - |
| HSV(B) | 287.84º | 0.47% | 0.62% | - |
| XYZ | 20.33 | 14.37 | 33.6 | - |
| YUV | 109.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 157 | 0.10 | 0.47 | 0 | 0.38 | 287.84 | 0.31 | 0.47 |
| Hex | 8E | 53 | 9D | A | 2F | 0 | 26 | 120 | 1F | 2F |
| Octal | 216 | 123 | 235 | 12 | 57 | 0 | 46 | 440 | 37 | 57 |
| Binary | 10001110 | 1010011 | 10011101 | 1010 | 101111 | 0 | 100110 | 100100000 | 11111 | 101111 |
Color Harmonies of #8E539D
Complementary color
Monochromatic Colors of #8E539D
Black with #8E539D
Text Example
Text Example
White with #8E539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E539D; }
p { color: rgb(142,83,157); }
H1.HeaderClassName
{
color: #8E539D;
}
.AnyTagClassName
{
color: #8E539D;
}
</style>
background-color css
<style>
a { background-color: #8E539D; }
a { background-color: rgb(142,83,157); }
div.DivClassName
{
background-color: #8E539D;
}
.BgClassName
{
background-color: #8E539D;
}
</style>
border-color css
<style>
span { border-color: #8E539D; }
span { border-color: rgb(142,83,157); }
td.TdClassName
{
border-color: #8E539D;
}
.TagClassName
{
border-color: #8E539D;
}
</style>