Shades of Lilac Bush #936BBD
Tints of Lilac Bush #936BBD
RGB
CMYK
RGB Variations
Color information
#936BBD (or 0x936BBD) is known color: Lilac Bush. HEX triplet: 93, 6B and BD. RGB value is (147,107,189). Sum of RGB (Red+Green+Blue) = 147+107+189=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #936BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936BBD is #6C9442. Grayscale: #808080. Windows color (decimal): -7115843 or 12413843. OLE color: 12413843.
HSL color Cylindrical-coordinate representation of color #936BBD: hue angle of 269.27º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #936BBD is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 107 | 189 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.26 |
| HSL | 269.27º | 0.38% | 0.58% | - |
| HSV(B) | 269.27º | 0.43% | 0.74% | - |
| XYZ | 26.48 | 20.39 | 50.68 | - |
| YUV | 128.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 189 | 0.22 | 0.43 | 0 | 0.26 | 269.27 | 0.38 | 0.58 |
| Hex | 93 | 6B | BD | 16 | 2B | 0 | 1A | 10D | 26 | 3A |
| Octal | 223 | 153 | 275 | 26 | 53 | 0 | 32 | 415 | 46 | 72 |
| Binary | 10010011 | 1101011 | 10111101 | 10110 | 101011 | 0 | 11010 | 100001101 | 100110 | 111010 |
Color Harmonies of #936BBD
Complementary color
Monochromatic Colors of #936BBD
Black with #936BBD
Text Example
Text Example
White with #936BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BBD; }
p { color: rgb(147,107,189); }
H1.HeaderClassName
{
color: #936BBD;
}
.AnyTagClassName
{
color: #936BBD;
}
</style>
background-color css
<style>
a { background-color: #936BBD; }
a { background-color: rgb(147,107,189); }
div.DivClassName
{
background-color: #936BBD;
}
.BgClassName
{
background-color: #936BBD;
}
</style>
border-color css
<style>
span { border-color: #936BBD; }
span { border-color: rgb(147,107,189); }
td.TdClassName
{
border-color: #936BBD;
}
.TagClassName
{
border-color: #936BBD;
}
</style>