Shades of Deep Lilac #944FAE
Tints of Deep Lilac #944FAE
RGB
CMYK
RGB Variations
Color information
#944FAE (or 0x944FAE) is known color: Deep Lilac. HEX triplet: 94, 4F and AE. RGB value is (148,79,174). Sum of RGB (Red+Green+Blue) = 148+79+174=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #944FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944FAE is #6BB051. Grayscale: #6E6E6E. Windows color (decimal): -7057490 or 11423636. OLE color: 11423636.
HSL color Cylindrical-coordinate representation of color #944FAE: hue angle of 283.58º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944FAE is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 79 | 174 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.32 |
| HSL | 283.58º | 0.38% | 0.5% | - |
| HSV(B) | 283.58º | 0.55% | 0.68% | - |
| XYZ | 22.65 | 14.94 | 41.74 | - |
| YUV | 110.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 174 | 0.15 | 0.55 | 0 | 0.32 | 283.58 | 0.38 | 0.5 |
| Hex | 94 | 4F | AE | F | 37 | 0 | 20 | 11C | 26 | 32 |
| Octal | 224 | 117 | 256 | 17 | 67 | 0 | 40 | 434 | 46 | 62 |
| Binary | 10010100 | 1001111 | 10101110 | 1111 | 110111 | 0 | 100000 | 100011100 | 100110 | 110010 |
Color Harmonies of #944FAE
Complementary color
Monochromatic Colors of #944FAE
Black with #944FAE
Text Example
Text Example
White with #944FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944FAE; }
p { color: rgb(148,79,174); }
H1.HeaderClassName
{
color: #944FAE;
}
.AnyTagClassName
{
color: #944FAE;
}
</style>
background-color css
<style>
a { background-color: #944FAE; }
a { background-color: rgb(148,79,174); }
div.DivClassName
{
background-color: #944FAE;
}
.BgClassName
{
background-color: #944FAE;
}
</style>
border-color css
<style>
span { border-color: #944FAE; }
span { border-color: rgb(148,79,174); }
td.TdClassName
{
border-color: #944FAE;
}
.TagClassName
{
border-color: #944FAE;
}
</style>