Shades of Deep Lilac #934EBC
Tints of Deep Lilac #934EBC
RGB
CMYK
RGB Variations
Color information
#934EBC (or 0x934EBC) is known color: Deep Lilac. HEX triplet: 93, 4E and BC. RGB value is (147,78,188). Sum of RGB (Red+Green+Blue) = 147+78+188=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #934EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934EBC is #6CB143. Grayscale: #6E6E6E. Windows color (decimal): -7123268 or 12340883. OLE color: 12340883.
HSL color Cylindrical-coordinate representation of color #934EBC: hue angle of 277.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #934EBC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 78 | 188 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.26 |
| HSL | 277.64º | 0.45% | 0.52% | - |
| HSV(B) | 277.64º | 0.59% | 0.74% | - |
| XYZ | 23.83 | 15.28 | 49.27 | - |
| YUV | 111.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 188 | 0.22 | 0.59 | 0 | 0.26 | 277.64 | 0.45 | 0.52 |
| Hex | 93 | 4E | BC | 16 | 3B | 0 | 1A | 116 | 2D | 34 |
| Octal | 223 | 116 | 274 | 26 | 73 | 0 | 32 | 426 | 55 | 64 |
| Binary | 10010011 | 1001110 | 10111100 | 10110 | 111011 | 0 | 11010 | 100010110 | 101101 | 110100 |
Color Harmonies of #934EBC
Complementary color
Monochromatic Colors of #934EBC
Black with #934EBC
Text Example
Text Example
White with #934EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EBC; }
p { color: rgb(147,78,188); }
H1.HeaderClassName
{
color: #934EBC;
}
.AnyTagClassName
{
color: #934EBC;
}
</style>
background-color css
<style>
a { background-color: #934EBC; }
a { background-color: rgb(147,78,188); }
div.DivClassName
{
background-color: #934EBC;
}
.BgClassName
{
background-color: #934EBC;
}
</style>
border-color css
<style>
span { border-color: #934EBC; }
span { border-color: rgb(147,78,188); }
td.TdClassName
{
border-color: #934EBC;
}
.TagClassName
{
border-color: #934EBC;
}
</style>