Shades of Lilac Bush #9F7BCC
Tints of Lilac Bush #9F7BCC
RGB
CMYK
RGB Variations
Color information
#9F7BCC (or 0x9F7BCC) is known color: Lilac Bush. HEX triplet: 9F, 7B and CC. RGB value is (159,123,204). Sum of RGB (Red+Green+Blue) = 159+123+204=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F7BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BCC is #608433. Grayscale: #8E8E8E. Windows color (decimal): -6325300 or 13400991. OLE color: 13400991.
HSL color Cylindrical-coordinate representation of color #9F7BCC: hue angle of 266.67º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F7BCC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 123 | 204 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.2 |
| HSL | 266.67º | 0.44% | 0.64% | - |
| HSV(B) | 266.67º | 0.4% | 0.8% | - |
| XYZ | 32.28 | 25.9 | 60.42 | - |
| YUV | 143 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 204 | 0.22 | 0.40 | 0 | 0.2 | 266.67 | 0.44 | 0.64 |
| Hex | 9F | 7B | CC | 16 | 28 | 0 | 14 | 10B | 2C | 40 |
| Octal | 237 | 173 | 314 | 26 | 50 | 0 | 24 | 413 | 54 | 100 |
| Binary | 10011111 | 1111011 | 11001100 | 10110 | 101000 | 0 | 10100 | 100001011 | 101100 | 1000000 |
Color Harmonies of #9F7BCC
Complementary color
Monochromatic Colors of #9F7BCC
Black with #9F7BCC
Text Example
Text Example
White with #9F7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BCC; }
p { color: rgb(159,123,204); }
H1.HeaderClassName
{
color: #9F7BCC;
}
.AnyTagClassName
{
color: #9F7BCC;
}
</style>
background-color css
<style>
a { background-color: #9F7BCC; }
a { background-color: rgb(159,123,204); }
div.DivClassName
{
background-color: #9F7BCC;
}
.BgClassName
{
background-color: #9F7BCC;
}
</style>
border-color css
<style>
span { border-color: #9F7BCC; }
span { border-color: rgb(159,123,204); }
td.TdClassName
{
border-color: #9F7BCC;
}
.TagClassName
{
border-color: #9F7BCC;
}
</style>