Shades of Deep Lilac #965DB9
Tints of Deep Lilac #965DB9
RGB
CMYK
RGB Variations
Color information
#965DB9 (or 0x965DB9) is known color: Deep Lilac. HEX triplet: 96, 5D and B9. RGB value is (150,93,185). Sum of RGB (Red+Green+Blue) = 150+93+185=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #965DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DB9 is #69A246. Grayscale: #787878. Windows color (decimal): -6922823 or 12148118. OLE color: 12148118.
HSL color Cylindrical-coordinate representation of color #965DB9: hue angle of 277.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #965DB9 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 93 | 185 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.27 |
| HSL | 277.17º | 0.4% | 0.55% | - |
| HSV(B) | 277.17º | 0.5% | 0.73% | - |
| XYZ | 25.25 | 17.82 | 48.01 | - |
| YUV | 120.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 185 | 0.19 | 0.50 | 0 | 0.27 | 277.17 | 0.4 | 0.55 |
| Hex | 96 | 5D | B9 | 13 | 32 | 0 | 1B | 115 | 28 | 37 |
| Octal | 226 | 135 | 271 | 23 | 62 | 0 | 33 | 425 | 50 | 67 |
| Binary | 10010110 | 1011101 | 10111001 | 10011 | 110010 | 0 | 11011 | 100010101 | 101000 | 110111 |
Color Harmonies of #965DB9
Complementary color
Monochromatic Colors of #965DB9
Black with #965DB9
Text Example
Text Example
White with #965DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DB9; }
p { color: rgb(150,93,185); }
H1.HeaderClassName
{
color: #965DB9;
}
.AnyTagClassName
{
color: #965DB9;
}
</style>
background-color css
<style>
a { background-color: #965DB9; }
a { background-color: rgb(150,93,185); }
div.DivClassName
{
background-color: #965DB9;
}
.BgClassName
{
background-color: #965DB9;
}
</style>
border-color css
<style>
span { border-color: #965DB9; }
span { border-color: rgb(150,93,185); }
td.TdClassName
{
border-color: #965DB9;
}
.TagClassName
{
border-color: #965DB9;
}
</style>