Shades of Deep Lilac #965DA9
Tints of Deep Lilac #965DA9
RGB
CMYK
RGB Variations
Color information
#965DA9 (or 0x965DA9) is known color: Deep Lilac. HEX triplet: 96, 5D and A9. RGB value is (150,93,169). Sum of RGB (Red+Green+Blue) = 150+93+169=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 169 - color contains mainly: blue. Hex color #965DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965DA9 is #69A256. Grayscale: #767676. Windows color (decimal): -6922839 or 11099542. OLE color: 11099542.
HSL color Cylindrical-coordinate representation of color #965DA9: hue angle of 285º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965DA9 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 93 | 169 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.34 |
| HSL | 285º | 0.31% | 0.51% | - |
| HSV(B) | 285º | 0.45% | 0.66% | - |
| XYZ | 23.65 | 17.18 | 39.61 | - |
| YUV | 118.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 169 | 0.11 | 0.45 | 0 | 0.34 | 285 | 0.31 | 0.51 |
| Hex | 96 | 5D | A9 | B | 2D | 0 | 22 | 11D | 1F | 33 |
| Octal | 226 | 135 | 251 | 13 | 55 | 0 | 42 | 435 | 37 | 63 |
| Binary | 10010110 | 1011101 | 10101001 | 1011 | 101101 | 0 | 100010 | 100011101 | 11111 | 110011 |
Color Harmonies of #965DA9
Complementary color
Monochromatic Colors of #965DA9
Black with #965DA9
Text Example
Text Example
White with #965DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DA9; }
p { color: rgb(150,93,169); }
H1.HeaderClassName
{
color: #965DA9;
}
.AnyTagClassName
{
color: #965DA9;
}
</style>
background-color css
<style>
a { background-color: #965DA9; }
a { background-color: rgb(150,93,169); }
div.DivClassName
{
background-color: #965DA9;
}
.BgClassName
{
background-color: #965DA9;
}
</style>
border-color css
<style>
span { border-color: #965DA9; }
span { border-color: rgb(150,93,169); }
td.TdClassName
{
border-color: #965DA9;
}
.TagClassName
{
border-color: #965DA9;
}
</style>