Shades of Deep Lilac #965BB9
Tints of Deep Lilac #965BB9
RGB
CMYK
RGB Variations
Color information
#965BB9 (or 0x965BB9) is known color: Deep Lilac. HEX triplet: 96, 5B and B9. RGB value is (150,91,185). Sum of RGB (Red+Green+Blue) = 150+91+185=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #965BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BB9 is #69A446. Grayscale: #777777. Windows color (decimal): -6923335 or 12147606. OLE color: 12147606.
HSL color Cylindrical-coordinate representation of color #965BB9: hue angle of 277.66º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965BB9 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 91 | 185 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.27 |
| HSL | 277.66º | 0.4% | 0.54% | - |
| HSV(B) | 277.66º | 0.51% | 0.73% | - |
| XYZ | 25.08 | 17.47 | 47.95 | - |
| YUV | 119.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 185 | 0.19 | 0.51 | 0 | 0.27 | 277.66 | 0.4 | 0.54 |
| Hex | 96 | 5B | B9 | 13 | 33 | 0 | 1B | 116 | 28 | 36 |
| Octal | 226 | 133 | 271 | 23 | 63 | 0 | 33 | 426 | 50 | 66 |
| Binary | 10010110 | 1011011 | 10111001 | 10011 | 110011 | 0 | 11011 | 100010110 | 101000 | 110110 |
Color Harmonies of #965BB9
Complementary color
Monochromatic Colors of #965BB9
Black with #965BB9
Text Example
Text Example
White with #965BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BB9; }
p { color: rgb(150,91,185); }
H1.HeaderClassName
{
color: #965BB9;
}
.AnyTagClassName
{
color: #965BB9;
}
</style>
background-color css
<style>
a { background-color: #965BB9; }
a { background-color: rgb(150,91,185); }
div.DivClassName
{
background-color: #965BB9;
}
.BgClassName
{
background-color: #965BB9;
}
</style>
border-color css
<style>
span { border-color: #965BB9; }
span { border-color: rgb(150,91,185); }
td.TdClassName
{
border-color: #965BB9;
}
.TagClassName
{
border-color: #965BB9;
}
</style>