Shades of Deep Lilac #934EAA
Tints of Deep Lilac #934EAA
RGB
CMYK
RGB Variations
Color information
#934EAA (or 0x934EAA) is known color: Deep Lilac. HEX triplet: 93, 4E and AA. RGB value is (147,78,170). Sum of RGB (Red+Green+Blue) = 147+78+170=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #934EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #934EAA is #6CB155. Grayscale: #6C6C6C. Windows color (decimal): -7123286 or 11161235. OLE color: 11161235.
HSL color Cylindrical-coordinate representation of color #934EAA: hue angle of 285º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #934EAA is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 78 | 170 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.33 |
| HSL | 285º | 0.37% | 0.49% | - |
| HSV(B) | 285º | 0.54% | 0.67% | - |
| XYZ | 22.01 | 14.55 | 39.68 | - |
| YUV | 109.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 78 | 170 | 0.14 | 0.54 | 0 | 0.33 | 285 | 0.37 | 0.49 |
| Hex | 93 | 4E | AA | E | 36 | 0 | 21 | 11D | 25 | 31 |
| Octal | 223 | 116 | 252 | 16 | 66 | 0 | 41 | 435 | 45 | 61 |
| Binary | 10010011 | 1001110 | 10101010 | 1110 | 110110 | 0 | 100001 | 100011101 | 100101 | 110001 |
Color Harmonies of #934EAA
Complementary color
Monochromatic Colors of #934EAA
Black with #934EAA
Text Example
Text Example
White with #934EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934EAA; }
p { color: rgb(147,78,170); }
H1.HeaderClassName
{
color: #934EAA;
}
.AnyTagClassName
{
color: #934EAA;
}
</style>
background-color css
<style>
a { background-color: #934EAA; }
a { background-color: rgb(147,78,170); }
div.DivClassName
{
background-color: #934EAA;
}
.BgClassName
{
background-color: #934EAA;
}
</style>
border-color css
<style>
span { border-color: #934EAA; }
span { border-color: rgb(147,78,170); }
td.TdClassName
{
border-color: #934EAA;
}
.TagClassName
{
border-color: #934EAA;
}
</style>