Shades of Deep Lilac #964AAE
Tints of Deep Lilac #964AAE
RGB
CMYK
RGB Variations
Color information
#964AAE (or 0x964AAE) is known color: Deep Lilac. HEX triplet: 96, 4A and AE. RGB value is (150,74,174). Sum of RGB (Red+Green+Blue) = 150+74+174=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #964AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964AAE is #69B551. Grayscale: #6B6B6B. Windows color (decimal): -6927698 or 11422358. OLE color: 11422358.
HSL color Cylindrical-coordinate representation of color #964AAE: hue angle of 285.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964AAE is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 74 | 174 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.32 |
| HSL | 285.6º | 0.4% | 0.49% | - |
| HSV(B) | 285.6º | 0.57% | 0.68% | - |
| XYZ | 22.67 | 14.44 | 41.64 | - |
| YUV | 108.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 174 | 0.14 | 0.57 | 0 | 0.32 | 285.6 | 0.4 | 0.49 |
| Hex | 96 | 4A | AE | E | 39 | 0 | 20 | 11E | 28 | 31 |
| Octal | 226 | 112 | 256 | 16 | 71 | 0 | 40 | 436 | 50 | 61 |
| Binary | 10010110 | 1001010 | 10101110 | 1110 | 111001 | 0 | 100000 | 100011110 | 101000 | 110001 |
Color Harmonies of #964AAE
Complementary color
Monochromatic Colors of #964AAE
Black with #964AAE
Text Example
Text Example
White with #964AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964AAE; }
p { color: rgb(150,74,174); }
H1.HeaderClassName
{
color: #964AAE;
}
.AnyTagClassName
{
color: #964AAE;
}
</style>
background-color css
<style>
a { background-color: #964AAE; }
a { background-color: rgb(150,74,174); }
div.DivClassName
{
background-color: #964AAE;
}
.BgClassName
{
background-color: #964AAE;
}
</style>
border-color css
<style>
span { border-color: #964AAE; }
span { border-color: rgb(150,74,174); }
td.TdClassName
{
border-color: #964AAE;
}
.TagClassName
{
border-color: #964AAE;
}
</style>