Shades of Violet Blue #9E46A1
Tints of Violet Blue #9E46A1
RGB
CMYK
RGB Variations
Color information
#9E46A1 (or 0x9E46A1) is known color: Violet Blue. HEX triplet: 9E, 46 and A1. RGB value is (158,70,161). Sum of RGB (Red+Green+Blue) = 158+70+161=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #9E46A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E46A1 is #61B95E. Grayscale: #6A6A6A. Windows color (decimal): -6404447 or 10569374. OLE color: 10569374.
HSL color Cylindrical-coordinate representation of color #9E46A1: hue angle of 298.02º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E46A1 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 70 | 161 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.37 |
| HSL | 298.02º | 0.39% | 0.45% | - |
| HSV(B) | 298.02º | 0.57% | 0.63% | - |
| XYZ | 22.72 | 14.22 | 35.27 | - |
| YUV | 106.69 | 158.65 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 70 | 161 | 0.02 | 0.57 | 0 | 0.37 | 298.02 | 0.39 | 0.45 |
| Hex | 9E | 46 | A1 | 2 | 39 | 0 | 25 | 12A | 27 | 2D |
| Octal | 236 | 106 | 241 | 2 | 71 | 0 | 45 | 452 | 47 | 55 |
| Binary | 10011110 | 1000110 | 10100001 | 10 | 111001 | 0 | 100101 | 100101010 | 100111 | 101101 |
Color Harmonies of #9E46A1
Complementary color
Monochromatic Colors of #9E46A1
Black with #9E46A1
Text Example
Text Example
White with #9E46A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E46A1; }
p { color: rgb(158,70,161); }
H1.HeaderClassName
{
color: #9E46A1;
}
.AnyTagClassName
{
color: #9E46A1;
}
</style>
background-color css
<style>
a { background-color: #9E46A1; }
a { background-color: rgb(158,70,161); }
div.DivClassName
{
background-color: #9E46A1;
}
.BgClassName
{
background-color: #9E46A1;
}
</style>
border-color css
<style>
span { border-color: #9E46A1; }
span { border-color: rgb(158,70,161); }
td.TdClassName
{
border-color: #9E46A1;
}
.TagClassName
{
border-color: #9E46A1;
}
</style>