Shades of Lilac Bush #9C7CCE
Tints of Lilac Bush #9C7CCE
RGB
CMYK
RGB Variations
Color information
#9C7CCE (or 0x9C7CCE) is known color: Lilac Bush. HEX triplet: 9C, 7C and CE. RGB value is (156,124,206). Sum of RGB (Red+Green+Blue) = 156+124+206=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C7CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CCE is #638331. Grayscale: #8E8E8E. Windows color (decimal): -6521650 or 13532316. OLE color: 13532316.
HSL color Cylindrical-coordinate representation of color #9C7CCE: hue angle of 263.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C7CCE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 124 | 206 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.19 |
| HSL | 263.41º | 0.46% | 0.65% | - |
| HSV(B) | 263.41º | 0.4% | 0.81% | - |
| XYZ | 32.06 | 25.94 | 61.71 | - |
| YUV | 142.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 206 | 0.24 | 0.40 | 0 | 0.19 | 263.41 | 0.46 | 0.65 |
| Hex | 9C | 7C | CE | 18 | 28 | 0 | 13 | 107 | 2E | 41 |
| Octal | 234 | 174 | 316 | 30 | 50 | 0 | 23 | 407 | 56 | 101 |
| Binary | 10011100 | 1111100 | 11001110 | 11000 | 101000 | 0 | 10011 | 100000111 | 101110 | 1000001 |
Color Harmonies of #9C7CCE
Complementary color
Monochromatic Colors of #9C7CCE
Black with #9C7CCE
Text Example
Text Example
White with #9C7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7CCE; }
p { color: rgb(156,124,206); }
H1.HeaderClassName
{
color: #9C7CCE;
}
.AnyTagClassName
{
color: #9C7CCE;
}
</style>
background-color css
<style>
a { background-color: #9C7CCE; }
a { background-color: rgb(156,124,206); }
div.DivClassName
{
background-color: #9C7CCE;
}
.BgClassName
{
background-color: #9C7CCE;
}
</style>
border-color css
<style>
span { border-color: #9C7CCE; }
span { border-color: rgb(156,124,206); }
td.TdClassName
{
border-color: #9C7CCE;
}
.TagClassName
{
border-color: #9C7CCE;
}
</style>