Shades of Deep Lilac #945EAC
Tints of Deep Lilac #945EAC
RGB
CMYK
RGB Variations
Color information
#945EAC (or 0x945EAC) is known color: Deep Lilac. HEX triplet: 94, 5E and AC. RGB value is (148,94,172). Sum of RGB (Red+Green+Blue) = 148+94+172=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #945EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945EAC is #6BA153. Grayscale: #767676. Windows color (decimal): -7053652 or 11296404. OLE color: 11296404.
HSL color Cylindrical-coordinate representation of color #945EAC: hue angle of 281.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945EAC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 94 | 172 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.33 |
| HSL | 281.54º | 0.32% | 0.52% | - |
| HSV(B) | 281.54º | 0.45% | 0.67% | - |
| XYZ | 23.66 | 17.28 | 41.12 | - |
| YUV | 119.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 172 | 0.14 | 0.45 | 0 | 0.33 | 281.54 | 0.32 | 0.52 |
| Hex | 94 | 5E | AC | E | 2D | 0 | 21 | 11A | 20 | 34 |
| Octal | 224 | 136 | 254 | 16 | 55 | 0 | 41 | 432 | 40 | 64 |
| Binary | 10010100 | 1011110 | 10101100 | 1110 | 101101 | 0 | 100001 | 100011010 | 100000 | 110100 |
Color Harmonies of #945EAC
Complementary color
Monochromatic Colors of #945EAC
Black with #945EAC
Text Example
Text Example
White with #945EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945EAC; }
p { color: rgb(148,94,172); }
H1.HeaderClassName
{
color: #945EAC;
}
.AnyTagClassName
{
color: #945EAC;
}
</style>
background-color css
<style>
a { background-color: #945EAC; }
a { background-color: rgb(148,94,172); }
div.DivClassName
{
background-color: #945EAC;
}
.BgClassName
{
background-color: #945EAC;
}
</style>
border-color css
<style>
span { border-color: #945EAC; }
span { border-color: rgb(148,94,172); }
td.TdClassName
{
border-color: #945EAC;
}
.TagClassName
{
border-color: #945EAC;
}
</style>