Shades of Lilac Bush #936DBD
Tints of Lilac Bush #936DBD
RGB
CMYK
RGB Variations
Color information
#936DBD (or 0x936DBD) is known color: Lilac Bush. HEX triplet: 93, 6D and BD. RGB value is (147,109,189). Sum of RGB (Red+Green+Blue) = 147+109+189=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #936DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DBD is #6C9242. Grayscale: #818181. Windows color (decimal): -7115331 or 12414355. OLE color: 12414355.
HSL color Cylindrical-coordinate representation of color #936DBD: hue angle of 268.5º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #936DBD is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 109 | 189 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.26 |
| HSL | 268.5º | 0.38% | 0.58% | - |
| HSV(B) | 268.5º | 0.42% | 0.74% | - |
| XYZ | 26.69 | 20.81 | 50.76 | - |
| YUV | 129.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 189 | 0.22 | 0.42 | 0 | 0.26 | 268.5 | 0.38 | 0.58 |
| Hex | 93 | 6D | BD | 16 | 2A | 0 | 1A | 10C | 26 | 3A |
| Octal | 223 | 155 | 275 | 26 | 52 | 0 | 32 | 414 | 46 | 72 |
| Binary | 10010011 | 1101101 | 10111101 | 10110 | 101010 | 0 | 11010 | 100001100 | 100110 | 111010 |
Color Harmonies of #936DBD
Complementary color
Monochromatic Colors of #936DBD
Black with #936DBD
Text Example
Text Example
White with #936DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DBD; }
p { color: rgb(147,109,189); }
H1.HeaderClassName
{
color: #936DBD;
}
.AnyTagClassName
{
color: #936DBD;
}
</style>
background-color css
<style>
a { background-color: #936DBD; }
a { background-color: rgb(147,109,189); }
div.DivClassName
{
background-color: #936DBD;
}
.BgClassName
{
background-color: #936DBD;
}
</style>
border-color css
<style>
span { border-color: #936DBD; }
span { border-color: rgb(147,109,189); }
td.TdClassName
{
border-color: #936DBD;
}
.TagClassName
{
border-color: #936DBD;
}
</style>