Shades of Lilac Bush #9369B9
Tints of Lilac Bush #9369B9
RGB
CMYK
RGB Variations
Color information
#9369B9 (or 0x9369B9) is known color: Lilac Bush. HEX triplet: 93, 69 and B9. RGB value is (147,105,185). Sum of RGB (Red+Green+Blue) = 147+105+185=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #9369B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369B9 is #6C9646. Grayscale: #7E7E7E. Windows color (decimal): -7116359 or 12151187. OLE color: 12151187.
HSL color Cylindrical-coordinate representation of color #9369B9: hue angle of 271.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9369B9 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 105 | 185 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.27 |
| HSL | 271.5º | 0.36% | 0.57% | - |
| HSV(B) | 271.5º | 0.43% | 0.73% | - |
| XYZ | 25.84 | 19.81 | 48.36 | - |
| YUV | 126.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 185 | 0.21 | 0.43 | 0 | 0.27 | 271.5 | 0.36 | 0.57 |
| Hex | 93 | 69 | B9 | 15 | 2B | 0 | 1B | 110 | 24 | 39 |
| Octal | 223 | 151 | 271 | 25 | 53 | 0 | 33 | 420 | 44 | 71 |
| Binary | 10010011 | 1101001 | 10111001 | 10101 | 101011 | 0 | 11011 | 100010000 | 100100 | 111001 |
Color Harmonies of #9369B9
Complementary color
Monochromatic Colors of #9369B9
Black with #9369B9
Text Example
Text Example
White with #9369B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9369B9; }
p { color: rgb(147,105,185); }
H1.HeaderClassName
{
color: #9369B9;
}
.AnyTagClassName
{
color: #9369B9;
}
</style>
background-color css
<style>
a { background-color: #9369B9; }
a { background-color: rgb(147,105,185); }
div.DivClassName
{
background-color: #9369B9;
}
.BgClassName
{
background-color: #9369B9;
}
</style>
border-color css
<style>
span { border-color: #9369B9; }
span { border-color: rgb(147,105,185); }
td.TdClassName
{
border-color: #9369B9;
}
.TagClassName
{
border-color: #9369B9;
}
</style>