Shades of Lilac Bush #9F78CB
Tints of Lilac Bush #9F78CB
RGB
CMYK
RGB Variations
Color information
#9F78CB (or 0x9F78CB) is known color: Lilac Bush. HEX triplet: 9F, 78 and CB. RGB value is (159,120,203). Sum of RGB (Red+Green+Blue) = 159+120+203=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F78CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F78CB is #608734. Grayscale: #8C8C8C. Windows color (decimal): -6326069 or 13334687. OLE color: 13334687.
HSL color Cylindrical-coordinate representation of color #9F78CB: hue angle of 268.19º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F78CB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 120 | 203 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.20 |
| HSL | 268.19º | 0.44% | 0.63% | - |
| HSV(B) | 268.19º | 0.41% | 0.8% | - |
| XYZ | 31.79 | 25.12 | 59.67 | - |
| YUV | 141.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 203 | 0.22 | 0.41 | 0 | 0.20 | 268.19 | 0.44 | 0.63 |
| Hex | 9F | 78 | CB | 16 | 29 | 0 | 14 | 10C | 2C | 3F |
| Octal | 237 | 170 | 313 | 26 | 51 | 0 | 24 | 414 | 54 | 77 |
| Binary | 10011111 | 1111000 | 11001011 | 10110 | 101001 | 0 | 10100 | 100001100 | 101100 | 111111 |
Color Harmonies of #9F78CB
Complementary color
Monochromatic Colors of #9F78CB
Black with #9F78CB
Text Example
Text Example
White with #9F78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F78CB; }
p { color: rgb(159,120,203); }
H1.HeaderClassName
{
color: #9F78CB;
}
.AnyTagClassName
{
color: #9F78CB;
}
</style>
background-color css
<style>
a { background-color: #9F78CB; }
a { background-color: rgb(159,120,203); }
div.DivClassName
{
background-color: #9F78CB;
}
.BgClassName
{
background-color: #9F78CB;
}
</style>
border-color css
<style>
span { border-color: #9F78CB; }
span { border-color: rgb(159,120,203); }
td.TdClassName
{
border-color: #9F78CB;
}
.TagClassName
{
border-color: #9F78CB;
}
</style>