Shades of Deep Lilac #944BAB
Tints of Deep Lilac #944BAB
RGB
CMYK
RGB Variations
Color information
#944BAB (or 0x944BAB) is known color: Deep Lilac. HEX triplet: 94, 4B and AB. RGB value is (148,75,171). Sum of RGB (Red+Green+Blue) = 148+75+171=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #944BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944BAB is #6BB454. Grayscale: #6B6B6B. Windows color (decimal): -7058517 or 11226004. OLE color: 11226004.
HSL color Cylindrical-coordinate representation of color #944BAB: hue angle of 285.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944BAB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 75 | 171 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.33 |
| HSL | 285.63º | 0.39% | 0.48% | - |
| HSV(B) | 285.63º | 0.56% | 0.67% | - |
| XYZ | 22.08 | 14.27 | 40.12 | - |
| YUV | 107.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 171 | 0.13 | 0.56 | 0 | 0.33 | 285.63 | 0.39 | 0.48 |
| Hex | 94 | 4B | AB | D | 38 | 0 | 21 | 11E | 27 | 30 |
| Octal | 224 | 113 | 253 | 15 | 70 | 0 | 41 | 436 | 47 | 60 |
| Binary | 10010100 | 1001011 | 10101011 | 1101 | 111000 | 0 | 100001 | 100011110 | 100111 | 110000 |
Color Harmonies of #944BAB
Complementary color
Monochromatic Colors of #944BAB
Black with #944BAB
Text Example
Text Example
White with #944BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944BAB; }
p { color: rgb(148,75,171); }
H1.HeaderClassName
{
color: #944BAB;
}
.AnyTagClassName
{
color: #944BAB;
}
</style>
background-color css
<style>
a { background-color: #944BAB; }
a { background-color: rgb(148,75,171); }
div.DivClassName
{
background-color: #944BAB;
}
.BgClassName
{
background-color: #944BAB;
}
</style>
border-color css
<style>
span { border-color: #944BAB; }
span { border-color: rgb(148,75,171); }
td.TdClassName
{
border-color: #944BAB;
}
.TagClassName
{
border-color: #944BAB;
}
</style>