Shades of Lilac Bush #9365BA
Tints of Lilac Bush #9365BA
RGB
CMYK
RGB Variations
Color information
#9365BA (or 0x9365BA) is known color: Lilac Bush. HEX triplet: 93, 65 and BA. RGB value is (147,101,186). Sum of RGB (Red+Green+Blue) = 147+101+186=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #9365BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365BA is #6C9A45. Grayscale: #7C7C7C. Windows color (decimal): -7117382 or 12215699. OLE color: 12215699.
HSL color Cylindrical-coordinate representation of color #9365BA: hue angle of 272.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9365BA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 101 | 186 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.27 |
| HSL | 272.47º | 0.38% | 0.56% | - |
| HSV(B) | 272.47º | 0.46% | 0.73% | - |
| XYZ | 25.55 | 19.06 | 48.79 | - |
| YUV | 124.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 101 | 186 | 0.21 | 0.46 | 0 | 0.27 | 272.47 | 0.38 | 0.56 |
| Hex | 93 | 65 | BA | 15 | 2E | 0 | 1B | 110 | 26 | 38 |
| Octal | 223 | 145 | 272 | 25 | 56 | 0 | 33 | 420 | 46 | 70 |
| Binary | 10010011 | 1100101 | 10111010 | 10101 | 101110 | 0 | 11011 | 100010000 | 100110 | 111000 |
Color Harmonies of #9365BA
Complementary color
Monochromatic Colors of #9365BA
Black with #9365BA
Text Example
Text Example
White with #9365BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9365BA; }
p { color: rgb(147,101,186); }
H1.HeaderClassName
{
color: #9365BA;
}
.AnyTagClassName
{
color: #9365BA;
}
</style>
background-color css
<style>
a { background-color: #9365BA; }
a { background-color: rgb(147,101,186); }
div.DivClassName
{
background-color: #9365BA;
}
.BgClassName
{
background-color: #9365BA;
}
</style>
border-color css
<style>
span { border-color: #9365BA; }
span { border-color: rgb(147,101,186); }
td.TdClassName
{
border-color: #9365BA;
}
.TagClassName
{
border-color: #9365BA;
}
</style>