Shades of Deep Lilac #964FAE
Tints of Deep Lilac #964FAE
RGB
CMYK
RGB Variations
Color information
#964FAE (or 0x964FAE) is known color: Deep Lilac. HEX triplet: 96, 4F and AE. RGB value is (150,79,174). Sum of RGB (Red+Green+Blue) = 150+79+174=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #964FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964FAE is #69B051. Grayscale: #6E6E6E. Windows color (decimal): -6926418 or 11423638. OLE color: 11423638.
HSL color Cylindrical-coordinate representation of color #964FAE: hue angle of 284.84º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964FAE is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 79 | 174 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.32 |
| HSL | 284.84º | 0.38% | 0.5% | - |
| HSV(B) | 284.84º | 0.55% | 0.68% | - |
| XYZ | 23.01 | 15.13 | 41.75 | - |
| YUV | 111.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 174 | 0.14 | 0.55 | 0 | 0.32 | 284.84 | 0.38 | 0.5 |
| Hex | 96 | 4F | AE | E | 37 | 0 | 20 | 11D | 26 | 32 |
| Octal | 226 | 117 | 256 | 16 | 67 | 0 | 40 | 435 | 46 | 62 |
| Binary | 10010110 | 1001111 | 10101110 | 1110 | 110111 | 0 | 100000 | 100011101 | 100110 | 110010 |
Color Harmonies of #964FAE
Complementary color
Monochromatic Colors of #964FAE
Black with #964FAE
Text Example
Text Example
White with #964FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964FAE; }
p { color: rgb(150,79,174); }
H1.HeaderClassName
{
color: #964FAE;
}
.AnyTagClassName
{
color: #964FAE;
}
</style>
background-color css
<style>
a { background-color: #964FAE; }
a { background-color: rgb(150,79,174); }
div.DivClassName
{
background-color: #964FAE;
}
.BgClassName
{
background-color: #964FAE;
}
</style>
border-color css
<style>
span { border-color: #964FAE; }
span { border-color: rgb(150,79,174); }
td.TdClassName
{
border-color: #964FAE;
}
.TagClassName
{
border-color: #964FAE;
}
</style>