Shades of Lilac Bush #9B7ACE
Tints of Lilac Bush #9B7ACE
RGB
CMYK
RGB Variations
Color information
#9B7ACE (or 0x9B7ACE) is known color: Lilac Bush. HEX triplet: 9B, 7A and CE. RGB value is (155,122,206). Sum of RGB (Red+Green+Blue) = 155+122+206=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7ACE is #648531. Grayscale: #8D8D8D. Windows color (decimal): -6587698 or 13531803. OLE color: 13531803.
HSL color Cylindrical-coordinate representation of color #9B7ACE: hue angle of 263.57º 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 #9B7ACE is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 122 | 206 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.19 |
| HSL | 263.57º | 0.46% | 0.64% | - |
| HSV(B) | 263.57º | 0.41% | 0.81% | - |
| XYZ | 31.62 | 25.34 | 61.62 | - |
| YUV | 141.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 206 | 0.25 | 0.41 | 0 | 0.19 | 263.57 | 0.46 | 0.64 |
| Hex | 9B | 7A | CE | 19 | 29 | 0 | 13 | 108 | 2E | 40 |
| Octal | 233 | 172 | 316 | 31 | 51 | 0 | 23 | 410 | 56 | 100 |
| Binary | 10011011 | 1111010 | 11001110 | 11001 | 101001 | 0 | 10011 | 100001000 | 101110 | 1000000 |
Color Harmonies of #9B7ACE
Complementary color
Monochromatic Colors of #9B7ACE
Black with #9B7ACE
Text Example
Text Example
White with #9B7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7ACE; }
p { color: rgb(155,122,206); }
H1.HeaderClassName
{
color: #9B7ACE;
}
.AnyTagClassName
{
color: #9B7ACE;
}
</style>
background-color css
<style>
a { background-color: #9B7ACE; }
a { background-color: rgb(155,122,206); }
div.DivClassName
{
background-color: #9B7ACE;
}
.BgClassName
{
background-color: #9B7ACE;
}
</style>
border-color css
<style>
span { border-color: #9B7ACE; }
span { border-color: rgb(155,122,206); }
td.TdClassName
{
border-color: #9B7ACE;
}
.TagClassName
{
border-color: #9B7ACE;
}
</style>