Shades of Deep Lilac #965DBD
Tints of Deep Lilac #965DBD
RGB
CMYK
RGB Variations
Color information
#965DBD (or 0x965DBD) is known color: Deep Lilac. HEX triplet: 96, 5D and BD. RGB value is (150,93,189). Sum of RGB (Red+Green+Blue) = 150+93+189=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #965DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DBD is #69A242. Grayscale: #787878. Windows color (decimal): -6922819 or 12410262. OLE color: 12410262.
HSL color Cylindrical-coordinate representation of color #965DBD: hue angle of 275.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965DBD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 93 | 189 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.26 |
| HSL | 275.63º | 0.42% | 0.55% | - |
| HSV(B) | 275.63º | 0.51% | 0.74% | - |
| XYZ | 25.68 | 17.99 | 50.26 | - |
| YUV | 120.99 | 166.38 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 189 | 0.21 | 0.51 | 0 | 0.26 | 275.63 | 0.42 | 0.55 |
| Hex | 96 | 5D | BD | 15 | 33 | 0 | 1A | 114 | 2A | 37 |
| Octal | 226 | 135 | 275 | 25 | 63 | 0 | 32 | 424 | 52 | 67 |
| Binary | 10010110 | 1011101 | 10111101 | 10101 | 110011 | 0 | 11010 | 100010100 | 101010 | 110111 |
Color Harmonies of #965DBD
Complementary color
Monochromatic Colors of #965DBD
Black with #965DBD
Text Example
Text Example
White with #965DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DBD; }
p { color: rgb(150,93,189); }
H1.HeaderClassName
{
color: #965DBD;
}
.AnyTagClassName
{
color: #965DBD;
}
</style>
background-color css
<style>
a { background-color: #965DBD; }
a { background-color: rgb(150,93,189); }
div.DivClassName
{
background-color: #965DBD;
}
.BgClassName
{
background-color: #965DBD;
}
</style>
border-color css
<style>
span { border-color: #965DBD; }
span { border-color: rgb(150,93,189); }
td.TdClassName
{
border-color: #965DBD;
}
.TagClassName
{
border-color: #965DBD;
}
</style>