Shades of Lilac Bush #9B6EBE
Tints of Lilac Bush #9B6EBE
RGB
CMYK
RGB Variations
Color information
#9B6EBE (or 0x9B6EBE) is known color: Lilac Bush. HEX triplet: 9B, 6E and BE. RGB value is (155,110,190). Sum of RGB (Red+Green+Blue) = 155+110+190=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B6EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6EBE is #649141. Grayscale: #848484. Windows color (decimal): -6590786 or 12480155. OLE color: 12480155.
HSL color Cylindrical-coordinate representation of color #9B6EBE: hue angle of 273.75º 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 #9B6EBE is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 110 | 190 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.25 |
| HSL | 273.75º | 0.38% | 0.59% | - |
| HSV(B) | 273.75º | 0.42% | 0.75% | - |
| XYZ | 28.39 | 21.84 | 51.43 | - |
| YUV | 132.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 110 | 190 | 0.18 | 0.42 | 0 | 0.25 | 273.75 | 0.38 | 0.59 |
| Hex | 9B | 6E | BE | 12 | 2A | 0 | 19 | 112 | 26 | 3B |
| Octal | 233 | 156 | 276 | 22 | 52 | 0 | 31 | 422 | 46 | 73 |
| Binary | 10011011 | 1101110 | 10111110 | 10010 | 101010 | 0 | 11001 | 100010010 | 100110 | 111011 |
Color Harmonies of #9B6EBE
Complementary color
Monochromatic Colors of #9B6EBE
Black with #9B6EBE
Text Example
Text Example
White with #9B6EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6EBE; }
p { color: rgb(155,110,190); }
H1.HeaderClassName
{
color: #9B6EBE;
}
.AnyTagClassName
{
color: #9B6EBE;
}
</style>
background-color css
<style>
a { background-color: #9B6EBE; }
a { background-color: rgb(155,110,190); }
div.DivClassName
{
background-color: #9B6EBE;
}
.BgClassName
{
background-color: #9B6EBE;
}
</style>
border-color css
<style>
span { border-color: #9B6EBE; }
span { border-color: rgb(155,110,190); }
td.TdClassName
{
border-color: #9B6EBE;
}
.TagClassName
{
border-color: #9B6EBE;
}
</style>