Shades of Violet Blue #9E4AA1
Tints of Violet Blue #9E4AA1
RGB
CMYK
RGB Variations
Color information
#9E4AA1 (or 0x9E4AA1) is known color: Violet Blue. HEX triplet: 9E, 4A and A1. RGB value is (158,74,161). Sum of RGB (Red+Green+Blue) = 158+74+161=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 161 - color contains mainly: blue. Hex color #9E4AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4AA1 is #61B55E. Grayscale: #6C6C6C. Windows color (decimal): -6403423 or 10570398. OLE color: 10570398.
HSL color Cylindrical-coordinate representation of color #9E4AA1: hue angle of 297.93º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4AA1 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 74 | 161 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.37 |
| HSL | 297.93º | 0.37% | 0.46% | - |
| HSV(B) | 297.93º | 0.54% | 0.63% | - |
| XYZ | 22.98 | 14.74 | 35.35 | - |
| YUV | 109.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 161 | 0.02 | 0.54 | 0 | 0.37 | 297.93 | 0.37 | 0.46 |
| Hex | 9E | 4A | A1 | 2 | 36 | 0 | 25 | 12A | 25 | 2E |
| Octal | 236 | 112 | 241 | 2 | 66 | 0 | 45 | 452 | 45 | 56 |
| Binary | 10011110 | 1001010 | 10100001 | 10 | 110110 | 0 | 100101 | 100101010 | 100101 | 101110 |
Color Harmonies of #9E4AA1
Complementary color
Monochromatic Colors of #9E4AA1
Black with #9E4AA1
Text Example
Text Example
White with #9E4AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4AA1; }
p { color: rgb(158,74,161); }
H1.HeaderClassName
{
color: #9E4AA1;
}
.AnyTagClassName
{
color: #9E4AA1;
}
</style>
background-color css
<style>
a { background-color: #9E4AA1; }
a { background-color: rgb(158,74,161); }
div.DivClassName
{
background-color: #9E4AA1;
}
.BgClassName
{
background-color: #9E4AA1;
}
</style>
border-color css
<style>
span { border-color: #9E4AA1; }
span { border-color: rgb(158,74,161); }
td.TdClassName
{
border-color: #9E4AA1;
}
.TagClassName
{
border-color: #9E4AA1;
}
</style>