Shades of Deep Lilac #964BAE
Tints of Deep Lilac #964BAE
RGB
CMYK
RGB Variations
Color information
#964BAE (or 0x964BAE) is known color: Deep Lilac. HEX triplet: 96, 4B and AE. RGB value is (150,75,174). Sum of RGB (Red+Green+Blue) = 150+75+174=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #964BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964BAE is #69B451. Grayscale: #6C6C6C. Windows color (decimal): -6927442 or 11422614. OLE color: 11422614.
HSL color Cylindrical-coordinate representation of color #964BAE: hue angle of 285.45º 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 #964BAE is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 75 | 174 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.32 |
| HSL | 285.45º | 0.4% | 0.49% | - |
| HSV(B) | 285.45º | 0.57% | 0.68% | - |
| XYZ | 22.73 | 14.57 | 41.66 | - |
| YUV | 108.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 174 | 0.14 | 0.57 | 0 | 0.32 | 285.45 | 0.4 | 0.49 |
| Hex | 96 | 4B | AE | E | 39 | 0 | 20 | 11D | 28 | 31 |
| Octal | 226 | 113 | 256 | 16 | 71 | 0 | 40 | 435 | 50 | 61 |
| Binary | 10010110 | 1001011 | 10101110 | 1110 | 111001 | 0 | 100000 | 100011101 | 101000 | 110001 |
Color Harmonies of #964BAE
Complementary color
Monochromatic Colors of #964BAE
Black with #964BAE
Text Example
Text Example
White with #964BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964BAE; }
p { color: rgb(150,75,174); }
H1.HeaderClassName
{
color: #964BAE;
}
.AnyTagClassName
{
color: #964BAE;
}
</style>
background-color css
<style>
a { background-color: #964BAE; }
a { background-color: rgb(150,75,174); }
div.DivClassName
{
background-color: #964BAE;
}
.BgClassName
{
background-color: #964BAE;
}
</style>
border-color css
<style>
span { border-color: #964BAE; }
span { border-color: rgb(150,75,174); }
td.TdClassName
{
border-color: #964BAE;
}
.TagClassName
{
border-color: #964BAE;
}
</style>