Shades of Violet Blue #9E4CA5
Tints of Violet Blue #9E4CA5
RGB
CMYK
RGB Variations
Color information
#9E4CA5 (or 0x9E4CA5) is known color: Violet Blue. HEX triplet: 9E, 4C and A5. RGB value is (158,76,165). Sum of RGB (Red+Green+Blue) = 158+76+165=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 165 - color contains mainly: blue. Hex color #9E4CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4CA5 is #61B35A. Grayscale: #6E6E6E. Windows color (decimal): -6402907 or 10833054. OLE color: 10833054.
HSL color Cylindrical-coordinate representation of color #9E4CA5: hue angle of 295.28º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E4CA5 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 76 | 165 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.35 |
| HSL | 295.28º | 0.37% | 0.47% | - |
| HSV(B) | 295.28º | 0.54% | 0.65% | - |
| XYZ | 23.48 | 15.15 | 37.29 | - |
| YUV | 110.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 165 | 0.04 | 0.54 | 0 | 0.35 | 295.28 | 0.37 | 0.47 |
| Hex | 9E | 4C | A5 | 4 | 36 | 0 | 23 | 127 | 25 | 2F |
| Octal | 236 | 114 | 245 | 4 | 66 | 0 | 43 | 447 | 45 | 57 |
| Binary | 10011110 | 1001100 | 10100101 | 100 | 110110 | 0 | 100011 | 100100111 | 100101 | 101111 |
Color Harmonies of #9E4CA5
Complementary color
Monochromatic Colors of #9E4CA5
Black with #9E4CA5
Text Example
Text Example
White with #9E4CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4CA5; }
p { color: rgb(158,76,165); }
H1.HeaderClassName
{
color: #9E4CA5;
}
.AnyTagClassName
{
color: #9E4CA5;
}
</style>
background-color css
<style>
a { background-color: #9E4CA5; }
a { background-color: rgb(158,76,165); }
div.DivClassName
{
background-color: #9E4CA5;
}
.BgClassName
{
background-color: #9E4CA5;
}
</style>
border-color css
<style>
span { border-color: #9E4CA5; }
span { border-color: rgb(158,76,165); }
td.TdClassName
{
border-color: #9E4CA5;
}
.TagClassName
{
border-color: #9E4CA5;
}
</style>