Shades of Lilac Bush #9770CA
Tints of Lilac Bush #9770CA
RGB
CMYK
RGB Variations
Color information
#9770CA (or 0x9770CA) is known color: Lilac Bush. HEX triplet: 97, 70 and CA. RGB value is (151,112,202). Sum of RGB (Red+Green+Blue) = 151+112+202=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #9770CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770CA is #688F35. Grayscale: #858585. Windows color (decimal): -6852406 or 13267095. OLE color: 13267095.
HSL color Cylindrical-coordinate representation of color #9770CA: hue angle of 266º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9770CA is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 112 | 202 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.21 |
| HSL | 266º | 0.46% | 0.62% | - |
| HSV(B) | 266º | 0.45% | 0.79% | - |
| XYZ | 29.22 | 22.43 | 58.67 | - |
| YUV | 133.92 | 166.42 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 202 | 0.25 | 0.45 | 0 | 0.21 | 266 | 0.46 | 0.62 |
| Hex | 97 | 70 | CA | 19 | 2D | 0 | 15 | 10A | 2E | 3E |
| Octal | 227 | 160 | 312 | 31 | 55 | 0 | 25 | 412 | 56 | 76 |
| Binary | 10010111 | 1110000 | 11001010 | 11001 | 101101 | 0 | 10101 | 100001010 | 101110 | 111110 |
Color Harmonies of #9770CA
Complementary color
Monochromatic Colors of #9770CA
Black with #9770CA
Text Example
Text Example
White with #9770CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9770CA; }
p { color: rgb(151,112,202); }
H1.HeaderClassName
{
color: #9770CA;
}
.AnyTagClassName
{
color: #9770CA;
}
</style>
background-color css
<style>
a { background-color: #9770CA; }
a { background-color: rgb(151,112,202); }
div.DivClassName
{
background-color: #9770CA;
}
.BgClassName
{
background-color: #9770CA;
}
</style>
border-color css
<style>
span { border-color: #9770CA; }
span { border-color: rgb(151,112,202); }
td.TdClassName
{
border-color: #9770CA;
}
.TagClassName
{
border-color: #9770CA;
}
</style>