Shades of Violet Blue #9E4D96
Tints of Violet Blue #9E4D96
RGB
CMYK
RGB Variations
Color information
#9E4D96 (or 0x9E4D96) is known color: Violet Blue. HEX triplet: 9E, 4D and 96. RGB value is (158,77,150). Sum of RGB (Red+Green+Blue) = 158+77+150=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4D96 is #61B269. Grayscale: #6D6D6D. Windows color (decimal): -6402666 or 9850270. OLE color: 9850270.
HSL color Cylindrical-coordinate representation of color #9E4D96: hue angle of 305.93º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D96 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 150 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.38 |
| HSL | 305.93º | 0.34% | 0.46% | - |
| HSV(B) | 305.93º | 0.51% | 0.62% | - |
| XYZ | 22.26 | 14.78 | 30.53 | - |
| YUV | 109.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 150 | 0 | 0.51 | 0.05 | 0.38 | 305.93 | 0.34 | 0.46 |
| Hex | 9E | 4D | 96 | 0 | 33 | 5 | 26 | 132 | 22 | 2E |
| Octal | 236 | 115 | 226 | 0 | 63 | 5 | 46 | 462 | 42 | 56 |
| Binary | 10011110 | 1001101 | 10010110 | 0 | 110011 | 101 | 100110 | 100110010 | 100010 | 101110 |
Color Harmonies of #9E4D96
Complementary color
Monochromatic Colors of #9E4D96
Black with #9E4D96
Text Example
Text Example
White with #9E4D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D96; }
p { color: rgb(158,77,150); }
H1.HeaderClassName
{
color: #9E4D96;
}
.AnyTagClassName
{
color: #9E4D96;
}
</style>
background-color css
<style>
a { background-color: #9E4D96; }
a { background-color: rgb(158,77,150); }
div.DivClassName
{
background-color: #9E4D96;
}
.BgClassName
{
background-color: #9E4D96;
}
</style>
border-color css
<style>
span { border-color: #9E4D96; }
span { border-color: rgb(158,77,150); }
td.TdClassName
{
border-color: #9E4D96;
}
.TagClassName
{
border-color: #9E4D96;
}
</style>