Shades of Violet Blue #9E4D95
Tints of Violet Blue #9E4D95
RGB
CMYK
RGB Variations
Color information
#9E4D95 (or 0x9E4D95) is known color: Violet Blue. HEX triplet: 9E, 4D and 95. RGB value is (158,77,149). Sum of RGB (Red+Green+Blue) = 158+77+149=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4D95 is #61B26A. Grayscale: #6D6D6D. Windows color (decimal): -6402667 or 9784734. OLE color: 9784734.
HSL color Cylindrical-coordinate representation of color #9E4D95: hue angle of 306.67º 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 #9E4D95 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 149 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.38 |
| HSL | 306.67º | 0.34% | 0.46% | - |
| HSV(B) | 306.67º | 0.51% | 0.62% | - |
| XYZ | 22.18 | 14.75 | 30.11 | - |
| YUV | 109.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 149 | 0 | 0.51 | 0.06 | 0.38 | 306.67 | 0.34 | 0.46 |
| Hex | 9E | 4D | 95 | 0 | 33 | 6 | 26 | 133 | 22 | 2E |
| Octal | 236 | 115 | 225 | 0 | 63 | 6 | 46 | 463 | 42 | 56 |
| Binary | 10011110 | 1001101 | 10010101 | 0 | 110011 | 110 | 100110 | 100110011 | 100010 | 101110 |
Color Harmonies of #9E4D95
Complementary color
Monochromatic Colors of #9E4D95
Black with #9E4D95
Text Example
Text Example
White with #9E4D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D95; }
p { color: rgb(158,77,149); }
H1.HeaderClassName
{
color: #9E4D95;
}
.AnyTagClassName
{
color: #9E4D95;
}
</style>
background-color css
<style>
a { background-color: #9E4D95; }
a { background-color: rgb(158,77,149); }
div.DivClassName
{
background-color: #9E4D95;
}
.BgClassName
{
background-color: #9E4D95;
}
</style>
border-color css
<style>
span { border-color: #9E4D95; }
span { border-color: rgb(158,77,149); }
td.TdClassName
{
border-color: #9E4D95;
}
.TagClassName
{
border-color: #9E4D95;
}
</style>