Shades of Violet Blue #8E559A
Tints of Violet Blue #8E559A
RGB
CMYK
RGB Variations
Color information
#8E559A (or 0x8E559A) is known color: Violet Blue. HEX triplet: 8E, 55 and 9A. RGB value is (142,85,154). Sum of RGB (Red+Green+Blue) = 142+85+154=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E559A is #71AA65. Grayscale: #6D6D6D. Windows color (decimal): -7449190 or 10114446. OLE color: 10114446.
HSL color Cylindrical-coordinate representation of color #8E559A: hue angle of 289.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E559A is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 85 | 154 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.40 |
| HSL | 289.57º | 0.29% | 0.47% | - |
| HSV(B) | 289.57º | 0.45% | 0.6% | - |
| XYZ | 20.24 | 14.58 | 32.32 | - |
| YUV | 109.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 154 | 0.08 | 0.45 | 0 | 0.40 | 289.57 | 0.29 | 0.47 |
| Hex | 8E | 55 | 9A | 8 | 2D | 0 | 28 | 122 | 1D | 2F |
| Octal | 216 | 125 | 232 | 10 | 55 | 0 | 50 | 442 | 35 | 57 |
| Binary | 10001110 | 1010101 | 10011010 | 1000 | 101101 | 0 | 101000 | 100100010 | 11101 | 101111 |
Color Harmonies of #8E559A
Complementary color
Monochromatic Colors of #8E559A
Black with #8E559A
Text Example
Text Example
White with #8E559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E559A; }
p { color: rgb(142,85,154); }
H1.HeaderClassName
{
color: #8E559A;
}
.AnyTagClassName
{
color: #8E559A;
}
</style>
background-color css
<style>
a { background-color: #8E559A; }
a { background-color: rgb(142,85,154); }
div.DivClassName
{
background-color: #8E559A;
}
.BgClassName
{
background-color: #8E559A;
}
</style>
border-color css
<style>
span { border-color: #8E559A; }
span { border-color: rgb(142,85,154); }
td.TdClassName
{
border-color: #8E559A;
}
.TagClassName
{
border-color: #8E559A;
}
</style>