Shades of Deep Lilac #945EAE
Tints of Deep Lilac #945EAE
RGB
CMYK
RGB Variations
Color information
#945EAE (or 0x945EAE) is known color: Deep Lilac. HEX triplet: 94, 5E and AE. RGB value is (148,94,174). Sum of RGB (Red+Green+Blue) = 148+94+174=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #945EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945EAE is #6BA151. Grayscale: #767676. Windows color (decimal): -7053650 or 11427476. OLE color: 11427476.
HSL color Cylindrical-coordinate representation of color #945EAE: hue angle of 280.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #945EAE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 94 | 174 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.32 |
| HSL | 280.5º | 0.33% | 0.53% | - |
| HSV(B) | 280.5º | 0.46% | 0.68% | - |
| XYZ | 23.86 | 17.36 | 42.14 | - |
| YUV | 119.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 94 | 174 | 0.15 | 0.46 | 0 | 0.32 | 280.5 | 0.33 | 0.53 |
| Hex | 94 | 5E | AE | F | 2E | 0 | 20 | 118 | 21 | 35 |
| Octal | 224 | 136 | 256 | 17 | 56 | 0 | 40 | 430 | 41 | 65 |
| Binary | 10010100 | 1011110 | 10101110 | 1111 | 101110 | 0 | 100000 | 100011000 | 100001 | 110101 |
Color Harmonies of #945EAE
Complementary color
Monochromatic Colors of #945EAE
Black with #945EAE
Text Example
Text Example
White with #945EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945EAE; }
p { color: rgb(148,94,174); }
H1.HeaderClassName
{
color: #945EAE;
}
.AnyTagClassName
{
color: #945EAE;
}
</style>
background-color css
<style>
a { background-color: #945EAE; }
a { background-color: rgb(148,94,174); }
div.DivClassName
{
background-color: #945EAE;
}
.BgClassName
{
background-color: #945EAE;
}
</style>
border-color css
<style>
span { border-color: #945EAE; }
span { border-color: rgb(148,94,174); }
td.TdClassName
{
border-color: #945EAE;
}
.TagClassName
{
border-color: #945EAE;
}
</style>