Shades of Lilac Bush #9E7ACE
Tints of Lilac Bush #9E7ACE
RGB
CMYK
RGB Variations
Color information
#9E7ACE (or 0x9E7ACE) is known color: Lilac Bush. HEX triplet: 9E, 7A and CE. RGB value is (158,122,206). Sum of RGB (Red+Green+Blue) = 158+122+206=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7ACE is #618531. Grayscale: #8E8E8E. Windows color (decimal): -6391090 or 13531806. OLE color: 13531806.
HSL color Cylindrical-coordinate representation of color #9E7ACE: hue angle of 265.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E7ACE is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 122 | 206 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.19 |
| HSL | 265.71º | 0.46% | 0.64% | - |
| HSV(B) | 265.71º | 0.41% | 0.81% | - |
| XYZ | 32.2 | 25.64 | 61.65 | - |
| YUV | 142.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 206 | 0.23 | 0.41 | 0 | 0.19 | 265.71 | 0.46 | 0.64 |
| Hex | 9E | 7A | CE | 17 | 29 | 0 | 13 | 10A | 2E | 40 |
| Octal | 236 | 172 | 316 | 27 | 51 | 0 | 23 | 412 | 56 | 100 |
| Binary | 10011110 | 1111010 | 11001110 | 10111 | 101001 | 0 | 10011 | 100001010 | 101110 | 1000000 |
Color Harmonies of #9E7ACE
Complementary color
Monochromatic Colors of #9E7ACE
Black with #9E7ACE
Text Example
Text Example
White with #9E7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7ACE; }
p { color: rgb(158,122,206); }
H1.HeaderClassName
{
color: #9E7ACE;
}
.AnyTagClassName
{
color: #9E7ACE;
}
</style>
background-color css
<style>
a { background-color: #9E7ACE; }
a { background-color: rgb(158,122,206); }
div.DivClassName
{
background-color: #9E7ACE;
}
.BgClassName
{
background-color: #9E7ACE;
}
</style>
border-color css
<style>
span { border-color: #9E7ACE; }
span { border-color: rgb(158,122,206); }
td.TdClassName
{
border-color: #9E7ACE;
}
.TagClassName
{
border-color: #9E7ACE;
}
</style>