Shades of Lilac Bush #9F7CCC
Tints of Lilac Bush #9F7CCC
RGB
CMYK
RGB Variations
Color information
#9F7CCC (or 0x9F7CCC) is known color: Lilac Bush. HEX triplet: 9F, 7C and CC. RGB value is (159,124,204). Sum of RGB (Red+Green+Blue) = 159+124+204=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7CCC is #608333. Grayscale: #8F8F8F. Windows color (decimal): -6325044 or 13401247. OLE color: 13401247.
HSL color Cylindrical-coordinate representation of color #9F7CCC: hue angle of 266.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F7CCC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 124 | 204 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.2 |
| HSL | 266.25º | 0.44% | 0.64% | - |
| HSV(B) | 266.25º | 0.39% | 0.8% | - |
| XYZ | 32.4 | 26.15 | 60.47 | - |
| YUV | 143.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 204 | 0.22 | 0.39 | 0 | 0.2 | 266.25 | 0.44 | 0.64 |
| Hex | 9F | 7C | CC | 16 | 27 | 0 | 14 | 10A | 2C | 40 |
| Octal | 237 | 174 | 314 | 26 | 47 | 0 | 24 | 412 | 54 | 100 |
| Binary | 10011111 | 1111100 | 11001100 | 10110 | 100111 | 0 | 10100 | 100001010 | 101100 | 1000000 |
Color Harmonies of #9F7CCC
Complementary color
Monochromatic Colors of #9F7CCC
Black with #9F7CCC
Text Example
Text Example
White with #9F7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7CCC; }
p { color: rgb(159,124,204); }
H1.HeaderClassName
{
color: #9F7CCC;
}
.AnyTagClassName
{
color: #9F7CCC;
}
</style>
background-color css
<style>
a { background-color: #9F7CCC; }
a { background-color: rgb(159,124,204); }
div.DivClassName
{
background-color: #9F7CCC;
}
.BgClassName
{
background-color: #9F7CCC;
}
</style>
border-color css
<style>
span { border-color: #9F7CCC; }
span { border-color: rgb(159,124,204); }
td.TdClassName
{
border-color: #9F7CCC;
}
.TagClassName
{
border-color: #9F7CCC;
}
</style>