Shades of Deep Lilac #934DA6
Tints of Deep Lilac #934DA6
RGB
CMYK
RGB Variations
Color information
#934DA6 (or 0x934DA6) is known color: Deep Lilac. HEX triplet: 93, 4D and A6. RGB value is (147,77,166). Sum of RGB (Red+Green+Blue) = 147+77+166=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #934DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934DA6 is #6CB259. Grayscale: #6B6B6B. Windows color (decimal): -7123546 or 10898835. OLE color: 10898835.
HSL color Cylindrical-coordinate representation of color #934DA6: hue angle of 287.19º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #934DA6 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 77 | 166 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.35 |
| HSL | 287.19º | 0.37% | 0.48% | - |
| HSV(B) | 287.19º | 0.54% | 0.65% | - |
| XYZ | 21.57 | 14.26 | 37.69 | - |
| YUV | 108.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 166 | 0.11 | 0.54 | 0 | 0.35 | 287.19 | 0.37 | 0.48 |
| Hex | 93 | 4D | A6 | B | 36 | 0 | 23 | 11F | 25 | 30 |
| Octal | 223 | 115 | 246 | 13 | 66 | 0 | 43 | 437 | 45 | 60 |
| Binary | 10010011 | 1001101 | 10100110 | 1011 | 110110 | 0 | 100011 | 100011111 | 100101 | 110000 |
Color Harmonies of #934DA6
Complementary color
Monochromatic Colors of #934DA6
Black with #934DA6
Text Example
Text Example
White with #934DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DA6; }
p { color: rgb(147,77,166); }
H1.HeaderClassName
{
color: #934DA6;
}
.AnyTagClassName
{
color: #934DA6;
}
</style>
background-color css
<style>
a { background-color: #934DA6; }
a { background-color: rgb(147,77,166); }
div.DivClassName
{
background-color: #934DA6;
}
.BgClassName
{
background-color: #934DA6;
}
</style>
border-color css
<style>
span { border-color: #934DA6; }
span { border-color: rgb(147,77,166); }
td.TdClassName
{
border-color: #934DA6;
}
.TagClassName
{
border-color: #934DA6;
}
</style>