Shades of Deep Lilac #964AAA
Tints of Deep Lilac #964AAA
RGB
CMYK
RGB Variations
Color information
#964AAA (or 0x964AAA) is known color: Deep Lilac. HEX triplet: 96, 4A and AA. RGB value is (150,74,170). Sum of RGB (Red+Green+Blue) = 150+74+170=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #964AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964AAA is #69B555. Grayscale: #6B6B6B. Windows color (decimal): -6927702 or 11160214. OLE color: 11160214.
HSL color Cylindrical-coordinate representation of color #964AAA: hue angle of 287.5º 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 #964AAA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 74 | 170 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.33 |
| HSL | 287.5º | 0.39% | 0.48% | - |
| HSV(B) | 287.5º | 0.56% | 0.67% | - |
| XYZ | 22.28 | 14.28 | 39.61 | - |
| YUV | 107.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 170 | 0.12 | 0.56 | 0 | 0.33 | 287.5 | 0.39 | 0.48 |
| Hex | 96 | 4A | AA | C | 38 | 0 | 21 | 120 | 27 | 30 |
| Octal | 226 | 112 | 252 | 14 | 70 | 0 | 41 | 440 | 47 | 60 |
| Binary | 10010110 | 1001010 | 10101010 | 1100 | 111000 | 0 | 100001 | 100100000 | 100111 | 110000 |
Color Harmonies of #964AAA
Complementary color
Monochromatic Colors of #964AAA
Black with #964AAA
Text Example
Text Example
White with #964AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964AAA; }
p { color: rgb(150,74,170); }
H1.HeaderClassName
{
color: #964AAA;
}
.AnyTagClassName
{
color: #964AAA;
}
</style>
background-color css
<style>
a { background-color: #964AAA; }
a { background-color: rgb(150,74,170); }
div.DivClassName
{
background-color: #964AAA;
}
.BgClassName
{
background-color: #964AAA;
}
</style>
border-color css
<style>
span { border-color: #964AAA; }
span { border-color: rgb(150,74,170); }
td.TdClassName
{
border-color: #964AAA;
}
.TagClassName
{
border-color: #964AAA;
}
</style>