Shades of Violet Blue #9E4995
Tints of Violet Blue #9E4995
RGB
CMYK
RGB Variations
Color information
#9E4995 (or 0x9E4995) is known color: Violet Blue. HEX triplet: 9E, 49 and 95. RGB value is (158,73,149). Sum of RGB (Red+Green+Blue) = 158+73+149=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4995 is #61B66A. Grayscale: #6A6A6A. Windows color (decimal): -6403691 or 9783710. OLE color: 9783710.
HSL color Cylindrical-coordinate representation of color #9E4995: hue angle of 306.35º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4995 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 73 | 149 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.38 |
| HSL | 306.35º | 0.37% | 0.45% | - |
| HSV(B) | 306.35º | 0.54% | 0.62% | - |
| XYZ | 21.91 | 14.2 | 30.02 | - |
| YUV | 107.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 73 | 149 | 0 | 0.54 | 0.06 | 0.38 | 306.35 | 0.37 | 0.45 |
| Hex | 9E | 49 | 95 | 0 | 36 | 6 | 26 | 132 | 25 | 2D |
| Octal | 236 | 111 | 225 | 0 | 66 | 6 | 46 | 462 | 45 | 55 |
| Binary | 10011110 | 1001001 | 10010101 | 0 | 110110 | 110 | 100110 | 100110010 | 100101 | 101101 |
Color Harmonies of #9E4995
Complementary color
Monochromatic Colors of #9E4995
Black with #9E4995
Text Example
Text Example
White with #9E4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4995; }
p { color: rgb(158,73,149); }
H1.HeaderClassName
{
color: #9E4995;
}
.AnyTagClassName
{
color: #9E4995;
}
</style>
background-color css
<style>
a { background-color: #9E4995; }
a { background-color: rgb(158,73,149); }
div.DivClassName
{
background-color: #9E4995;
}
.BgClassName
{
background-color: #9E4995;
}
</style>
border-color css
<style>
span { border-color: #9E4995; }
span { border-color: rgb(158,73,149); }
td.TdClassName
{
border-color: #9E4995;
}
.TagClassName
{
border-color: #9E4995;
}
</style>