Shades of Lilac Bush #9C6EBE
Tints of Lilac Bush #9C6EBE
RGB
CMYK
RGB Variations
Color information
#9C6EBE (or 0x9C6EBE) is known color: Lilac Bush. HEX triplet: 9C, 6E and BE. RGB value is (156,110,190). Sum of RGB (Red+Green+Blue) = 156+110+190=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C6EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6EBE is #639141. Grayscale: #848484. Windows color (decimal): -6525250 or 12480156. OLE color: 12480156.
HSL color Cylindrical-coordinate representation of color #9C6EBE: hue angle of 274.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C6EBE is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 110 | 190 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.25 |
| HSL | 274.5º | 0.38% | 0.59% | - |
| HSV(B) | 274.5º | 0.42% | 0.75% | - |
| XYZ | 28.58 | 21.94 | 51.44 | - |
| YUV | 132.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 110 | 190 | 0.18 | 0.42 | 0 | 0.25 | 274.5 | 0.38 | 0.59 |
| Hex | 9C | 6E | BE | 12 | 2A | 0 | 19 | 112 | 26 | 3B |
| Octal | 234 | 156 | 276 | 22 | 52 | 0 | 31 | 422 | 46 | 73 |
| Binary | 10011100 | 1101110 | 10111110 | 10010 | 101010 | 0 | 11001 | 100010010 | 100110 | 111011 |
Color Harmonies of #9C6EBE
Complementary color
Monochromatic Colors of #9C6EBE
Black with #9C6EBE
Text Example
Text Example
White with #9C6EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6EBE; }
p { color: rgb(156,110,190); }
H1.HeaderClassName
{
color: #9C6EBE;
}
.AnyTagClassName
{
color: #9C6EBE;
}
</style>
background-color css
<style>
a { background-color: #9C6EBE; }
a { background-color: rgb(156,110,190); }
div.DivClassName
{
background-color: #9C6EBE;
}
.BgClassName
{
background-color: #9C6EBE;
}
</style>
border-color css
<style>
span { border-color: #9C6EBE; }
span { border-color: rgb(156,110,190); }
td.TdClassName
{
border-color: #9C6EBE;
}
.TagClassName
{
border-color: #9C6EBE;
}
</style>