Shades of Lilac Bush #9366BC
Tints of Lilac Bush #9366BC
RGB
CMYK
RGB Variations
Color information
#9366BC (or 0x9366BC) is known color: Lilac Bush. HEX triplet: 93, 66 and BC. RGB value is (147,102,188). Sum of RGB (Red+Green+Blue) = 147+102+188=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9366BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366BC is #6C9943. Grayscale: #7C7C7C. Windows color (decimal): -7117124 or 12347027. OLE color: 12347027.
HSL color Cylindrical-coordinate representation of color #9366BC: hue angle of 271.4º 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 #9366BC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 102 | 188 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.26 |
| HSL | 271.4º | 0.39% | 0.57% | - |
| HSV(B) | 271.4º | 0.46% | 0.74% | - |
| XYZ | 25.86 | 19.34 | 49.95 | - |
| YUV | 125.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 188 | 0.22 | 0.46 | 0 | 0.26 | 271.4 | 0.39 | 0.57 |
| Hex | 93 | 66 | BC | 16 | 2E | 0 | 1A | 10F | 27 | 39 |
| Octal | 223 | 146 | 274 | 26 | 56 | 0 | 32 | 417 | 47 | 71 |
| Binary | 10010011 | 1100110 | 10111100 | 10110 | 101110 | 0 | 11010 | 100001111 | 100111 | 111001 |
Color Harmonies of #9366BC
Complementary color
Monochromatic Colors of #9366BC
Black with #9366BC
Text Example
Text Example
White with #9366BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9366BC; }
p { color: rgb(147,102,188); }
H1.HeaderClassName
{
color: #9366BC;
}
.AnyTagClassName
{
color: #9366BC;
}
</style>
background-color css
<style>
a { background-color: #9366BC; }
a { background-color: rgb(147,102,188); }
div.DivClassName
{
background-color: #9366BC;
}
.BgClassName
{
background-color: #9366BC;
}
</style>
border-color css
<style>
span { border-color: #9366BC; }
span { border-color: rgb(147,102,188); }
td.TdClassName
{
border-color: #9366BC;
}
.TagClassName
{
border-color: #9366BC;
}
</style>