Shades of Lilac Bush #9065BA
Tints of Lilac Bush #9065BA
RGB
CMYK
RGB Variations
Color information
#9065BA (or 0x9065BA) is known color: Lilac Bush. HEX triplet: 90, 65 and BA. RGB value is (144,101,186). Sum of RGB (Red+Green+Blue) = 144+101+186=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9065BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9065BA is #6F9A45. Grayscale: #7B7B7B. Windows color (decimal): -7313990 or 12215696. OLE color: 12215696.
HSL color Cylindrical-coordinate representation of color #9065BA: hue angle of 270.35º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9065BA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 101 | 186 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.27 |
| HSL | 270.35º | 0.38% | 0.56% | - |
| HSV(B) | 270.35º | 0.46% | 0.73% | - |
| XYZ | 25.02 | 18.78 | 48.76 | - |
| YUV | 123.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 186 | 0.23 | 0.46 | 0 | 0.27 | 270.35 | 0.38 | 0.56 |
| Hex | 90 | 65 | BA | 17 | 2E | 0 | 1B | 10E | 26 | 38 |
| Octal | 220 | 145 | 272 | 27 | 56 | 0 | 33 | 416 | 46 | 70 |
| Binary | 10010000 | 1100101 | 10111010 | 10111 | 101110 | 0 | 11011 | 100001110 | 100110 | 111000 |
Color Harmonies of #9065BA
Complementary color
Monochromatic Colors of #9065BA
Black with #9065BA
Text Example
Text Example
White with #9065BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9065BA; }
p { color: rgb(144,101,186); }
H1.HeaderClassName
{
color: #9065BA;
}
.AnyTagClassName
{
color: #9065BA;
}
</style>
background-color css
<style>
a { background-color: #9065BA; }
a { background-color: rgb(144,101,186); }
div.DivClassName
{
background-color: #9065BA;
}
.BgClassName
{
background-color: #9065BA;
}
</style>
border-color css
<style>
span { border-color: #9065BA; }
span { border-color: rgb(144,101,186); }
td.TdClassName
{
border-color: #9065BA;
}
.TagClassName
{
border-color: #9065BA;
}
</style>