Shades of Lilac Bush #9C7DCB
Tints of Lilac Bush #9C7DCB
RGB
CMYK
RGB Variations
Color information
#9C7DCB (or 0x9C7DCB) is known color: Lilac Bush. HEX triplet: 9C, 7D and CB. RGB value is (156,125,203). Sum of RGB (Red+Green+Blue) = 156+125+203=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C7DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DCB is #638234. Grayscale: #8E8E8E. Windows color (decimal): -6521397 or 13335964. OLE color: 13335964.
HSL color Cylindrical-coordinate representation of color #9C7DCB: hue angle of 263.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C7DCB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 125 | 203 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.20 |
| HSL | 263.85º | 0.43% | 0.64% | - |
| HSV(B) | 263.85º | 0.38% | 0.8% | - |
| XYZ | 31.82 | 26.05 | 59.85 | - |
| YUV | 143.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 203 | 0.23 | 0.38 | 0 | 0.20 | 263.85 | 0.43 | 0.64 |
| Hex | 9C | 7D | CB | 17 | 26 | 0 | 14 | 108 | 2B | 40 |
| Octal | 234 | 175 | 313 | 27 | 46 | 0 | 24 | 410 | 53 | 100 |
| Binary | 10011100 | 1111101 | 11001011 | 10111 | 100110 | 0 | 10100 | 100001000 | 101011 | 1000000 |
Color Harmonies of #9C7DCB
Complementary color
Monochromatic Colors of #9C7DCB
Black with #9C7DCB
Text Example
Text Example
White with #9C7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DCB; }
p { color: rgb(156,125,203); }
H1.HeaderClassName
{
color: #9C7DCB;
}
.AnyTagClassName
{
color: #9C7DCB;
}
</style>
background-color css
<style>
a { background-color: #9C7DCB; }
a { background-color: rgb(156,125,203); }
div.DivClassName
{
background-color: #9C7DCB;
}
.BgClassName
{
background-color: #9C7DCB;
}
</style>
border-color css
<style>
span { border-color: #9C7DCB; }
span { border-color: rgb(156,125,203); }
td.TdClassName
{
border-color: #9C7DCB;
}
.TagClassName
{
border-color: #9C7DCB;
}
</style>