Shades of Violet Blue #9E3FA4
Tints of Violet Blue #9E3FA4
RGB
CMYK
RGB Variations
Color information
#9E3FA4 (or 0x9E3FA4) is known color: Violet Blue. HEX triplet: 9E, 3F and A4. RGB value is (158,63,164). Sum of RGB (Red+Green+Blue) = 158+63+164=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E3FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3FA4 is #61C05B. Grayscale: #666666. Windows color (decimal): -6406236 or 10764190. OLE color: 10764190.
HSL color Cylindrical-coordinate representation of color #9E3FA4: hue angle of 296.44º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E3FA4 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 63 | 164 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.36 |
| HSL | 296.44º | 0.44% | 0.45% | - |
| HSV(B) | 296.44º | 0.62% | 0.64% | - |
| XYZ | 22.58 | 13.5 | 36.54 | - |
| YUV | 102.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 164 | 0.04 | 0.62 | 0 | 0.36 | 296.44 | 0.44 | 0.45 |
| Hex | 9E | 3F | A4 | 4 | 3E | 0 | 24 | 128 | 2C | 2D |
| Octal | 236 | 77 | 244 | 4 | 76 | 0 | 44 | 450 | 54 | 55 |
| Binary | 10011110 | 111111 | 10100100 | 100 | 111110 | 0 | 100100 | 100101000 | 101100 | 101101 |
Color Harmonies of #9E3FA4
Complementary color
Monochromatic Colors of #9E3FA4
Black with #9E3FA4
Text Example
Text Example
White with #9E3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3FA4; }
p { color: rgb(158,63,164); }
H1.HeaderClassName
{
color: #9E3FA4;
}
.AnyTagClassName
{
color: #9E3FA4;
}
</style>
background-color css
<style>
a { background-color: #9E3FA4; }
a { background-color: rgb(158,63,164); }
div.DivClassName
{
background-color: #9E3FA4;
}
.BgClassName
{
background-color: #9E3FA4;
}
</style>
border-color css
<style>
span { border-color: #9E3FA4; }
span { border-color: rgb(158,63,164); }
td.TdClassName
{
border-color: #9E3FA4;
}
.TagClassName
{
border-color: #9E3FA4;
}
</style>