Shades of Lilac Bush #9B7BC5
Tints of Lilac Bush #9B7BC5
RGB
CMYK
RGB Variations
Color information
#9B7BC5 (or 0x9B7BC5) is known color: Lilac Bush. HEX triplet: 9B, 7B and C5. RGB value is (155,123,197). Sum of RGB (Red+Green+Blue) = 155+123+197=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #9B7BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BC5 is #64843A. Grayscale: #8C8C8C. Windows color (decimal): -6587451 or 12942235. OLE color: 12942235.
HSL color Cylindrical-coordinate representation of color #9B7BC5: hue angle of 265.95º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B7BC5 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 123 | 197 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.23 |
| HSL | 265.95º | 0.39% | 0.63% | - |
| HSV(B) | 265.95º | 0.38% | 0.77% | - |
| XYZ | 30.68 | 25.17 | 56.06 | - |
| YUV | 141 | 159.6 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 197 | 0.21 | 0.38 | 0 | 0.23 | 265.95 | 0.39 | 0.63 |
| Hex | 9B | 7B | C5 | 15 | 26 | 0 | 17 | 10A | 27 | 3F |
| Octal | 233 | 173 | 305 | 25 | 46 | 0 | 27 | 412 | 47 | 77 |
| Binary | 10011011 | 1111011 | 11000101 | 10101 | 100110 | 0 | 10111 | 100001010 | 100111 | 111111 |
Color Harmonies of #9B7BC5
Complementary color
Monochromatic Colors of #9B7BC5
Black with #9B7BC5
Text Example
Text Example
White with #9B7BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BC5; }
p { color: rgb(155,123,197); }
H1.HeaderClassName
{
color: #9B7BC5;
}
.AnyTagClassName
{
color: #9B7BC5;
}
</style>
background-color css
<style>
a { background-color: #9B7BC5; }
a { background-color: rgb(155,123,197); }
div.DivClassName
{
background-color: #9B7BC5;
}
.BgClassName
{
background-color: #9B7BC5;
}
</style>
border-color css
<style>
span { border-color: #9B7BC5; }
span { border-color: rgb(155,123,197); }
td.TdClassName
{
border-color: #9B7BC5;
}
.TagClassName
{
border-color: #9B7BC5;
}
</style>