Shades of Lilac Bush #9770D0
Tints of Lilac Bush #9770D0
RGB
CMYK
RGB Variations
Color information
#9770D0 (or 0x9770D0) is known color: Lilac Bush. HEX triplet: 97, 70 and D0. RGB value is (151,112,208). Sum of RGB (Red+Green+Blue) = 151+112+208=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #9770D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770D0 is #688F2F. Grayscale: #868686. Windows color (decimal): -6852400 or 13660311. OLE color: 13660311.
HSL color Cylindrical-coordinate representation of color #9770D0: hue angle of 264.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9770D0 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 112 | 208 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.18 |
| HSL | 264.38º | 0.51% | 0.63% | - |
| HSV(B) | 264.38º | 0.46% | 0.82% | - |
| XYZ | 29.94 | 22.72 | 62.48 | - |
| YUV | 134.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 208 | 0.27 | 0.46 | 0 | 0.18 | 264.38 | 0.51 | 0.63 |
| Hex | 97 | 70 | D0 | 1B | 2E | 0 | 12 | 108 | 33 | 3F |
| Octal | 227 | 160 | 320 | 33 | 56 | 0 | 22 | 410 | 63 | 77 |
| Binary | 10010111 | 1110000 | 11010000 | 11011 | 101110 | 0 | 10010 | 100001000 | 110011 | 111111 |
Color Harmonies of #9770D0
Complementary color
Monochromatic Colors of #9770D0
Black with #9770D0
Text Example
Text Example
White with #9770D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9770D0; }
p { color: rgb(151,112,208); }
H1.HeaderClassName
{
color: #9770D0;
}
.AnyTagClassName
{
color: #9770D0;
}
</style>
background-color css
<style>
a { background-color: #9770D0; }
a { background-color: rgb(151,112,208); }
div.DivClassName
{
background-color: #9770D0;
}
.BgClassName
{
background-color: #9770D0;
}
</style>
border-color css
<style>
span { border-color: #9770D0; }
span { border-color: rgb(151,112,208); }
td.TdClassName
{
border-color: #9770D0;
}
.TagClassName
{
border-color: #9770D0;
}
</style>