Shades of Lilac Bush #9069BD
Tints of Lilac Bush #9069BD
RGB
CMYK
RGB Variations
Color information
#9069BD (or 0x9069BD) is known color: Lilac Bush. HEX triplet: 90, 69 and BD. RGB value is (144,105,189). Sum of RGB (Red+Green+Blue) = 144+105+189=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #9069BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069BD is #6F9642. Grayscale: #7D7D7D. Windows color (decimal): -7312963 or 12413328. OLE color: 12413328.
HSL color Cylindrical-coordinate representation of color #9069BD: hue angle of 267.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9069BD is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 105 | 189 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.26 |
| HSL | 267.86º | 0.39% | 0.58% | - |
| HSV(B) | 267.86º | 0.44% | 0.74% | - |
| XYZ | 25.74 | 19.71 | 50.59 | - |
| YUV | 126.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 189 | 0.24 | 0.44 | 0 | 0.26 | 267.86 | 0.39 | 0.58 |
| Hex | 90 | 69 | BD | 18 | 2C | 0 | 1A | 10C | 27 | 3A |
| Octal | 220 | 151 | 275 | 30 | 54 | 0 | 32 | 414 | 47 | 72 |
| Binary | 10010000 | 1101001 | 10111101 | 11000 | 101100 | 0 | 11010 | 100001100 | 100111 | 111010 |
Color Harmonies of #9069BD
Complementary color
Monochromatic Colors of #9069BD
Black with #9069BD
Text Example
Text Example
White with #9069BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069BD; }
p { color: rgb(144,105,189); }
H1.HeaderClassName
{
color: #9069BD;
}
.AnyTagClassName
{
color: #9069BD;
}
</style>
background-color css
<style>
a { background-color: #9069BD; }
a { background-color: rgb(144,105,189); }
div.DivClassName
{
background-color: #9069BD;
}
.BgClassName
{
background-color: #9069BD;
}
</style>
border-color css
<style>
span { border-color: #9069BD; }
span { border-color: rgb(144,105,189); }
td.TdClassName
{
border-color: #9069BD;
}
.TagClassName
{
border-color: #9069BD;
}
</style>