Shades of Violet Blue #9E40A4
Tints of Violet Blue #9E40A4
RGB
CMYK
RGB Variations
Color information
#9E40A4 (or 0x9E40A4) is known color: Violet Blue. HEX triplet: 9E, 40 and A4. RGB value is (158,64,164). Sum of RGB (Red+Green+Blue) = 158+64+164=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E40A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E40A4 is #61BF5B. Grayscale: #676767. Windows color (decimal): -6405980 or 10764446. OLE color: 10764446.
HSL color Cylindrical-coordinate representation of color #9E40A4: hue angle of 296.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E40A4 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 64 | 164 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.36 |
| HSL | 296.4º | 0.44% | 0.45% | - |
| HSV(B) | 296.4º | 0.61% | 0.64% | - |
| XYZ | 22.63 | 13.62 | 36.56 | - |
| YUV | 103.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 164 | 0.04 | 0.61 | 0 | 0.36 | 296.4 | 0.44 | 0.45 |
| Hex | 9E | 40 | A4 | 4 | 3D | 0 | 24 | 128 | 2C | 2D |
| Octal | 236 | 100 | 244 | 4 | 75 | 0 | 44 | 450 | 54 | 55 |
| Binary | 10011110 | 1000000 | 10100100 | 100 | 111101 | 0 | 100100 | 100101000 | 101100 | 101101 |
Color Harmonies of #9E40A4
Complementary color
Monochromatic Colors of #9E40A4
Black with #9E40A4
Text Example
Text Example
White with #9E40A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E40A4; }
p { color: rgb(158,64,164); }
H1.HeaderClassName
{
color: #9E40A4;
}
.AnyTagClassName
{
color: #9E40A4;
}
</style>
background-color css
<style>
a { background-color: #9E40A4; }
a { background-color: rgb(158,64,164); }
div.DivClassName
{
background-color: #9E40A4;
}
.BgClassName
{
background-color: #9E40A4;
}
</style>
border-color css
<style>
span { border-color: #9E40A4; }
span { border-color: rgb(158,64,164); }
td.TdClassName
{
border-color: #9E40A4;
}
.TagClassName
{
border-color: #9E40A4;
}
</style>