Shades of Deep Lilac #965DBE
Tints of Deep Lilac #965DBE
RGB
CMYK
RGB Variations
Color information
#965DBE (or 0x965DBE) is known color: Deep Lilac. HEX triplet: 96, 5D and BE. RGB value is (150,93,190). Sum of RGB (Red+Green+Blue) = 150+93+190=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #965DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DBE is #69A241. Grayscale: #787878. Windows color (decimal): -6922818 or 12475798. OLE color: 12475798.
HSL color Cylindrical-coordinate representation of color #965DBE: hue angle of 275.26º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965DBE is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 93 | 190 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.25 |
| HSL | 275.26º | 0.43% | 0.55% | - |
| HSV(B) | 275.26º | 0.51% | 0.75% | - |
| XYZ | 25.79 | 18.03 | 50.84 | - |
| YUV | 121.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 190 | 0.21 | 0.51 | 0 | 0.25 | 275.26 | 0.43 | 0.55 |
| Hex | 96 | 5D | BE | 15 | 33 | 0 | 19 | 113 | 2B | 37 |
| Octal | 226 | 135 | 276 | 25 | 63 | 0 | 31 | 423 | 53 | 67 |
| Binary | 10010110 | 1011101 | 10111110 | 10101 | 110011 | 0 | 11001 | 100010011 | 101011 | 110111 |
Color Harmonies of #965DBE
Complementary color
Monochromatic Colors of #965DBE
Black with #965DBE
Text Example
Text Example
White with #965DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DBE; }
p { color: rgb(150,93,190); }
H1.HeaderClassName
{
color: #965DBE;
}
.AnyTagClassName
{
color: #965DBE;
}
</style>
background-color css
<style>
a { background-color: #965DBE; }
a { background-color: rgb(150,93,190); }
div.DivClassName
{
background-color: #965DBE;
}
.BgClassName
{
background-color: #965DBE;
}
</style>
border-color css
<style>
span { border-color: #965DBE; }
span { border-color: rgb(150,93,190); }
td.TdClassName
{
border-color: #965DBE;
}
.TagClassName
{
border-color: #965DBE;
}
</style>