Shades of Deep Lilac #934DBF
Tints of Deep Lilac #934DBF
RGB
CMYK
RGB Variations
Color information
#934DBF (or 0x934DBF) is known color: Deep Lilac. HEX triplet: 93, 4D and BF. RGB value is (147,77,191). Sum of RGB (Red+Green+Blue) = 147+77+191=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #934DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DBF is #6CB240. Grayscale: #6E6E6E. Windows color (decimal): -7123521 or 12537235. OLE color: 12537235.
HSL color Cylindrical-coordinate representation of color #934DBF: hue angle of 276.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #934DBF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 77 | 191 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.25 |
| HSL | 276.84º | 0.47% | 0.53% | - |
| HSV(B) | 276.84º | 0.6% | 0.75% | - |
| XYZ | 24.09 | 15.27 | 50.97 | - |
| YUV | 110.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 191 | 0.23 | 0.60 | 0 | 0.25 | 276.84 | 0.47 | 0.53 |
| Hex | 93 | 4D | BF | 17 | 3C | 0 | 19 | 115 | 2F | 35 |
| Octal | 223 | 115 | 277 | 27 | 74 | 0 | 31 | 425 | 57 | 65 |
| Binary | 10010011 | 1001101 | 10111111 | 10111 | 111100 | 0 | 11001 | 100010101 | 101111 | 110101 |
Color Harmonies of #934DBF
Complementary color
Monochromatic Colors of #934DBF
Black with #934DBF
Text Example
Text Example
White with #934DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DBF; }
p { color: rgb(147,77,191); }
H1.HeaderClassName
{
color: #934DBF;
}
.AnyTagClassName
{
color: #934DBF;
}
</style>
background-color css
<style>
a { background-color: #934DBF; }
a { background-color: rgb(147,77,191); }
div.DivClassName
{
background-color: #934DBF;
}
.BgClassName
{
background-color: #934DBF;
}
</style>
border-color css
<style>
span { border-color: #934DBF; }
span { border-color: rgb(147,77,191); }
td.TdClassName
{
border-color: #934DBF;
}
.TagClassName
{
border-color: #934DBF;
}
</style>