Shades of Violet Blue #9E56AB
Tints of Violet Blue #9E56AB
RGB
CMYK
RGB Variations
Color information
#9E56AB (or 0x9E56AB) is known color: Violet Blue. HEX triplet: 9E, 56 and AB. RGB value is (158,86,171). Sum of RGB (Red+Green+Blue) = 158+86+171=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E56AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E56AB is #61A954. Grayscale: #747474. Windows color (decimal): -6400341 or 11228830. OLE color: 11228830.
HSL color Cylindrical-coordinate representation of color #9E56AB: hue angle of 290.82º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E56AB is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 86 | 171 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.33 |
| HSL | 290.82º | 0.34% | 0.5% | - |
| HSV(B) | 290.82º | 0.5% | 0.67% | - |
| XYZ | 24.78 | 16.86 | 40.48 | - |
| YUV | 117.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 171 | 0.08 | 0.50 | 0 | 0.33 | 290.82 | 0.34 | 0.5 |
| Hex | 9E | 56 | AB | 8 | 32 | 0 | 21 | 123 | 22 | 32 |
| Octal | 236 | 126 | 253 | 10 | 62 | 0 | 41 | 443 | 42 | 62 |
| Binary | 10011110 | 1010110 | 10101011 | 1000 | 110010 | 0 | 100001 | 100100011 | 100010 | 110010 |
Color Harmonies of #9E56AB
Complementary color
Monochromatic Colors of #9E56AB
Black with #9E56AB
Text Example
Text Example
White with #9E56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E56AB; }
p { color: rgb(158,86,171); }
H1.HeaderClassName
{
color: #9E56AB;
}
.AnyTagClassName
{
color: #9E56AB;
}
</style>
background-color css
<style>
a { background-color: #9E56AB; }
a { background-color: rgb(158,86,171); }
div.DivClassName
{
background-color: #9E56AB;
}
.BgClassName
{
background-color: #9E56AB;
}
</style>
border-color css
<style>
span { border-color: #9E56AB; }
span { border-color: rgb(158,86,171); }
td.TdClassName
{
border-color: #9E56AB;
}
.TagClassName
{
border-color: #9E56AB;
}
</style>