Shades of Lilac Bush #936FCC
Tints of Lilac Bush #936FCC
RGB
CMYK
RGB Variations
Color information
#936FCC (or 0x936FCC) is known color: Lilac Bush. HEX triplet: 93, 6F and CC. RGB value is (147,111,204). Sum of RGB (Red+Green+Blue) = 147+111+204=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #936FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936FCC is #6C9033. Grayscale: #848484. Windows color (decimal): -7114804 or 13397907. OLE color: 13397907.
HSL color Cylindrical-coordinate representation of color #936FCC: hue angle of 263.23º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #936FCC is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 111 | 204 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.2 |
| HSL | 263.23º | 0.48% | 0.62% | - |
| HSV(B) | 263.23º | 0.46% | 0.8% | - |
| XYZ | 28.62 | 21.93 | 59.85 | - |
| YUV | 132.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 204 | 0.28 | 0.46 | 0 | 0.2 | 263.23 | 0.48 | 0.62 |
| Hex | 93 | 6F | CC | 1C | 2E | 0 | 14 | 107 | 30 | 3E |
| Octal | 223 | 157 | 314 | 34 | 56 | 0 | 24 | 407 | 60 | 76 |
| Binary | 10010011 | 1101111 | 11001100 | 11100 | 101110 | 0 | 10100 | 100000111 | 110000 | 111110 |
Color Harmonies of #936FCC
Complementary color
Monochromatic Colors of #936FCC
Black with #936FCC
Text Example
Text Example
White with #936FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936FCC; }
p { color: rgb(147,111,204); }
H1.HeaderClassName
{
color: #936FCC;
}
.AnyTagClassName
{
color: #936FCC;
}
</style>
background-color css
<style>
a { background-color: #936FCC; }
a { background-color: rgb(147,111,204); }
div.DivClassName
{
background-color: #936FCC;
}
.BgClassName
{
background-color: #936FCC;
}
</style>
border-color css
<style>
span { border-color: #936FCC; }
span { border-color: rgb(147,111,204); }
td.TdClassName
{
border-color: #936FCC;
}
.TagClassName
{
border-color: #936FCC;
}
</style>