Shades of Lilac Bush #9C6FC6
Tints of Lilac Bush #9C6FC6
RGB
CMYK
RGB Variations
Color information
#9C6FC6 (or 0x9C6FC6) is known color: Lilac Bush. HEX triplet: 9C, 6F and C6. RGB value is (156,111,198). Sum of RGB (Red+Green+Blue) = 156+111+198=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C6FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FC6 is #639039. Grayscale: #868686. Windows color (decimal): -6524986 or 13004700. OLE color: 13004700.
HSL color Cylindrical-coordinate representation of color #9C6FC6: hue angle of 271.03º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C6FC6 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 111 | 198 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.22 |
| HSL | 271.03º | 0.43% | 0.61% | - |
| HSV(B) | 271.03º | 0.44% | 0.78% | - |
| XYZ | 29.59 | 22.51 | 56.21 | - |
| YUV | 134.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 198 | 0.21 | 0.44 | 0 | 0.22 | 271.03 | 0.43 | 0.61 |
| Hex | 9C | 6F | C6 | 15 | 2C | 0 | 16 | 10F | 2B | 3D |
| Octal | 234 | 157 | 306 | 25 | 54 | 0 | 26 | 417 | 53 | 75 |
| Binary | 10011100 | 1101111 | 11000110 | 10101 | 101100 | 0 | 10110 | 100001111 | 101011 | 111101 |
Color Harmonies of #9C6FC6
Complementary color
Monochromatic Colors of #9C6FC6
Black with #9C6FC6
Text Example
Text Example
White with #9C6FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6FC6; }
p { color: rgb(156,111,198); }
H1.HeaderClassName
{
color: #9C6FC6;
}
.AnyTagClassName
{
color: #9C6FC6;
}
</style>
background-color css
<style>
a { background-color: #9C6FC6; }
a { background-color: rgb(156,111,198); }
div.DivClassName
{
background-color: #9C6FC6;
}
.BgClassName
{
background-color: #9C6FC6;
}
</style>
border-color css
<style>
span { border-color: #9C6FC6; }
span { border-color: rgb(156,111,198); }
td.TdClassName
{
border-color: #9C6FC6;
}
.TagClassName
{
border-color: #9C6FC6;
}
</style>