Shades of Violet Blue #9E4F90
Tints of Violet Blue #9E4F90
RGB
CMYK
RGB Variations
Color information
#9E4F90 (or 0x9E4F90) is known color: Violet Blue. HEX triplet: 9E, 4F and 90. RGB value is (158,79,144). Sum of RGB (Red+Green+Blue) = 158+79+144=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4F90 is #61B06F. Grayscale: #6D6D6D. Windows color (decimal): -6402160 or 9457566. OLE color: 9457566.
HSL color Cylindrical-coordinate representation of color #9E4F90: hue angle of 310.63º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E4F90 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 79 | 144 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.38 |
| HSL | 310.63º | 0.33% | 0.46% | - |
| HSV(B) | 310.63º | 0.5% | 0.62% | - |
| XYZ | 21.93 | 14.87 | 28.1 | - |
| YUV | 110.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 144 | 0 | 0.50 | 0.09 | 0.38 | 310.63 | 0.33 | 0.46 |
| Hex | 9E | 4F | 90 | 0 | 32 | 9 | 26 | 137 | 21 | 2E |
| Octal | 236 | 117 | 220 | 0 | 62 | 11 | 46 | 467 | 41 | 56 |
| Binary | 10011110 | 1001111 | 10010000 | 0 | 110010 | 1001 | 100110 | 100110111 | 100001 | 101110 |
Color Harmonies of #9E4F90
Complementary color
Monochromatic Colors of #9E4F90
Black with #9E4F90
Text Example
Text Example
White with #9E4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4F90; }
p { color: rgb(158,79,144); }
H1.HeaderClassName
{
color: #9E4F90;
}
.AnyTagClassName
{
color: #9E4F90;
}
</style>
background-color css
<style>
a { background-color: #9E4F90; }
a { background-color: rgb(158,79,144); }
div.DivClassName
{
background-color: #9E4F90;
}
.BgClassName
{
background-color: #9E4F90;
}
</style>
border-color css
<style>
span { border-color: #9E4F90; }
span { border-color: rgb(158,79,144); }
td.TdClassName
{
border-color: #9E4F90;
}
.TagClassName
{
border-color: #9E4F90;
}
</style>