Shades of Violet Blue #9E4C96
Tints of Violet Blue #9E4C96
RGB
CMYK
RGB Variations
Color information
#9E4C96 (or 0x9E4C96) is known color: Violet Blue. HEX triplet: 9E, 4C and 96. RGB value is (158,76,150). Sum of RGB (Red+Green+Blue) = 158+76+150=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4C96 is #61B369. Grayscale: #6C6C6C. Windows color (decimal): -6402922 or 9850014. OLE color: 9850014.
HSL color Cylindrical-coordinate representation of color #9E4C96: hue angle of 305.85º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E4C96 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 150 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.38 |
| HSL | 305.85º | 0.35% | 0.46% | - |
| HSV(B) | 305.85º | 0.52% | 0.62% | - |
| XYZ | 22.19 | 14.64 | 30.51 | - |
| YUV | 108.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 150 | 0 | 0.52 | 0.05 | 0.38 | 305.85 | 0.35 | 0.46 |
| Hex | 9E | 4C | 96 | 0 | 34 | 5 | 26 | 132 | 23 | 2E |
| Octal | 236 | 114 | 226 | 0 | 64 | 5 | 46 | 462 | 43 | 56 |
| Binary | 10011110 | 1001100 | 10010110 | 0 | 110100 | 101 | 100110 | 100110010 | 100011 | 101110 |
Color Harmonies of #9E4C96
Complementary color
Monochromatic Colors of #9E4C96
Black with #9E4C96
Text Example
Text Example
White with #9E4C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C96; }
p { color: rgb(158,76,150); }
H1.HeaderClassName
{
color: #9E4C96;
}
.AnyTagClassName
{
color: #9E4C96;
}
</style>
background-color css
<style>
a { background-color: #9E4C96; }
a { background-color: rgb(158,76,150); }
div.DivClassName
{
background-color: #9E4C96;
}
.BgClassName
{
background-color: #9E4C96;
}
</style>
border-color css
<style>
span { border-color: #9E4C96; }
span { border-color: rgb(158,76,150); }
td.TdClassName
{
border-color: #9E4C96;
}
.TagClassName
{
border-color: #9E4C96;
}
</style>