Shades of Deep Lilac #934DBD
Tints of Deep Lilac #934DBD
RGB
CMYK
RGB Variations
Color information
#934DBD (or 0x934DBD) is known color: Deep Lilac. HEX triplet: 93, 4D and BD. RGB value is (147,77,189). Sum of RGB (Red+Green+Blue) = 147+77+189=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #934DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DBD is #6CB242. Grayscale: #6E6E6E. Windows color (decimal): -7123523 or 12406163. OLE color: 12406163.
HSL color Cylindrical-coordinate representation of color #934DBD: hue angle of 277.5º degrees, saturation: 0.46, 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 #934DBD is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 77 | 189 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.26 |
| HSL | 277.5º | 0.46% | 0.52% | - |
| HSV(B) | 277.5º | 0.59% | 0.74% | - |
| XYZ | 23.87 | 15.18 | 49.82 | - |
| YUV | 110.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 189 | 0.22 | 0.59 | 0 | 0.26 | 277.5 | 0.46 | 0.52 |
| Hex | 93 | 4D | BD | 16 | 3B | 0 | 1A | 116 | 2E | 34 |
| Octal | 223 | 115 | 275 | 26 | 73 | 0 | 32 | 426 | 56 | 64 |
| Binary | 10010011 | 1001101 | 10111101 | 10110 | 111011 | 0 | 11010 | 100010110 | 101110 | 110100 |
Color Harmonies of #934DBD
Complementary color
Monochromatic Colors of #934DBD
Black with #934DBD
Text Example
Text Example
White with #934DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DBD; }
p { color: rgb(147,77,189); }
H1.HeaderClassName
{
color: #934DBD;
}
.AnyTagClassName
{
color: #934DBD;
}
</style>
background-color css
<style>
a { background-color: #934DBD; }
a { background-color: rgb(147,77,189); }
div.DivClassName
{
background-color: #934DBD;
}
.BgClassName
{
background-color: #934DBD;
}
</style>
border-color css
<style>
span { border-color: #934DBD; }
span { border-color: rgb(147,77,189); }
td.TdClassName
{
border-color: #934DBD;
}
.TagClassName
{
border-color: #934DBD;
}
</style>