Shades of Deep Lilac #965BAE
Tints of Deep Lilac #965BAE
RGB
CMYK
RGB Variations
Color information
#965BAE (or 0x965BAE) is known color: Deep Lilac. HEX triplet: 96, 5B and AE. RGB value is (150,91,174). Sum of RGB (Red+Green+Blue) = 150+91+174=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #965BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965BAE is #69A451. Grayscale: #757575. Windows color (decimal): -6923346 or 11426710. OLE color: 11426710.
HSL color Cylindrical-coordinate representation of color #965BAE: hue angle of 282.65º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #965BAE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 91 | 174 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.32 |
| HSL | 282.65º | 0.34% | 0.52% | - |
| HSV(B) | 282.65º | 0.48% | 0.68% | - |
| XYZ | 23.96 | 17.02 | 42.07 | - |
| YUV | 118.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 174 | 0.14 | 0.48 | 0 | 0.32 | 282.65 | 0.34 | 0.52 |
| Hex | 96 | 5B | AE | E | 30 | 0 | 20 | 11B | 22 | 34 |
| Octal | 226 | 133 | 256 | 16 | 60 | 0 | 40 | 433 | 42 | 64 |
| Binary | 10010110 | 1011011 | 10101110 | 1110 | 110000 | 0 | 100000 | 100011011 | 100010 | 110100 |
Color Harmonies of #965BAE
Complementary color
Monochromatic Colors of #965BAE
Black with #965BAE
Text Example
Text Example
White with #965BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BAE; }
p { color: rgb(150,91,174); }
H1.HeaderClassName
{
color: #965BAE;
}
.AnyTagClassName
{
color: #965BAE;
}
</style>
background-color css
<style>
a { background-color: #965BAE; }
a { background-color: rgb(150,91,174); }
div.DivClassName
{
background-color: #965BAE;
}
.BgClassName
{
background-color: #965BAE;
}
</style>
border-color css
<style>
span { border-color: #965BAE; }
span { border-color: rgb(150,91,174); }
td.TdClassName
{
border-color: #965BAE;
}
.TagClassName
{
border-color: #965BAE;
}
</style>