Shades of Deep Lilac #965DAD
Tints of Deep Lilac #965DAD
RGB
CMYK
RGB Variations
Color information
#965DAD (or 0x965DAD) is known color: Deep Lilac. HEX triplet: 96, 5D and AD. RGB value is (150,93,173). Sum of RGB (Red+Green+Blue) = 150+93+173=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #965DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965DAD is #69A252. Grayscale: #767676. Windows color (decimal): -6922835 or 11361686. OLE color: 11361686.
HSL color Cylindrical-coordinate representation of color #965DAD: hue angle of 282.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965DAD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 93 | 173 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.32 |
| HSL | 282.75º | 0.33% | 0.52% | - |
| HSV(B) | 282.75º | 0.46% | 0.68% | - |
| XYZ | 24.03 | 17.33 | 41.61 | - |
| YUV | 119.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 173 | 0.13 | 0.46 | 0 | 0.32 | 282.75 | 0.33 | 0.52 |
| Hex | 96 | 5D | AD | D | 2E | 0 | 20 | 11B | 21 | 34 |
| Octal | 226 | 135 | 255 | 15 | 56 | 0 | 40 | 433 | 41 | 64 |
| Binary | 10010110 | 1011101 | 10101101 | 1101 | 101110 | 0 | 100000 | 100011011 | 100001 | 110100 |
Color Harmonies of #965DAD
Complementary color
Monochromatic Colors of #965DAD
Black with #965DAD
Text Example
Text Example
White with #965DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DAD; }
p { color: rgb(150,93,173); }
H1.HeaderClassName
{
color: #965DAD;
}
.AnyTagClassName
{
color: #965DAD;
}
</style>
background-color css
<style>
a { background-color: #965DAD; }
a { background-color: rgb(150,93,173); }
div.DivClassName
{
background-color: #965DAD;
}
.BgClassName
{
background-color: #965DAD;
}
</style>
border-color css
<style>
span { border-color: #965DAD; }
span { border-color: rgb(150,93,173); }
td.TdClassName
{
border-color: #965DAD;
}
.TagClassName
{
border-color: #965DAD;
}
</style>