Shades of Violet Blue #9E5491
Tints of Violet Blue #9E5491
RGB
CMYK
RGB Variations
Color information
#9E5491 (or 0x9E5491) is known color: Violet Blue. HEX triplet: 9E, 54 and 91. RGB value is (158,84,145). Sum of RGB (Red+Green+Blue) = 158+84+145=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5491 is #61AB6E. Grayscale: #707070. Windows color (decimal): -6400879 or 9524382. OLE color: 9524382.
HSL color Cylindrical-coordinate representation of color #9E5491: hue angle of 310.54º 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 #9E5491 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 145 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.38 |
| HSL | 310.54º | 0.31% | 0.47% | - |
| HSV(B) | 310.54º | 0.47% | 0.62% | - |
| XYZ | 22.38 | 15.65 | 28.63 | - |
| YUV | 113.08 | 146.02 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 145 | 0 | 0.47 | 0.08 | 0.38 | 310.54 | 0.31 | 0.47 |
| Hex | 9E | 54 | 91 | 0 | 2F | 8 | 26 | 137 | 1F | 2F |
| Octal | 236 | 124 | 221 | 0 | 57 | 10 | 46 | 467 | 37 | 57 |
| Binary | 10011110 | 1010100 | 10010001 | 0 | 101111 | 1000 | 100110 | 100110111 | 11111 | 101111 |
Color Harmonies of #9E5491
Complementary color
Monochromatic Colors of #9E5491
Black with #9E5491
Text Example
Text Example
White with #9E5491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5491; }
p { color: rgb(158,84,145); }
H1.HeaderClassName
{
color: #9E5491;
}
.AnyTagClassName
{
color: #9E5491;
}
</style>
background-color css
<style>
a { background-color: #9E5491; }
a { background-color: rgb(158,84,145); }
div.DivClassName
{
background-color: #9E5491;
}
.BgClassName
{
background-color: #9E5491;
}
</style>
border-color css
<style>
span { border-color: #9E5491; }
span { border-color: rgb(158,84,145); }
td.TdClassName
{
border-color: #9E5491;
}
.TagClassName
{
border-color: #9E5491;
}
</style>