Shades of Lilac Bush #9069BF
Tints of Lilac Bush #9069BF
RGB
CMYK
RGB Variations
Color information
#9069BF (or 0x9069BF) is known color: Lilac Bush. HEX triplet: 90, 69 and BF. RGB value is (144,105,191). Sum of RGB (Red+Green+Blue) = 144+105+191=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #9069BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069BF is #6F9640. Grayscale: #7E7E7E. Windows color (decimal): -7312961 or 12544400. OLE color: 12544400.
HSL color Cylindrical-coordinate representation of color #9069BF: hue angle of 267.21º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9069BF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 105 | 191 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.25 |
| HSL | 267.21º | 0.4% | 0.58% | - |
| HSV(B) | 267.21º | 0.45% | 0.75% | - |
| XYZ | 25.96 | 19.79 | 51.74 | - |
| YUV | 126.47 | 164.42 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 191 | 0.25 | 0.45 | 0 | 0.25 | 267.21 | 0.4 | 0.58 |
| Hex | 90 | 69 | BF | 19 | 2D | 0 | 19 | 10B | 28 | 3A |
| Octal | 220 | 151 | 277 | 31 | 55 | 0 | 31 | 413 | 50 | 72 |
| Binary | 10010000 | 1101001 | 10111111 | 11001 | 101101 | 0 | 11001 | 100001011 | 101000 | 111010 |
Color Harmonies of #9069BF
Complementary color
Monochromatic Colors of #9069BF
Black with #9069BF
Text Example
Text Example
White with #9069BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069BF; }
p { color: rgb(144,105,191); }
H1.HeaderClassName
{
color: #9069BF;
}
.AnyTagClassName
{
color: #9069BF;
}
</style>
background-color css
<style>
a { background-color: #9069BF; }
a { background-color: rgb(144,105,191); }
div.DivClassName
{
background-color: #9069BF;
}
.BgClassName
{
background-color: #9069BF;
}
</style>
border-color css
<style>
span { border-color: #9069BF; }
span { border-color: rgb(144,105,191); }
td.TdClassName
{
border-color: #9069BF;
}
.TagClassName
{
border-color: #9069BF;
}
</style>