Shades of Lilac Bush #9466BA
Tints of Lilac Bush #9466BA
RGB
CMYK
RGB Variations
Color information
#9466BA (or 0x9466BA) is known color: Lilac Bush. HEX triplet: 94, 66 and BA. RGB value is (148,102,186). Sum of RGB (Red+Green+Blue) = 148+102+186=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9466BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466BA is #6B9945. Grayscale: #7D7D7D. Windows color (decimal): -7051590 or 12215956. OLE color: 12215956.
HSL color Cylindrical-coordinate representation of color #9466BA: hue angle of 272.86º degrees, saturation: 0.38, 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 #9466BA is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 102 | 186 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.27 |
| HSL | 272.86º | 0.38% | 0.56% | - |
| HSV(B) | 272.86º | 0.45% | 0.73% | - |
| XYZ | 25.83 | 19.34 | 48.83 | - |
| YUV | 125.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 186 | 0.20 | 0.45 | 0 | 0.27 | 272.86 | 0.38 | 0.56 |
| Hex | 94 | 66 | BA | 14 | 2D | 0 | 1B | 111 | 26 | 38 |
| Octal | 224 | 146 | 272 | 24 | 55 | 0 | 33 | 421 | 46 | 70 |
| Binary | 10010100 | 1100110 | 10111010 | 10100 | 101101 | 0 | 11011 | 100010001 | 100110 | 111000 |
Color Harmonies of #9466BA
Complementary color
Monochromatic Colors of #9466BA
Black with #9466BA
Text Example
Text Example
White with #9466BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9466BA; }
p { color: rgb(148,102,186); }
H1.HeaderClassName
{
color: #9466BA;
}
.AnyTagClassName
{
color: #9466BA;
}
</style>
background-color css
<style>
a { background-color: #9466BA; }
a { background-color: rgb(148,102,186); }
div.DivClassName
{
background-color: #9466BA;
}
.BgClassName
{
background-color: #9466BA;
}
</style>
border-color css
<style>
span { border-color: #9466BA; }
span { border-color: rgb(148,102,186); }
td.TdClassName
{
border-color: #9466BA;
}
.TagClassName
{
border-color: #9466BA;
}
</style>