Shades of Lilac Bush #936FC6
Tints of Lilac Bush #936FC6
RGB
CMYK
RGB Variations
Color information
#936FC6 (or 0x936FC6) is known color: Lilac Bush. HEX triplet: 93, 6F and C6. RGB value is (147,111,198). Sum of RGB (Red+Green+Blue) = 147+111+198=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #936FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936FC6 is #6C9039. Grayscale: #838383. Windows color (decimal): -7114810 or 13004691. OLE color: 13004691.
HSL color Cylindrical-coordinate representation of color #936FC6: hue angle of 264.83º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #936FC6 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 111 | 198 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.22 |
| HSL | 264.83º | 0.43% | 0.61% | - |
| HSV(B) | 264.83º | 0.44% | 0.78% | - |
| XYZ | 27.91 | 21.65 | 56.13 | - |
| YUV | 131.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 198 | 0.26 | 0.44 | 0 | 0.22 | 264.83 | 0.43 | 0.61 |
| Hex | 93 | 6F | C6 | 1A | 2C | 0 | 16 | 109 | 2B | 3D |
| Octal | 223 | 157 | 306 | 32 | 54 | 0 | 26 | 411 | 53 | 75 |
| Binary | 10010011 | 1101111 | 11000110 | 11010 | 101100 | 0 | 10110 | 100001001 | 101011 | 111101 |
Color Harmonies of #936FC6
Complementary color
Monochromatic Colors of #936FC6
Black with #936FC6
Text Example
Text Example
White with #936FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936FC6; }
p { color: rgb(147,111,198); }
H1.HeaderClassName
{
color: #936FC6;
}
.AnyTagClassName
{
color: #936FC6;
}
</style>
background-color css
<style>
a { background-color: #936FC6; }
a { background-color: rgb(147,111,198); }
div.DivClassName
{
background-color: #936FC6;
}
.BgClassName
{
background-color: #936FC6;
}
</style>
border-color css
<style>
span { border-color: #936FC6; }
span { border-color: rgb(147,111,198); }
td.TdClassName
{
border-color: #936FC6;
}
.TagClassName
{
border-color: #936FC6;
}
</style>