Shades of Lilac Bush #9064BB
Tints of Lilac Bush #9064BB
RGB
CMYK
RGB Variations
Color information
#9064BB (or 0x9064BB) is known color: Lilac Bush. HEX triplet: 90, 64 and BB. RGB value is (144,100,187). Sum of RGB (Red+Green+Blue) = 144+100+187=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #9064BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9064BB is #6F9B44. Grayscale: #7A7A7A. Windows color (decimal): -7314245 or 12280976. OLE color: 12280976.
HSL color Cylindrical-coordinate representation of color #9064BB: hue angle of 270.34º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9064BB is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 100 | 187 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.27 |
| HSL | 270.34º | 0.39% | 0.56% | - |
| HSV(B) | 270.34º | 0.47% | 0.73% | - |
| XYZ | 25.03 | 18.63 | 49.29 | - |
| YUV | 123.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 187 | 0.23 | 0.47 | 0 | 0.27 | 270.34 | 0.39 | 0.56 |
| Hex | 90 | 64 | BB | 17 | 2F | 0 | 1B | 10E | 27 | 38 |
| Octal | 220 | 144 | 273 | 27 | 57 | 0 | 33 | 416 | 47 | 70 |
| Binary | 10010000 | 1100100 | 10111011 | 10111 | 101111 | 0 | 11011 | 100001110 | 100111 | 111000 |
Color Harmonies of #9064BB
Complementary color
Monochromatic Colors of #9064BB
Black with #9064BB
Text Example
Text Example
White with #9064BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9064BB; }
p { color: rgb(144,100,187); }
H1.HeaderClassName
{
color: #9064BB;
}
.AnyTagClassName
{
color: #9064BB;
}
</style>
background-color css
<style>
a { background-color: #9064BB; }
a { background-color: rgb(144,100,187); }
div.DivClassName
{
background-color: #9064BB;
}
.BgClassName
{
background-color: #9064BB;
}
</style>
border-color css
<style>
span { border-color: #9064BB; }
span { border-color: rgb(144,100,187); }
td.TdClassName
{
border-color: #9064BB;
}
.TagClassName
{
border-color: #9064BB;
}
</style>