Shades of Lilac Bush #9066BC
Tints of Lilac Bush #9066BC
RGB
CMYK
RGB Variations
Color information
#9066BC (or 0x9066BC) is known color: Lilac Bush. HEX triplet: 90, 66 and BC. RGB value is (144,102,188). Sum of RGB (Red+Green+Blue) = 144+102+188=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #9066BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066BC is #6F9943. Grayscale: #7C7C7C. Windows color (decimal): -7313732 or 12347024. OLE color: 12347024.
HSL color Cylindrical-coordinate representation of color #9066BC: hue angle of 269.3º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9066BC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 102 | 188 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.26 |
| HSL | 269.3º | 0.39% | 0.57% | - |
| HSV(B) | 269.3º | 0.46% | 0.74% | - |
| XYZ | 25.33 | 19.06 | 49.92 | - |
| YUV | 124.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 188 | 0.23 | 0.46 | 0 | 0.26 | 269.3 | 0.39 | 0.57 |
| Hex | 90 | 66 | BC | 17 | 2E | 0 | 1A | 10D | 27 | 39 |
| Octal | 220 | 146 | 274 | 27 | 56 | 0 | 32 | 415 | 47 | 71 |
| Binary | 10010000 | 1100110 | 10111100 | 10111 | 101110 | 0 | 11010 | 100001101 | 100111 | 111001 |
Color Harmonies of #9066BC
Complementary color
Monochromatic Colors of #9066BC
Black with #9066BC
Text Example
Text Example
White with #9066BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9066BC; }
p { color: rgb(144,102,188); }
H1.HeaderClassName
{
color: #9066BC;
}
.AnyTagClassName
{
color: #9066BC;
}
</style>
background-color css
<style>
a { background-color: #9066BC; }
a { background-color: rgb(144,102,188); }
div.DivClassName
{
background-color: #9066BC;
}
.BgClassName
{
background-color: #9066BC;
}
</style>
border-color css
<style>
span { border-color: #9066BC; }
span { border-color: rgb(144,102,188); }
td.TdClassName
{
border-color: #9066BC;
}
.TagClassName
{
border-color: #9066BC;
}
</style>