Shades of Lilac Bush #9C7BC5
Tints of Lilac Bush #9C7BC5
RGB
CMYK
RGB Variations
Color information
#9C7BC5 (or 0x9C7BC5) is known color: Lilac Bush. HEX triplet: 9C, 7B and C5. RGB value is (156,123,197). Sum of RGB (Red+Green+Blue) = 156+123+197=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 197 - color contains mainly: blue. Hex color #9C7BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7BC5 is #63843A. Grayscale: #8D8D8D. Windows color (decimal): -6521915 or 12942236. OLE color: 12942236.
HSL color Cylindrical-coordinate representation of color #9C7BC5: hue angle of 266.76º 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 #9C7BC5 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 123 | 197 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.23 |
| HSL | 266.76º | 0.39% | 0.63% | - |
| HSV(B) | 266.76º | 0.38% | 0.77% | - |
| XYZ | 30.87 | 25.27 | 56.07 | - |
| YUV | 141.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 197 | 0.21 | 0.38 | 0 | 0.23 | 266.76 | 0.39 | 0.63 |
| Hex | 9C | 7B | C5 | 15 | 26 | 0 | 17 | 10B | 27 | 3F |
| Octal | 234 | 173 | 305 | 25 | 46 | 0 | 27 | 413 | 47 | 77 |
| Binary | 10011100 | 1111011 | 11000101 | 10101 | 100110 | 0 | 10111 | 100001011 | 100111 | 111111 |
Color Harmonies of #9C7BC5
Complementary color
Monochromatic Colors of #9C7BC5
Black with #9C7BC5
Text Example
Text Example
White with #9C7BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BC5; }
p { color: rgb(156,123,197); }
H1.HeaderClassName
{
color: #9C7BC5;
}
.AnyTagClassName
{
color: #9C7BC5;
}
</style>
background-color css
<style>
a { background-color: #9C7BC5; }
a { background-color: rgb(156,123,197); }
div.DivClassName
{
background-color: #9C7BC5;
}
.BgClassName
{
background-color: #9C7BC5;
}
</style>
border-color css
<style>
span { border-color: #9C7BC5; }
span { border-color: rgb(156,123,197); }
td.TdClassName
{
border-color: #9C7BC5;
}
.TagClassName
{
border-color: #9C7BC5;
}
</style>