Shades of Violet Blue #9E4FA0
Tints of Violet Blue #9E4FA0
RGB
CMYK
RGB Variations
Color information
#9E4FA0 (or 0x9E4FA0) is known color: Violet Blue. HEX triplet: 9E, 4F and A0. RGB value is (158,79,160). Sum of RGB (Red+Green+Blue) = 158+79+160=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #9E4FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4FA0 is #61B05F. Grayscale: #6F6F6F. Windows color (decimal): -6402144 or 10506142. OLE color: 10506142.
HSL color Cylindrical-coordinate representation of color #9E4FA0: hue angle of 298.52º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4FA0 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 79 | 160 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.37 |
| HSL | 298.52º | 0.34% | 0.47% | - |
| HSV(B) | 298.52º | 0.51% | 0.63% | - |
| XYZ | 23.24 | 15.4 | 35.01 | - |
| YUV | 111.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 160 | 0.01 | 0.51 | 0 | 0.37 | 298.52 | 0.34 | 0.47 |
| Hex | 9E | 4F | A0 | 1 | 33 | 0 | 25 | 12B | 22 | 2F |
| Octal | 236 | 117 | 240 | 1 | 63 | 0 | 45 | 453 | 42 | 57 |
| Binary | 10011110 | 1001111 | 10100000 | 1 | 110011 | 0 | 100101 | 100101011 | 100010 | 101111 |
Color Harmonies of #9E4FA0
Complementary color
Monochromatic Colors of #9E4FA0
Black with #9E4FA0
Text Example
Text Example
White with #9E4FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FA0; }
p { color: rgb(158,79,160); }
H1.HeaderClassName
{
color: #9E4FA0;
}
.AnyTagClassName
{
color: #9E4FA0;
}
</style>
background-color css
<style>
a { background-color: #9E4FA0; }
a { background-color: rgb(158,79,160); }
div.DivClassName
{
background-color: #9E4FA0;
}
.BgClassName
{
background-color: #9E4FA0;
}
</style>
border-color css
<style>
span { border-color: #9E4FA0; }
span { border-color: rgb(158,79,160); }
td.TdClassName
{
border-color: #9E4FA0;
}
.TagClassName
{
border-color: #9E4FA0;
}
</style>