Shades of Lilac Bush #936DC9
Tints of Lilac Bush #936DC9
RGB
CMYK
RGB Variations
Color information
#936DC9 (or 0x936DC9) is known color: Lilac Bush. HEX triplet: 93, 6D and C9. RGB value is (147,109,201). Sum of RGB (Red+Green+Blue) = 147+109+201=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #936DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DC9 is #6C9236. Grayscale: #828282. Windows color (decimal): -7115319 or 13200787. OLE color: 13200787.
HSL color Cylindrical-coordinate representation of color #936DC9: hue angle of 264.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #936DC9 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 109 | 201 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.21 |
| HSL | 264.78º | 0.46% | 0.61% | - |
| HSV(B) | 264.78º | 0.46% | 0.79% | - |
| XYZ | 28.04 | 21.36 | 57.9 | - |
| YUV | 130.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 201 | 0.27 | 0.46 | 0 | 0.21 | 264.78 | 0.46 | 0.61 |
| Hex | 93 | 6D | C9 | 1B | 2E | 0 | 15 | 109 | 2E | 3D |
| Octal | 223 | 155 | 311 | 33 | 56 | 0 | 25 | 411 | 56 | 75 |
| Binary | 10010011 | 1101101 | 11001001 | 11011 | 101110 | 0 | 10101 | 100001001 | 101110 | 111101 |
Color Harmonies of #936DC9
Complementary color
Monochromatic Colors of #936DC9
Black with #936DC9
Text Example
Text Example
White with #936DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DC9; }
p { color: rgb(147,109,201); }
H1.HeaderClassName
{
color: #936DC9;
}
.AnyTagClassName
{
color: #936DC9;
}
</style>
background-color css
<style>
a { background-color: #936DC9; }
a { background-color: rgb(147,109,201); }
div.DivClassName
{
background-color: #936DC9;
}
.BgClassName
{
background-color: #936DC9;
}
</style>
border-color css
<style>
span { border-color: #936DC9; }
span { border-color: rgb(147,109,201); }
td.TdClassName
{
border-color: #936DC9;
}
.TagClassName
{
border-color: #936DC9;
}
</style>