Shades of Deep Lilac #934FAD
Tints of Deep Lilac #934FAD
RGB
CMYK
RGB Variations
Color information
#934FAD (or 0x934FAD) is known color: Deep Lilac. HEX triplet: 93, 4F and AD. RGB value is (147,79,173). Sum of RGB (Red+Green+Blue) = 147+79+173=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #934FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934FAD is #6CB052. Grayscale: #6D6D6D. Windows color (decimal): -7123027 or 11358099. OLE color: 11358099.
HSL color Cylindrical-coordinate representation of color #934FAD: hue angle of 283.4º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #934FAD is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 79 | 173 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.32 |
| HSL | 283.4º | 0.37% | 0.49% | - |
| HSV(B) | 283.4º | 0.54% | 0.68% | - |
| XYZ | 22.37 | 14.81 | 41.22 | - |
| YUV | 110.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 173 | 0.15 | 0.54 | 0 | 0.32 | 283.4 | 0.37 | 0.49 |
| Hex | 93 | 4F | AD | F | 36 | 0 | 20 | 11B | 25 | 31 |
| Octal | 223 | 117 | 255 | 17 | 66 | 0 | 40 | 433 | 45 | 61 |
| Binary | 10010011 | 1001111 | 10101101 | 1111 | 110110 | 0 | 100000 | 100011011 | 100101 | 110001 |
Color Harmonies of #934FAD
Complementary color
Monochromatic Colors of #934FAD
Black with #934FAD
Text Example
Text Example
White with #934FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934FAD; }
p { color: rgb(147,79,173); }
H1.HeaderClassName
{
color: #934FAD;
}
.AnyTagClassName
{
color: #934FAD;
}
</style>
background-color css
<style>
a { background-color: #934FAD; }
a { background-color: rgb(147,79,173); }
div.DivClassName
{
background-color: #934FAD;
}
.BgClassName
{
background-color: #934FAD;
}
</style>
border-color css
<style>
span { border-color: #934FAD; }
span { border-color: rgb(147,79,173); }
td.TdClassName
{
border-color: #934FAD;
}
.TagClassName
{
border-color: #934FAD;
}
</style>