Shades of Lilac Bush #936CC0
Tints of Lilac Bush #936CC0
RGB
CMYK
RGB Variations
Color information
#936CC0 (or 0x936CC0) is known color: Lilac Bush. HEX triplet: 93, 6C and C0. RGB value is (147,108,192). Sum of RGB (Red+Green+Blue) = 147+108+192=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #936CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936CC0 is #6C933F. Grayscale: #808080. Windows color (decimal): -7115584 or 12610707. OLE color: 12610707.
HSL color Cylindrical-coordinate representation of color #936CC0: hue angle of 267.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #936CC0 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 108 | 192 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.25 |
| HSL | 267.86º | 0.4% | 0.59% | - |
| HSV(B) | 267.86º | 0.44% | 0.75% | - |
| XYZ | 26.91 | 20.73 | 52.45 | - |
| YUV | 129.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 192 | 0.23 | 0.44 | 0 | 0.25 | 267.86 | 0.4 | 0.59 |
| Hex | 93 | 6C | C0 | 17 | 2C | 0 | 19 | 10C | 28 | 3B |
| Octal | 223 | 154 | 300 | 27 | 54 | 0 | 31 | 414 | 50 | 73 |
| Binary | 10010011 | 1101100 | 11000000 | 10111 | 101100 | 0 | 11001 | 100001100 | 101000 | 111011 |
Color Harmonies of #936CC0
Complementary color
Monochromatic Colors of #936CC0
Black with #936CC0
Text Example
Text Example
White with #936CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CC0; }
p { color: rgb(147,108,192); }
H1.HeaderClassName
{
color: #936CC0;
}
.AnyTagClassName
{
color: #936CC0;
}
</style>
background-color css
<style>
a { background-color: #936CC0; }
a { background-color: rgb(147,108,192); }
div.DivClassName
{
background-color: #936CC0;
}
.BgClassName
{
background-color: #936CC0;
}
</style>
border-color css
<style>
span { border-color: #936CC0; }
span { border-color: rgb(147,108,192); }
td.TdClassName
{
border-color: #936CC0;
}
.TagClassName
{
border-color: #936CC0;
}
</style>