Shades of Violet Blue #9E4D92
Tints of Violet Blue #9E4D92
RGB
CMYK
RGB Variations
Color information
#9E4D92 (or 0x9E4D92) is known color: Violet Blue. HEX triplet: 9E, 4D and 92. RGB value is (158,77,146). Sum of RGB (Red+Green+Blue) = 158+77+146=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4D92 is #61B26D. Grayscale: #6C6C6C. Windows color (decimal): -6402670 or 9588126. OLE color: 9588126.
HSL color Cylindrical-coordinate representation of color #9E4D92: hue angle of 308.89º 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 #9E4D92 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 146 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.38 |
| HSL | 308.89º | 0.34% | 0.46% | - |
| HSV(B) | 308.89º | 0.51% | 0.62% | - |
| XYZ | 21.94 | 14.65 | 28.87 | - |
| YUV | 109.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 146 | 0 | 0.51 | 0.08 | 0.38 | 308.89 | 0.34 | 0.46 |
| Hex | 9E | 4D | 92 | 0 | 33 | 8 | 26 | 135 | 22 | 2E |
| Octal | 236 | 115 | 222 | 0 | 63 | 10 | 46 | 465 | 42 | 56 |
| Binary | 10011110 | 1001101 | 10010010 | 0 | 110011 | 1000 | 100110 | 100110101 | 100010 | 101110 |
Color Harmonies of #9E4D92
Complementary color
Monochromatic Colors of #9E4D92
Black with #9E4D92
Text Example
Text Example
White with #9E4D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D92; }
p { color: rgb(158,77,146); }
H1.HeaderClassName
{
color: #9E4D92;
}
.AnyTagClassName
{
color: #9E4D92;
}
</style>
background-color css
<style>
a { background-color: #9E4D92; }
a { background-color: rgb(158,77,146); }
div.DivClassName
{
background-color: #9E4D92;
}
.BgClassName
{
background-color: #9E4D92;
}
</style>
border-color css
<style>
span { border-color: #9E4D92; }
span { border-color: rgb(158,77,146); }
td.TdClassName
{
border-color: #9E4D92;
}
.TagClassName
{
border-color: #9E4D92;
}
</style>