Shades of Violet Blue #9E4DA0
Tints of Violet Blue #9E4DA0
RGB
CMYK
RGB Variations
Color information
#9E4DA0 (or 0x9E4DA0) is known color: Violet Blue. HEX triplet: 9E, 4D and A0. RGB value is (158,77,160). Sum of RGB (Red+Green+Blue) = 158+77+160=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 160 - color contains mainly: blue. Hex color #9E4DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4DA0 is #61B25F. Grayscale: #6E6E6E. Windows color (decimal): -6402656 or 10505630. OLE color: 10505630.
HSL color Cylindrical-coordinate representation of color #9E4DA0: hue angle of 298.55º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E4DA0 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 77 | 160 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.37 |
| HSL | 298.55º | 0.35% | 0.46% | - |
| HSV(B) | 298.55º | 0.52% | 0.63% | - |
| XYZ | 23.1 | 15.11 | 34.96 | - |
| YUV | 110.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 160 | 0.01 | 0.52 | 0 | 0.37 | 298.55 | 0.35 | 0.46 |
| Hex | 9E | 4D | A0 | 1 | 34 | 0 | 25 | 12B | 23 | 2E |
| Octal | 236 | 115 | 240 | 1 | 64 | 0 | 45 | 453 | 43 | 56 |
| Binary | 10011110 | 1001101 | 10100000 | 1 | 110100 | 0 | 100101 | 100101011 | 100011 | 101110 |
Color Harmonies of #9E4DA0
Complementary color
Monochromatic Colors of #9E4DA0
Black with #9E4DA0
Text Example
Text Example
White with #9E4DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DA0; }
p { color: rgb(158,77,160); }
H1.HeaderClassName
{
color: #9E4DA0;
}
.AnyTagClassName
{
color: #9E4DA0;
}
</style>
background-color css
<style>
a { background-color: #9E4DA0; }
a { background-color: rgb(158,77,160); }
div.DivClassName
{
background-color: #9E4DA0;
}
.BgClassName
{
background-color: #9E4DA0;
}
</style>
border-color css
<style>
span { border-color: #9E4DA0; }
span { border-color: rgb(158,77,160); }
td.TdClassName
{
border-color: #9E4DA0;
}
.TagClassName
{
border-color: #9E4DA0;
}
</style>