Shades of Violet Blue #9E4690
Tints of Violet Blue #9E4690
RGB
CMYK
RGB Variations
Color information
#9E4690 (or 0x9E4690) is known color: Violet Blue. HEX triplet: 9E, 46 and 90. RGB value is (158,70,144). Sum of RGB (Red+Green+Blue) = 158+70+144=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4690 is #61B96F. Grayscale: #686868. Windows color (decimal): -6404464 or 9455262. OLE color: 9455262.
HSL color Cylindrical-coordinate representation of color #9E4690: hue angle of 309.55º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E4690 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 70 | 144 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.38 |
| HSL | 309.55º | 0.39% | 0.45% | - |
| HSV(B) | 309.55º | 0.56% | 0.62% | - |
| XYZ | 21.32 | 13.66 | 27.9 | - |
| YUV | 104.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 144 | 0 | 0.56 | 0.09 | 0.38 | 309.55 | 0.39 | 0.45 |
| Hex | 9E | 46 | 90 | 0 | 38 | 9 | 26 | 136 | 27 | 2D |
| Octal | 236 | 106 | 220 | 0 | 70 | 11 | 46 | 466 | 47 | 55 |
| Binary | 10011110 | 1000110 | 10010000 | 0 | 111000 | 1001 | 100110 | 100110110 | 100111 | 101101 |
Color Harmonies of #9E4690
Complementary color
Monochromatic Colors of #9E4690
Black with #9E4690
Text Example
Text Example
White with #9E4690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4690; }
p { color: rgb(158,70,144); }
H1.HeaderClassName
{
color: #9E4690;
}
.AnyTagClassName
{
color: #9E4690;
}
</style>
background-color css
<style>
a { background-color: #9E4690; }
a { background-color: rgb(158,70,144); }
div.DivClassName
{
background-color: #9E4690;
}
.BgClassName
{
background-color: #9E4690;
}
</style>
border-color css
<style>
span { border-color: #9E4690; }
span { border-color: rgb(158,70,144); }
td.TdClassName
{
border-color: #9E4690;
}
.TagClassName
{
border-color: #9E4690;
}
</style>