Shades of Deep Lilac #944CAC
Tints of Deep Lilac #944CAC
RGB
CMYK
RGB Variations
Color information
#944CAC (or 0x944CAC) is known color: Deep Lilac. HEX triplet: 94, 4C and AC. RGB value is (148,76,172). Sum of RGB (Red+Green+Blue) = 148+76+172=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #944CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944CAC is #6BB353. Grayscale: #6C6C6C. Windows color (decimal): -7058260 or 11291796. OLE color: 11291796.
HSL color Cylindrical-coordinate representation of color #944CAC: hue angle of 285º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944CAC is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 76 | 172 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.33 |
| HSL | 285º | 0.39% | 0.49% | - |
| HSV(B) | 285º | 0.56% | 0.67% | - |
| XYZ | 22.24 | 14.44 | 40.65 | - |
| YUV | 108.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 172 | 0.14 | 0.56 | 0 | 0.33 | 285 | 0.39 | 0.49 |
| Hex | 94 | 4C | AC | E | 38 | 0 | 21 | 11D | 27 | 31 |
| Octal | 224 | 114 | 254 | 16 | 70 | 0 | 41 | 435 | 47 | 61 |
| Binary | 10010100 | 1001100 | 10101100 | 1110 | 111000 | 0 | 100001 | 100011101 | 100111 | 110001 |
Color Harmonies of #944CAC
Complementary color
Monochromatic Colors of #944CAC
Black with #944CAC
Text Example
Text Example
White with #944CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944CAC; }
p { color: rgb(148,76,172); }
H1.HeaderClassName
{
color: #944CAC;
}
.AnyTagClassName
{
color: #944CAC;
}
</style>
background-color css
<style>
a { background-color: #944CAC; }
a { background-color: rgb(148,76,172); }
div.DivClassName
{
background-color: #944CAC;
}
.BgClassName
{
background-color: #944CAC;
}
</style>
border-color css
<style>
span { border-color: #944CAC; }
span { border-color: rgb(148,76,172); }
td.TdClassName
{
border-color: #944CAC;
}
.TagClassName
{
border-color: #944CAC;
}
</style>