Shades of Violet Blue #9E4799
Tints of Violet Blue #9E4799
RGB
CMYK
RGB Variations
Color information
#9E4799 (or 0x9E4799) is known color: Violet Blue. HEX triplet: 9E, 47 and 99. RGB value is (158,71,153). Sum of RGB (Red+Green+Blue) = 158+71+153=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4799 is #61B866. Grayscale: #6A6A6A. Windows color (decimal): -6404199 or 10045342. OLE color: 10045342.
HSL color Cylindrical-coordinate representation of color #9E4799: hue angle of 303.45º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E4799 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 71 | 153 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.38 |
| HSL | 303.45º | 0.38% | 0.45% | - |
| HSV(B) | 303.45º | 0.55% | 0.62% | - |
| XYZ | 22.1 | 14.08 | 31.69 | - |
| YUV | 106.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 71 | 153 | 0 | 0.55 | 0.03 | 0.38 | 303.45 | 0.38 | 0.45 |
| Hex | 9E | 47 | 99 | 0 | 37 | 3 | 26 | 12F | 26 | 2D |
| Octal | 236 | 107 | 231 | 0 | 67 | 3 | 46 | 457 | 46 | 55 |
| Binary | 10011110 | 1000111 | 10011001 | 0 | 110111 | 11 | 100110 | 100101111 | 100110 | 101101 |
Color Harmonies of #9E4799
Complementary color
Monochromatic Colors of #9E4799
Black with #9E4799
Text Example
Text Example
White with #9E4799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4799; }
p { color: rgb(158,71,153); }
H1.HeaderClassName
{
color: #9E4799;
}
.AnyTagClassName
{
color: #9E4799;
}
</style>
background-color css
<style>
a { background-color: #9E4799; }
a { background-color: rgb(158,71,153); }
div.DivClassName
{
background-color: #9E4799;
}
.BgClassName
{
background-color: #9E4799;
}
</style>
border-color css
<style>
span { border-color: #9E4799; }
span { border-color: rgb(158,71,153); }
td.TdClassName
{
border-color: #9E4799;
}
.TagClassName
{
border-color: #9E4799;
}
</style>