Shades of Deep Lilac #944FAC
Tints of Deep Lilac #944FAC
RGB
CMYK
RGB Variations
Color information
#944FAC (or 0x944FAC) is known color: Deep Lilac. HEX triplet: 94, 4F and AC. RGB value is (148,79,172). Sum of RGB (Red+Green+Blue) = 148+79+172=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #944FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944FAC is #6BB053. Grayscale: #6D6D6D. Windows color (decimal): -7057492 or 11292564. OLE color: 11292564.
HSL color Cylindrical-coordinate representation of color #944FAC: hue angle of 284.52º 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 #944FAC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 79 | 172 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.33 |
| HSL | 284.52º | 0.37% | 0.49% | - |
| HSV(B) | 284.52º | 0.54% | 0.67% | - |
| XYZ | 22.46 | 14.87 | 40.72 | - |
| YUV | 110.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 172 | 0.14 | 0.54 | 0 | 0.33 | 284.52 | 0.37 | 0.49 |
| Hex | 94 | 4F | AC | E | 36 | 0 | 21 | 11D | 25 | 31 |
| Octal | 224 | 117 | 254 | 16 | 66 | 0 | 41 | 435 | 45 | 61 |
| Binary | 10010100 | 1001111 | 10101100 | 1110 | 110110 | 0 | 100001 | 100011101 | 100101 | 110001 |
Color Harmonies of #944FAC
Complementary color
Monochromatic Colors of #944FAC
Black with #944FAC
Text Example
Text Example
White with #944FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944FAC; }
p { color: rgb(148,79,172); }
H1.HeaderClassName
{
color: #944FAC;
}
.AnyTagClassName
{
color: #944FAC;
}
</style>
background-color css
<style>
a { background-color: #944FAC; }
a { background-color: rgb(148,79,172); }
div.DivClassName
{
background-color: #944FAC;
}
.BgClassName
{
background-color: #944FAC;
}
</style>
border-color css
<style>
span { border-color: #944FAC; }
span { border-color: rgb(148,79,172); }
td.TdClassName
{
border-color: #944FAC;
}
.TagClassName
{
border-color: #944FAC;
}
</style>