Shades of Lilac Bush #9466B9
Tints of Lilac Bush #9466B9
RGB
CMYK
RGB Variations
Color information
#9466B9 (or 0x9466B9) is known color: Lilac Bush. HEX triplet: 94, 66 and B9. RGB value is (148,102,185). Sum of RGB (Red+Green+Blue) = 148+102+185=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #9466B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466B9 is #6B9946. Grayscale: #7C7C7C. Windows color (decimal): -7051591 or 12150420. OLE color: 12150420.
HSL color Cylindrical-coordinate representation of color #9466B9: hue angle of 273.25º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9466B9 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 102 | 185 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.27 |
| HSL | 273.25º | 0.37% | 0.56% | - |
| HSV(B) | 273.25º | 0.45% | 0.73% | - |
| XYZ | 25.72 | 19.3 | 48.27 | - |
| YUV | 125.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 185 | 0.20 | 0.45 | 0 | 0.27 | 273.25 | 0.37 | 0.56 |
| Hex | 94 | 66 | B9 | 14 | 2D | 0 | 1B | 111 | 25 | 38 |
| Octal | 224 | 146 | 271 | 24 | 55 | 0 | 33 | 421 | 45 | 70 |
| Binary | 10010100 | 1100110 | 10111001 | 10100 | 101101 | 0 | 11011 | 100010001 | 100101 | 111000 |
Color Harmonies of #9466B9
Complementary color
Monochromatic Colors of #9466B9
Black with #9466B9
Text Example
Text Example
White with #9466B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9466B9; }
p { color: rgb(148,102,185); }
H1.HeaderClassName
{
color: #9466B9;
}
.AnyTagClassName
{
color: #9466B9;
}
</style>
background-color css
<style>
a { background-color: #9466B9; }
a { background-color: rgb(148,102,185); }
div.DivClassName
{
background-color: #9466B9;
}
.BgClassName
{
background-color: #9466B9;
}
</style>
border-color css
<style>
span { border-color: #9466B9; }
span { border-color: rgb(148,102,185); }
td.TdClassName
{
border-color: #9466B9;
}
.TagClassName
{
border-color: #9466B9;
}
</style>