Shades of Deep Lilac #934DAC
Tints of Deep Lilac #934DAC
RGB
CMYK
RGB Variations
Color information
#934DAC (or 0x934DAC) is known color: Deep Lilac. HEX triplet: 93, 4D and AC. RGB value is (147,77,172). Sum of RGB (Red+Green+Blue) = 147+77+172=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #934DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934DAC is #6CB253. Grayscale: #6C6C6C. Windows color (decimal): -7123540 or 11292051. OLE color: 11292051.
HSL color Cylindrical-coordinate representation of color #934DAC: hue angle of 284.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #934DAC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 77 | 172 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.33 |
| HSL | 284.21º | 0.38% | 0.49% | - |
| HSV(B) | 284.21º | 0.55% | 0.67% | - |
| XYZ | 22.13 | 14.49 | 40.66 | - |
| YUV | 108.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 172 | 0.15 | 0.55 | 0 | 0.33 | 284.21 | 0.38 | 0.49 |
| Hex | 93 | 4D | AC | F | 37 | 0 | 21 | 11C | 26 | 31 |
| Octal | 223 | 115 | 254 | 17 | 67 | 0 | 41 | 434 | 46 | 61 |
| Binary | 10010011 | 1001101 | 10101100 | 1111 | 110111 | 0 | 100001 | 100011100 | 100110 | 110001 |
Color Harmonies of #934DAC
Complementary color
Monochromatic Colors of #934DAC
Black with #934DAC
Text Example
Text Example
White with #934DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DAC; }
p { color: rgb(147,77,172); }
H1.HeaderClassName
{
color: #934DAC;
}
.AnyTagClassName
{
color: #934DAC;
}
</style>
background-color css
<style>
a { background-color: #934DAC; }
a { background-color: rgb(147,77,172); }
div.DivClassName
{
background-color: #934DAC;
}
.BgClassName
{
background-color: #934DAC;
}
</style>
border-color css
<style>
span { border-color: #934DAC; }
span { border-color: rgb(147,77,172); }
td.TdClassName
{
border-color: #934DAC;
}
.TagClassName
{
border-color: #934DAC;
}
</style>