Shades of Violet Blue #9E5A91
Tints of Violet Blue #9E5A91
RGB
CMYK
RGB Variations
Color information
#9E5A91 (or 0x9E5A91) is known color: Violet Blue. HEX triplet: 9E, 5A and 91. RGB value is (158,90,145). Sum of RGB (Red+Green+Blue) = 158+90+145=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5A91 is #61A56E. Grayscale: #747474. Windows color (decimal): -6399343 or 9525918. OLE color: 9525918.
HSL color Cylindrical-coordinate representation of color #9E5A91: hue angle of 311.47º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E5A91 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 145 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.38 |
| HSL | 311.47º | 0.27% | 0.49% | - |
| HSV(B) | 311.47º | 0.43% | 0.62% | - |
| XYZ | 22.87 | 16.63 | 28.79 | - |
| YUV | 116.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 145 | 0 | 0.43 | 0.08 | 0.38 | 311.47 | 0.27 | 0.49 |
| Hex | 9E | 5A | 91 | 0 | 2B | 8 | 26 | 137 | 1B | 31 |
| Octal | 236 | 132 | 221 | 0 | 53 | 10 | 46 | 467 | 33 | 61 |
| Binary | 10011110 | 1011010 | 10010001 | 0 | 101011 | 1000 | 100110 | 100110111 | 11011 | 110001 |
Color Harmonies of #9E5A91
Complementary color
Monochromatic Colors of #9E5A91
Black with #9E5A91
Text Example
Text Example
White with #9E5A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A91; }
p { color: rgb(158,90,145); }
H1.HeaderClassName
{
color: #9E5A91;
}
.AnyTagClassName
{
color: #9E5A91;
}
</style>
background-color css
<style>
a { background-color: #9E5A91; }
a { background-color: rgb(158,90,145); }
div.DivClassName
{
background-color: #9E5A91;
}
.BgClassName
{
background-color: #9E5A91;
}
</style>
border-color css
<style>
span { border-color: #9E5A91; }
span { border-color: rgb(158,90,145); }
td.TdClassName
{
border-color: #9E5A91;
}
.TagClassName
{
border-color: #9E5A91;
}
</style>