Shades of Lilac Bush #9770BF
Tints of Lilac Bush #9770BF
RGB
CMYK
RGB Variations
Color information
#9770BF (or 0x9770BF) is known color: Lilac Bush. HEX triplet: 97, 70 and BF. RGB value is (151,112,191). Sum of RGB (Red+Green+Blue) = 151+112+191=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #9770BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770BF is #688F40. Grayscale: #848484. Windows color (decimal): -6852417 or 12546199. OLE color: 12546199.
HSL color Cylindrical-coordinate representation of color #9770BF: hue angle of 269.62º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9770BF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 112 | 191 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.25 |
| HSL | 269.62º | 0.38% | 0.59% | - |
| HSV(B) | 269.62º | 0.41% | 0.75% | - |
| XYZ | 27.96 | 21.93 | 52.05 | - |
| YUV | 132.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 191 | 0.21 | 0.41 | 0 | 0.25 | 269.62 | 0.38 | 0.59 |
| Hex | 97 | 70 | BF | 15 | 29 | 0 | 19 | 10E | 26 | 3B |
| Octal | 227 | 160 | 277 | 25 | 51 | 0 | 31 | 416 | 46 | 73 |
| Binary | 10010111 | 1110000 | 10111111 | 10101 | 101001 | 0 | 11001 | 100001110 | 100110 | 111011 |
Color Harmonies of #9770BF
Complementary color
Monochromatic Colors of #9770BF
Black with #9770BF
Text Example
Text Example
White with #9770BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9770BF; }
p { color: rgb(151,112,191); }
H1.HeaderClassName
{
color: #9770BF;
}
.AnyTagClassName
{
color: #9770BF;
}
</style>
background-color css
<style>
a { background-color: #9770BF; }
a { background-color: rgb(151,112,191); }
div.DivClassName
{
background-color: #9770BF;
}
.BgClassName
{
background-color: #9770BF;
}
</style>
border-color css
<style>
span { border-color: #9770BF; }
span { border-color: rgb(151,112,191); }
td.TdClassName
{
border-color: #9770BF;
}
.TagClassName
{
border-color: #9770BF;
}
</style>