Shades of Lilac Bush #936FBD
Tints of Lilac Bush #936FBD
RGB
CMYK
RGB Variations
Color information
#936FBD (or 0x936FBD) is known color: Lilac Bush. HEX triplet: 93, 6F and BD. RGB value is (147,111,189). Sum of RGB (Red+Green+Blue) = 147+111+189=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #936FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936FBD is #6C9042. Grayscale: #828282. Windows color (decimal): -7114819 or 12414867. OLE color: 12414867.
HSL color Cylindrical-coordinate representation of color #936FBD: hue angle of 267.69º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #936FBD is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 111 | 189 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.26 |
| HSL | 267.69º | 0.37% | 0.59% | - |
| HSV(B) | 267.69º | 0.41% | 0.74% | - |
| XYZ | 26.9 | 21.25 | 50.83 | - |
| YUV | 130.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 189 | 0.22 | 0.41 | 0 | 0.26 | 267.69 | 0.37 | 0.59 |
| Hex | 93 | 6F | BD | 16 | 29 | 0 | 1A | 10C | 25 | 3B |
| Octal | 223 | 157 | 275 | 26 | 51 | 0 | 32 | 414 | 45 | 73 |
| Binary | 10010011 | 1101111 | 10111101 | 10110 | 101001 | 0 | 11010 | 100001100 | 100101 | 111011 |
Color Harmonies of #936FBD
Complementary color
Monochromatic Colors of #936FBD
Black with #936FBD
Text Example
Text Example
White with #936FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936FBD; }
p { color: rgb(147,111,189); }
H1.HeaderClassName
{
color: #936FBD;
}
.AnyTagClassName
{
color: #936FBD;
}
</style>
background-color css
<style>
a { background-color: #936FBD; }
a { background-color: rgb(147,111,189); }
div.DivClassName
{
background-color: #936FBD;
}
.BgClassName
{
background-color: #936FBD;
}
</style>
border-color css
<style>
span { border-color: #936FBD; }
span { border-color: rgb(147,111,189); }
td.TdClassName
{
border-color: #936FBD;
}
.TagClassName
{
border-color: #936FBD;
}
</style>