Shades of Violet Blue #9E5AAC
Tints of Violet Blue #9E5AAC
RGB
CMYK
RGB Variations
Color information
#9E5AAC (or 0x9E5AAC) is known color: Violet Blue. HEX triplet: 9E, 5A and AC. RGB value is (158,90,172). Sum of RGB (Red+Green+Blue) = 158+90+172=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E5AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5AAC is #61A553. Grayscale: #777777. Windows color (decimal): -6399316 or 11295390. OLE color: 11295390.
HSL color Cylindrical-coordinate representation of color #9E5AAC: hue angle of 289.76º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E5AAC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 90 | 172 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.33 |
| HSL | 289.76º | 0.33% | 0.51% | - |
| HSV(B) | 289.76º | 0.48% | 0.67% | - |
| XYZ | 25.2 | 17.56 | 41.09 | - |
| YUV | 119.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 172 | 0.08 | 0.48 | 0 | 0.33 | 289.76 | 0.33 | 0.51 |
| Hex | 9E | 5A | AC | 8 | 30 | 0 | 21 | 122 | 21 | 33 |
| Octal | 236 | 132 | 254 | 10 | 60 | 0 | 41 | 442 | 41 | 63 |
| Binary | 10011110 | 1011010 | 10101100 | 1000 | 110000 | 0 | 100001 | 100100010 | 100001 | 110011 |
Color Harmonies of #9E5AAC
Complementary color
Monochromatic Colors of #9E5AAC
Black with #9E5AAC
Text Example
Text Example
White with #9E5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5AAC; }
p { color: rgb(158,90,172); }
H1.HeaderClassName
{
color: #9E5AAC;
}
.AnyTagClassName
{
color: #9E5AAC;
}
</style>
background-color css
<style>
a { background-color: #9E5AAC; }
a { background-color: rgb(158,90,172); }
div.DivClassName
{
background-color: #9E5AAC;
}
.BgClassName
{
background-color: #9E5AAC;
}
</style>
border-color css
<style>
span { border-color: #9E5AAC; }
span { border-color: rgb(158,90,172); }
td.TdClassName
{
border-color: #9E5AAC;
}
.TagClassName
{
border-color: #9E5AAC;
}
</style>