Shades of Lilac Bush #9C79CF
Tints of Lilac Bush #9C79CF
RGB
CMYK
RGB Variations
Color information
#9C79CF (or 0x9C79CF) is known color: Lilac Bush. HEX triplet: 9C, 79 and CF. RGB value is (156,121,207). Sum of RGB (Red+Green+Blue) = 156+121+207=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C79CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C79CF is #638630. Grayscale: #8C8C8C. Windows color (decimal): -6522417 or 13597084. OLE color: 13597084.
HSL color Cylindrical-coordinate representation of color #9C79CF: hue angle of 264.42º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C79CF is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 121 | 207 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.19 |
| HSL | 264.42º | 0.47% | 0.64% | - |
| HSV(B) | 264.42º | 0.42% | 0.81% | - |
| XYZ | 31.81 | 25.25 | 62.23 | - |
| YUV | 141.27 | 165.1 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 207 | 0.25 | 0.42 | 0 | 0.19 | 264.42 | 0.47 | 0.64 |
| Hex | 9C | 79 | CF | 19 | 2A | 0 | 13 | 108 | 2F | 40 |
| Octal | 234 | 171 | 317 | 31 | 52 | 0 | 23 | 410 | 57 | 100 |
| Binary | 10011100 | 1111001 | 11001111 | 11001 | 101010 | 0 | 10011 | 100001000 | 101111 | 1000000 |
Color Harmonies of #9C79CF
Complementary color
Monochromatic Colors of #9C79CF
Black with #9C79CF
Text Example
Text Example
White with #9C79CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C79CF; }
p { color: rgb(156,121,207); }
H1.HeaderClassName
{
color: #9C79CF;
}
.AnyTagClassName
{
color: #9C79CF;
}
</style>
background-color css
<style>
a { background-color: #9C79CF; }
a { background-color: rgb(156,121,207); }
div.DivClassName
{
background-color: #9C79CF;
}
.BgClassName
{
background-color: #9C79CF;
}
</style>
border-color css
<style>
span { border-color: #9C79CF; }
span { border-color: rgb(156,121,207); }
td.TdClassName
{
border-color: #9C79CF;
}
.TagClassName
{
border-color: #9C79CF;
}
</style>