Shades of Violet Blue #9E4A9A
Tints of Violet Blue #9E4A9A
RGB
CMYK
RGB Variations
Color information
#9E4A9A (or 0x9E4A9A) is known color: Violet Blue. HEX triplet: 9E, 4A and 9A. RGB value is (158,74,154). Sum of RGB (Red+Green+Blue) = 158+74+154=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4A9A is #61B565. Grayscale: #6C6C6C. Windows color (decimal): -6403430 or 10111646. OLE color: 10111646.
HSL color Cylindrical-coordinate representation of color #9E4A9A: hue angle of 302.86º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4A9A is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 74 | 154 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.38 |
| HSL | 302.86º | 0.36% | 0.45% | - |
| HSV(B) | 302.86º | 0.53% | 0.62% | - |
| XYZ | 22.38 | 14.5 | 32.19 | - |
| YUV | 108.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 154 | 0 | 0.53 | 0.03 | 0.38 | 302.86 | 0.36 | 0.45 |
| Hex | 9E | 4A | 9A | 0 | 35 | 3 | 26 | 12F | 24 | 2D |
| Octal | 236 | 112 | 232 | 0 | 65 | 3 | 46 | 457 | 44 | 55 |
| Binary | 10011110 | 1001010 | 10011010 | 0 | 110101 | 11 | 100110 | 100101111 | 100100 | 101101 |
Color Harmonies of #9E4A9A
Complementary color
Monochromatic Colors of #9E4A9A
Black with #9E4A9A
Text Example
Text Example
White with #9E4A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4A9A; }
p { color: rgb(158,74,154); }
H1.HeaderClassName
{
color: #9E4A9A;
}
.AnyTagClassName
{
color: #9E4A9A;
}
</style>
background-color css
<style>
a { background-color: #9E4A9A; }
a { background-color: rgb(158,74,154); }
div.DivClassName
{
background-color: #9E4A9A;
}
.BgClassName
{
background-color: #9E4A9A;
}
</style>
border-color css
<style>
span { border-color: #9E4A9A; }
span { border-color: rgb(158,74,154); }
td.TdClassName
{
border-color: #9E4A9A;
}
.TagClassName
{
border-color: #9E4A9A;
}
</style>