Shades of Violet Blue #9E4D94
Tints of Violet Blue #9E4D94
RGB
CMYK
RGB Variations
Color information
#9E4D94 (or 0x9E4D94) is known color: Violet Blue. HEX triplet: 9E, 4D and 94. RGB value is (158,77,148). Sum of RGB (Red+Green+Blue) = 158+77+148=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4D94 is #61B26B. Grayscale: #6D6D6D. Windows color (decimal): -6402668 or 9719198. OLE color: 9719198.
HSL color Cylindrical-coordinate representation of color #9E4D94: hue angle of 307.41º 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 #9E4D94 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 148 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.38 |
| HSL | 307.41º | 0.34% | 0.46% | - |
| HSV(B) | 307.41º | 0.51% | 0.62% | - |
| XYZ | 22.1 | 14.71 | 29.69 | - |
| YUV | 109.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 148 | 0 | 0.51 | 0.06 | 0.38 | 307.41 | 0.34 | 0.46 |
| Hex | 9E | 4D | 94 | 0 | 33 | 6 | 26 | 133 | 22 | 2E |
| Octal | 236 | 115 | 224 | 0 | 63 | 6 | 46 | 463 | 42 | 56 |
| Binary | 10011110 | 1001101 | 10010100 | 0 | 110011 | 110 | 100110 | 100110011 | 100010 | 101110 |
Color Harmonies of #9E4D94
Complementary color
Monochromatic Colors of #9E4D94
Black with #9E4D94
Text Example
Text Example
White with #9E4D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D94; }
p { color: rgb(158,77,148); }
H1.HeaderClassName
{
color: #9E4D94;
}
.AnyTagClassName
{
color: #9E4D94;
}
</style>
background-color css
<style>
a { background-color: #9E4D94; }
a { background-color: rgb(158,77,148); }
div.DivClassName
{
background-color: #9E4D94;
}
.BgClassName
{
background-color: #9E4D94;
}
</style>
border-color css
<style>
span { border-color: #9E4D94; }
span { border-color: rgb(158,77,148); }
td.TdClassName
{
border-color: #9E4D94;
}
.TagClassName
{
border-color: #9E4D94;
}
</style>