Shades of Lilac Bush #9F7CCF
Tints of Lilac Bush #9F7CCF
RGB
CMYK
RGB Variations
Color information
#9F7CCF (or 0x9F7CCF) is known color: Lilac Bush. HEX triplet: 9F, 7C and CF. RGB value is (159,124,207). Sum of RGB (Red+Green+Blue) = 159+124+207=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F7CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7CCF is #608330. Grayscale: #8F8F8F. Windows color (decimal): -6325041 or 13597855. OLE color: 13597855.
HSL color Cylindrical-coordinate representation of color #9F7CCF: hue angle of 265.3º 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 #9F7CCF is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 124 | 207 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.19 |
| HSL | 265.3º | 0.46% | 0.65% | - |
| HSV(B) | 265.3º | 0.4% | 0.81% | - |
| XYZ | 32.77 | 26.29 | 62.38 | - |
| YUV | 143.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 207 | 0.23 | 0.40 | 0 | 0.19 | 265.3 | 0.46 | 0.65 |
| Hex | 9F | 7C | CF | 17 | 28 | 0 | 13 | 109 | 2E | 41 |
| Octal | 237 | 174 | 317 | 27 | 50 | 0 | 23 | 411 | 56 | 101 |
| Binary | 10011111 | 1111100 | 11001111 | 10111 | 101000 | 0 | 10011 | 100001001 | 101110 | 1000001 |
Color Harmonies of #9F7CCF
Complementary color
Monochromatic Colors of #9F7CCF
Black with #9F7CCF
Text Example
Text Example
White with #9F7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7CCF; }
p { color: rgb(159,124,207); }
H1.HeaderClassName
{
color: #9F7CCF;
}
.AnyTagClassName
{
color: #9F7CCF;
}
</style>
background-color css
<style>
a { background-color: #9F7CCF; }
a { background-color: rgb(159,124,207); }
div.DivClassName
{
background-color: #9F7CCF;
}
.BgClassName
{
background-color: #9F7CCF;
}
</style>
border-color css
<style>
span { border-color: #9F7CCF; }
span { border-color: rgb(159,124,207); }
td.TdClassName
{
border-color: #9F7CCF;
}
.TagClassName
{
border-color: #9F7CCF;
}
</style>