Shades of Lilac Bush #9066BD
Tints of Lilac Bush #9066BD
RGB
CMYK
RGB Variations
Color information
#9066BD (or 0x9066BD) is known color: Lilac Bush. HEX triplet: 90, 66 and BD. RGB value is (144,102,189). Sum of RGB (Red+Green+Blue) = 144+102+189=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #9066BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066BD is #6F9942. Grayscale: #7C7C7C. Windows color (decimal): -7313731 or 12412560. OLE color: 12412560.
HSL color Cylindrical-coordinate representation of color #9066BD: hue angle of 268.97º degrees, saturation: 0.4, 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 #9066BD is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 102 | 189 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.26 |
| HSL | 268.97º | 0.4% | 0.57% | - |
| HSV(B) | 268.97º | 0.46% | 0.74% | - |
| XYZ | 25.44 | 19.11 | 50.49 | - |
| YUV | 124.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 189 | 0.24 | 0.46 | 0 | 0.26 | 268.97 | 0.4 | 0.57 |
| Hex | 90 | 66 | BD | 18 | 2E | 0 | 1A | 10D | 28 | 39 |
| Octal | 220 | 146 | 275 | 30 | 56 | 0 | 32 | 415 | 50 | 71 |
| Binary | 10010000 | 1100110 | 10111101 | 11000 | 101110 | 0 | 11010 | 100001101 | 101000 | 111001 |
Color Harmonies of #9066BD
Complementary color
Monochromatic Colors of #9066BD
Black with #9066BD
Text Example
Text Example
White with #9066BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9066BD; }
p { color: rgb(144,102,189); }
H1.HeaderClassName
{
color: #9066BD;
}
.AnyTagClassName
{
color: #9066BD;
}
</style>
background-color css
<style>
a { background-color: #9066BD; }
a { background-color: rgb(144,102,189); }
div.DivClassName
{
background-color: #9066BD;
}
.BgClassName
{
background-color: #9066BD;
}
</style>
border-color css
<style>
span { border-color: #9066BD; }
span { border-color: rgb(144,102,189); }
td.TdClassName
{
border-color: #9066BD;
}
.TagClassName
{
border-color: #9066BD;
}
</style>