Shades of Lilac Bush #936BBB
Tints of Lilac Bush #936BBB
RGB
CMYK
RGB Variations
Color information
#936BBB (or 0x936BBB) is known color: Lilac Bush. HEX triplet: 93, 6B and BB. RGB value is (147,107,187). Sum of RGB (Red+Green+Blue) = 147+107+187=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #936BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936BBB is #6C9444. Grayscale: #7F7F7F. Windows color (decimal): -7115845 or 12282771. OLE color: 12282771.
HSL color Cylindrical-coordinate representation of color #936BBB: hue angle of 270º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #936BBB is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 107 | 187 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.27 |
| HSL | 270º | 0.37% | 0.58% | - |
| HSV(B) | 270º | 0.43% | 0.73% | - |
| XYZ | 26.26 | 20.31 | 49.55 | - |
| YUV | 128.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 187 | 0.21 | 0.43 | 0 | 0.27 | 270 | 0.37 | 0.58 |
| Hex | 93 | 6B | BB | 15 | 2B | 0 | 1B | 10E | 25 | 3A |
| Octal | 223 | 153 | 273 | 25 | 53 | 0 | 33 | 416 | 45 | 72 |
| Binary | 10010011 | 1101011 | 10111011 | 10101 | 101011 | 0 | 11011 | 100001110 | 100101 | 111010 |
Color Harmonies of #936BBB
Complementary color
Monochromatic Colors of #936BBB
Black with #936BBB
Text Example
Text Example
White with #936BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BBB; }
p { color: rgb(147,107,187); }
H1.HeaderClassName
{
color: #936BBB;
}
.AnyTagClassName
{
color: #936BBB;
}
</style>
background-color css
<style>
a { background-color: #936BBB; }
a { background-color: rgb(147,107,187); }
div.DivClassName
{
background-color: #936BBB;
}
.BgClassName
{
background-color: #936BBB;
}
</style>
border-color css
<style>
span { border-color: #936BBB; }
span { border-color: rgb(147,107,187); }
td.TdClassName
{
border-color: #936BBB;
}
.TagClassName
{
border-color: #936BBB;
}
</style>