Shades of Deep Lilac #934DA4
Tints of Deep Lilac #934DA4
RGB
CMYK
RGB Variations
Color information
#934DA4 (or 0x934DA4) is known color: Deep Lilac. HEX triplet: 93, 4D and A4. RGB value is (147,77,164). Sum of RGB (Red+Green+Blue) = 147+77+164=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 164 - color contains mainly: blue. Hex color #934DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934DA4 is #6CB25B. Grayscale: #6B6B6B. Windows color (decimal): -7123548 or 10767763. OLE color: 10767763.
HSL color Cylindrical-coordinate representation of color #934DA4: hue angle of 288.28º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #934DA4 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 77 | 164 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.36 |
| HSL | 288.28º | 0.36% | 0.47% | - |
| HSV(B) | 288.28º | 0.53% | 0.64% | - |
| XYZ | 21.39 | 14.19 | 36.73 | - |
| YUV | 107.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 164 | 0.10 | 0.53 | 0 | 0.36 | 288.28 | 0.36 | 0.47 |
| Hex | 93 | 4D | A4 | A | 35 | 0 | 24 | 120 | 24 | 2F |
| Octal | 223 | 115 | 244 | 12 | 65 | 0 | 44 | 440 | 44 | 57 |
| Binary | 10010011 | 1001101 | 10100100 | 1010 | 110101 | 0 | 100100 | 100100000 | 100100 | 101111 |
Color Harmonies of #934DA4
Complementary color
Monochromatic Colors of #934DA4
Black with #934DA4
Text Example
Text Example
White with #934DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934DA4; }
p { color: rgb(147,77,164); }
H1.HeaderClassName
{
color: #934DA4;
}
.AnyTagClassName
{
color: #934DA4;
}
</style>
background-color css
<style>
a { background-color: #934DA4; }
a { background-color: rgb(147,77,164); }
div.DivClassName
{
background-color: #934DA4;
}
.BgClassName
{
background-color: #934DA4;
}
</style>
border-color css
<style>
span { border-color: #934DA4; }
span { border-color: rgb(147,77,164); }
td.TdClassName
{
border-color: #934DA4;
}
.TagClassName
{
border-color: #934DA4;
}
</style>