Shades of Violet Blue #9E4DAA
Tints of Violet Blue #9E4DAA
RGB
CMYK
RGB Variations
Color information
#9E4DAA (or 0x9E4DAA) is known color: Violet Blue. HEX triplet: 9E, 4D and AA. RGB value is (158,77,170). Sum of RGB (Red+Green+Blue) = 158+77+170=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E4DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4DAA is #61B255. Grayscale: #6F6F6F. Windows color (decimal): -6402646 or 11160990. OLE color: 11160990.
HSL color Cylindrical-coordinate representation of color #9E4DAA: hue angle of 292.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E4DAA is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 77 | 170 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.33 |
| HSL | 292.26º | 0.38% | 0.48% | - |
| HSV(B) | 292.26º | 0.55% | 0.67% | - |
| XYZ | 24.01 | 15.48 | 39.75 | - |
| YUV | 111.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 170 | 0.07 | 0.55 | 0 | 0.33 | 292.26 | 0.38 | 0.48 |
| Hex | 9E | 4D | AA | 7 | 37 | 0 | 21 | 124 | 26 | 30 |
| Octal | 236 | 115 | 252 | 7 | 67 | 0 | 41 | 444 | 46 | 60 |
| Binary | 10011110 | 1001101 | 10101010 | 111 | 110111 | 0 | 100001 | 100100100 | 100110 | 110000 |
Color Harmonies of #9E4DAA
Complementary color
Monochromatic Colors of #9E4DAA
Black with #9E4DAA
Text Example
Text Example
White with #9E4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4DAA; }
p { color: rgb(158,77,170); }
H1.HeaderClassName
{
color: #9E4DAA;
}
.AnyTagClassName
{
color: #9E4DAA;
}
</style>
background-color css
<style>
a { background-color: #9E4DAA; }
a { background-color: rgb(158,77,170); }
div.DivClassName
{
background-color: #9E4DAA;
}
.BgClassName
{
background-color: #9E4DAA;
}
</style>
border-color css
<style>
span { border-color: #9E4DAA; }
span { border-color: rgb(158,77,170); }
td.TdClassName
{
border-color: #9E4DAA;
}
.TagClassName
{
border-color: #9E4DAA;
}
</style>