Shades of Deep Lilac #965EAD
Tints of Deep Lilac #965EAD
RGB
CMYK
RGB Variations
Color information
#965EAD (or 0x965EAD) is known color: Deep Lilac. HEX triplet: 96, 5E and AD. RGB value is (150,94,173). Sum of RGB (Red+Green+Blue) = 150+94+173=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #965EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965EAD is #69A152. Grayscale: #777777. Windows color (decimal): -6922579 or 11361942. OLE color: 11361942.
HSL color Cylindrical-coordinate representation of color #965EAD: hue angle of 282.53º 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 #965EAD is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 94 | 173 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.32 |
| HSL | 282.53º | 0.33% | 0.52% | - |
| HSV(B) | 282.53º | 0.46% | 0.68% | - |
| XYZ | 24.12 | 17.51 | 41.64 | - |
| YUV | 119.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 173 | 0.13 | 0.46 | 0 | 0.32 | 282.53 | 0.33 | 0.52 |
| Hex | 96 | 5E | AD | D | 2E | 0 | 20 | 11B | 21 | 34 |
| Octal | 226 | 136 | 255 | 15 | 56 | 0 | 40 | 433 | 41 | 64 |
| Binary | 10010110 | 1011110 | 10101101 | 1101 | 101110 | 0 | 100000 | 100011011 | 100001 | 110100 |
Color Harmonies of #965EAD
Complementary color
Monochromatic Colors of #965EAD
Black with #965EAD
Text Example
Text Example
White with #965EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965EAD; }
p { color: rgb(150,94,173); }
H1.HeaderClassName
{
color: #965EAD;
}
.AnyTagClassName
{
color: #965EAD;
}
</style>
background-color css
<style>
a { background-color: #965EAD; }
a { background-color: rgb(150,94,173); }
div.DivClassName
{
background-color: #965EAD;
}
.BgClassName
{
background-color: #965EAD;
}
</style>
border-color css
<style>
span { border-color: #965EAD; }
span { border-color: rgb(150,94,173); }
td.TdClassName
{
border-color: #965EAD;
}
.TagClassName
{
border-color: #965EAD;
}
</style>