Shades of Lilac Bush #9B7BC3
Tints of Lilac Bush #9B7BC3
RGB
CMYK
RGB Variations
Color information
#9B7BC3 (or 0x9B7BC3) is known color: Lilac Bush. HEX triplet: 9B, 7B and C3. RGB value is (155,123,195). Sum of RGB (Red+Green+Blue) = 155+123+195=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #9B7BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BC3 is #64843C. Grayscale: #8C8C8C. Windows color (decimal): -6587453 or 12811163. OLE color: 12811163.
HSL color Cylindrical-coordinate representation of color #9B7BC3: hue angle of 266.67º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B7BC3 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 123 | 195 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.24 |
| HSL | 266.67º | 0.38% | 0.62% | - |
| HSV(B) | 266.67º | 0.37% | 0.76% | - |
| XYZ | 30.45 | 25.07 | 54.86 | - |
| YUV | 140.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 195 | 0.21 | 0.37 | 0 | 0.24 | 266.67 | 0.38 | 0.62 |
| Hex | 9B | 7B | C3 | 15 | 25 | 0 | 18 | 10B | 26 | 3E |
| Octal | 233 | 173 | 303 | 25 | 45 | 0 | 30 | 413 | 46 | 76 |
| Binary | 10011011 | 1111011 | 11000011 | 10101 | 100101 | 0 | 11000 | 100001011 | 100110 | 111110 |
Color Harmonies of #9B7BC3
Complementary color
Monochromatic Colors of #9B7BC3
Black with #9B7BC3
Text Example
Text Example
White with #9B7BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BC3; }
p { color: rgb(155,123,195); }
H1.HeaderClassName
{
color: #9B7BC3;
}
.AnyTagClassName
{
color: #9B7BC3;
}
</style>
background-color css
<style>
a { background-color: #9B7BC3; }
a { background-color: rgb(155,123,195); }
div.DivClassName
{
background-color: #9B7BC3;
}
.BgClassName
{
background-color: #9B7BC3;
}
</style>
border-color css
<style>
span { border-color: #9B7BC3; }
span { border-color: rgb(155,123,195); }
td.TdClassName
{
border-color: #9B7BC3;
}
.TagClassName
{
border-color: #9B7BC3;
}
</style>