Shades of Violet Blue #9E5BAB
Tints of Violet Blue #9E5BAB
RGB
CMYK
RGB Variations
Color information
#9E5BAB (or 0x9E5BAB) is known color: Violet Blue. HEX triplet: 9E, 5B and AB. RGB value is (158,91,171). Sum of RGB (Red+Green+Blue) = 158+91+171=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5BAB is #61A454. Grayscale: #777777. Windows color (decimal): -6399061 or 11230110. OLE color: 11230110.
HSL color Cylindrical-coordinate representation of color #9E5BAB: hue angle of 290.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5BAB is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 91 | 171 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.33 |
| HSL | 290.25º | 0.32% | 0.51% | - |
| HSV(B) | 290.25º | 0.47% | 0.67% | - |
| XYZ | 25.19 | 17.69 | 40.62 | - |
| YUV | 120.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 91 | 171 | 0.08 | 0.47 | 0 | 0.33 | 290.25 | 0.32 | 0.51 |
| Hex | 9E | 5B | AB | 8 | 2F | 0 | 21 | 122 | 20 | 33 |
| Octal | 236 | 133 | 253 | 10 | 57 | 0 | 41 | 442 | 40 | 63 |
| Binary | 10011110 | 1011011 | 10101011 | 1000 | 101111 | 0 | 100001 | 100100010 | 100000 | 110011 |
Color Harmonies of #9E5BAB
Complementary color
Monochromatic Colors of #9E5BAB
Black with #9E5BAB
Text Example
Text Example
White with #9E5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5BAB; }
p { color: rgb(158,91,171); }
H1.HeaderClassName
{
color: #9E5BAB;
}
.AnyTagClassName
{
color: #9E5BAB;
}
</style>
background-color css
<style>
a { background-color: #9E5BAB; }
a { background-color: rgb(158,91,171); }
div.DivClassName
{
background-color: #9E5BAB;
}
.BgClassName
{
background-color: #9E5BAB;
}
</style>
border-color css
<style>
span { border-color: #9E5BAB; }
span { border-color: rgb(158,91,171); }
td.TdClassName
{
border-color: #9E5BAB;
}
.TagClassName
{
border-color: #9E5BAB;
}
</style>