Shades of Lilac Bush #9366BA
Tints of Lilac Bush #9366BA
RGB
CMYK
RGB Variations
Color information
#9366BA (or 0x9366BA) is known color: Lilac Bush. HEX triplet: 93, 66 and BA. RGB value is (147,102,186). Sum of RGB (Red+Green+Blue) = 147+102+186=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #9366BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366BA is #6C9945. Grayscale: #7C7C7C. Windows color (decimal): -7117126 or 12215955. OLE color: 12215955.
HSL color Cylindrical-coordinate representation of color #9366BA: hue angle of 272.14º 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 #9366BA is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 102 | 186 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.27 |
| HSL | 272.14º | 0.38% | 0.56% | - |
| HSV(B) | 272.14º | 0.45% | 0.73% | - |
| XYZ | 25.65 | 19.25 | 48.82 | - |
| YUV | 125.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 186 | 0.21 | 0.45 | 0 | 0.27 | 272.14 | 0.38 | 0.56 |
| Hex | 93 | 66 | BA | 15 | 2D | 0 | 1B | 110 | 26 | 38 |
| Octal | 223 | 146 | 272 | 25 | 55 | 0 | 33 | 420 | 46 | 70 |
| Binary | 10010011 | 1100110 | 10111010 | 10101 | 101101 | 0 | 11011 | 100010000 | 100110 | 111000 |
Color Harmonies of #9366BA
Complementary color
Monochromatic Colors of #9366BA
Black with #9366BA
Text Example
Text Example
White with #9366BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9366BA; }
p { color: rgb(147,102,186); }
H1.HeaderClassName
{
color: #9366BA;
}
.AnyTagClassName
{
color: #9366BA;
}
</style>
background-color css
<style>
a { background-color: #9366BA; }
a { background-color: rgb(147,102,186); }
div.DivClassName
{
background-color: #9366BA;
}
.BgClassName
{
background-color: #9366BA;
}
</style>
border-color css
<style>
span { border-color: #9366BA; }
span { border-color: rgb(147,102,186); }
td.TdClassName
{
border-color: #9366BA;
}
.TagClassName
{
border-color: #9366BA;
}
</style>