Shades of Deep Lilac #964EAB
Tints of Deep Lilac #964EAB
RGB
CMYK
RGB Variations
Color information
#964EAB (or 0x964EAB) is known color: Deep Lilac. HEX triplet: 96, 4E and AB. RGB value is (150,78,171). Sum of RGB (Red+Green+Blue) = 150+78+171=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #964EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964EAB is #69B154. Grayscale: #6D6D6D. Windows color (decimal): -6926677 or 11226774. OLE color: 11226774.
HSL color Cylindrical-coordinate representation of color #964EAB: hue angle of 286.45º 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 #964EAB is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 78 | 171 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.33 |
| HSL | 286.45º | 0.37% | 0.49% | - |
| HSV(B) | 286.45º | 0.54% | 0.67% | - |
| XYZ | 22.65 | 14.87 | 40.2 | - |
| YUV | 110.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 171 | 0.12 | 0.54 | 0 | 0.33 | 286.45 | 0.37 | 0.49 |
| Hex | 96 | 4E | AB | C | 36 | 0 | 21 | 11E | 25 | 31 |
| Octal | 226 | 116 | 253 | 14 | 66 | 0 | 41 | 436 | 45 | 61 |
| Binary | 10010110 | 1001110 | 10101011 | 1100 | 110110 | 0 | 100001 | 100011110 | 100101 | 110001 |
Color Harmonies of #964EAB
Complementary color
Monochromatic Colors of #964EAB
Black with #964EAB
Text Example
Text Example
White with #964EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EAB; }
p { color: rgb(150,78,171); }
H1.HeaderClassName
{
color: #964EAB;
}
.AnyTagClassName
{
color: #964EAB;
}
</style>
background-color css
<style>
a { background-color: #964EAB; }
a { background-color: rgb(150,78,171); }
div.DivClassName
{
background-color: #964EAB;
}
.BgClassName
{
background-color: #964EAB;
}
</style>
border-color css
<style>
span { border-color: #964EAB; }
span { border-color: rgb(150,78,171); }
td.TdClassName
{
border-color: #964EAB;
}
.TagClassName
{
border-color: #964EAB;
}
</style>