Shades of Lilac Bush #936EC9
Tints of Lilac Bush #936EC9
RGB
CMYK
RGB Variations
Color information
#936EC9 (or 0x936EC9) is known color: Lilac Bush. HEX triplet: 93, 6E and C9. RGB value is (147,110,201). Sum of RGB (Red+Green+Blue) = 147+110+201=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #936EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936EC9 is #6C9136. Grayscale: #838383. Windows color (decimal): -7115063 or 13201043. OLE color: 13201043.
HSL color Cylindrical-coordinate representation of color #936EC9: hue angle of 264.4º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #936EC9 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 110 | 201 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.21 |
| HSL | 264.4º | 0.46% | 0.61% | - |
| HSV(B) | 264.4º | 0.45% | 0.79% | - |
| XYZ | 28.15 | 21.57 | 57.94 | - |
| YUV | 131.44 | 167.26 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 201 | 0.27 | 0.45 | 0 | 0.21 | 264.4 | 0.46 | 0.61 |
| Hex | 93 | 6E | C9 | 1B | 2D | 0 | 15 | 108 | 2E | 3D |
| Octal | 223 | 156 | 311 | 33 | 55 | 0 | 25 | 410 | 56 | 75 |
| Binary | 10010011 | 1101110 | 11001001 | 11011 | 101101 | 0 | 10101 | 100001000 | 101110 | 111101 |
Color Harmonies of #936EC9
Complementary color
Monochromatic Colors of #936EC9
Black with #936EC9
Text Example
Text Example
White with #936EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EC9; }
p { color: rgb(147,110,201); }
H1.HeaderClassName
{
color: #936EC9;
}
.AnyTagClassName
{
color: #936EC9;
}
</style>
background-color css
<style>
a { background-color: #936EC9; }
a { background-color: rgb(147,110,201); }
div.DivClassName
{
background-color: #936EC9;
}
.BgClassName
{
background-color: #936EC9;
}
</style>
border-color css
<style>
span { border-color: #936EC9; }
span { border-color: rgb(147,110,201); }
td.TdClassName
{
border-color: #936EC9;
}
.TagClassName
{
border-color: #936EC9;
}
</style>