Shades of Lilac Bush #9069BC
Tints of Lilac Bush #9069BC
RGB
CMYK
RGB Variations
Color information
#9069BC (or 0x9069BC) is known color: Lilac Bush. HEX triplet: 90, 69 and BC. RGB value is (144,105,188). Sum of RGB (Red+Green+Blue) = 144+105+188=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9069BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069BC is #6F9643. Grayscale: #7D7D7D. Windows color (decimal): -7312964 or 12347792. OLE color: 12347792.
HSL color Cylindrical-coordinate representation of color #9069BC: hue angle of 268.19º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9069BC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 105 | 188 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.26 |
| HSL | 268.19º | 0.38% | 0.57% | - |
| HSV(B) | 268.19º | 0.44% | 0.74% | - |
| XYZ | 25.63 | 19.66 | 50.02 | - |
| YUV | 126.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 188 | 0.23 | 0.44 | 0 | 0.26 | 268.19 | 0.38 | 0.57 |
| Hex | 90 | 69 | BC | 17 | 2C | 0 | 1A | 10C | 26 | 39 |
| Octal | 220 | 151 | 274 | 27 | 54 | 0 | 32 | 414 | 46 | 71 |
| Binary | 10010000 | 1101001 | 10111100 | 10111 | 101100 | 0 | 11010 | 100001100 | 100110 | 111001 |
Color Harmonies of #9069BC
Complementary color
Monochromatic Colors of #9069BC
Black with #9069BC
Text Example
Text Example
White with #9069BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069BC; }
p { color: rgb(144,105,188); }
H1.HeaderClassName
{
color: #9069BC;
}
.AnyTagClassName
{
color: #9069BC;
}
</style>
background-color css
<style>
a { background-color: #9069BC; }
a { background-color: rgb(144,105,188); }
div.DivClassName
{
background-color: #9069BC;
}
.BgClassName
{
background-color: #9069BC;
}
</style>
border-color css
<style>
span { border-color: #9069BC; }
span { border-color: rgb(144,105,188); }
td.TdClassName
{
border-color: #9069BC;
}
.TagClassName
{
border-color: #9069BC;
}
</style>