Shades of Violet Blue #9E55AB
Tints of Violet Blue #9E55AB
RGB
CMYK
RGB Variations
Color information
#9E55AB (or 0x9E55AB) is known color: Violet Blue. HEX triplet: 9E, 55 and AB. RGB value is (158,85,171). Sum of RGB (Red+Green+Blue) = 158+85+171=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E55AB is #61AA54. Grayscale: #747474. Windows color (decimal): -6400597 or 11228574. OLE color: 11228574.
HSL color Cylindrical-coordinate representation of color #9E55AB: hue angle of 290.93º 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 #9E55AB is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 85 | 171 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.33 |
| HSL | 290.93º | 0.34% | 0.5% | - |
| HSV(B) | 290.93º | 0.5% | 0.67% | - |
| XYZ | 24.7 | 16.71 | 40.45 | - |
| YUV | 116.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 171 | 0.08 | 0.50 | 0 | 0.33 | 290.93 | 0.34 | 0.5 |
| Hex | 9E | 55 | AB | 8 | 32 | 0 | 21 | 123 | 22 | 32 |
| Octal | 236 | 125 | 253 | 10 | 62 | 0 | 41 | 443 | 42 | 62 |
| Binary | 10011110 | 1010101 | 10101011 | 1000 | 110010 | 0 | 100001 | 100100011 | 100010 | 110010 |
Color Harmonies of #9E55AB
Complementary color
Monochromatic Colors of #9E55AB
Black with #9E55AB
Text Example
Text Example
White with #9E55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E55AB; }
p { color: rgb(158,85,171); }
H1.HeaderClassName
{
color: #9E55AB;
}
.AnyTagClassName
{
color: #9E55AB;
}
</style>
background-color css
<style>
a { background-color: #9E55AB; }
a { background-color: rgb(158,85,171); }
div.DivClassName
{
background-color: #9E55AB;
}
.BgClassName
{
background-color: #9E55AB;
}
</style>
border-color css
<style>
span { border-color: #9E55AB; }
span { border-color: rgb(158,85,171); }
td.TdClassName
{
border-color: #9E55AB;
}
.TagClassName
{
border-color: #9E55AB;
}
</style>