Shades of Deep Lilac #965DB5
Tints of Deep Lilac #965DB5
RGB
CMYK
RGB Variations
Color information
#965DB5 (or 0x965DB5) is known color: Deep Lilac. HEX triplet: 96, 5D and B5. RGB value is (150,93,181). Sum of RGB (Red+Green+Blue) = 150+93+181=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #965DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DB5 is #69A24A. Grayscale: #777777. Windows color (decimal): -6922827 or 11885974. OLE color: 11885974.
HSL color Cylindrical-coordinate representation of color #965DB5: hue angle of 278.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #965DB5 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 93 | 181 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.29 |
| HSL | 278.86º | 0.37% | 0.54% | - |
| HSV(B) | 278.86º | 0.49% | 0.71% | - |
| XYZ | 24.83 | 17.65 | 45.81 | - |
| YUV | 120.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 181 | 0.17 | 0.49 | 0 | 0.29 | 278.86 | 0.37 | 0.54 |
| Hex | 96 | 5D | B5 | 11 | 31 | 0 | 1D | 117 | 25 | 36 |
| Octal | 226 | 135 | 265 | 21 | 61 | 0 | 35 | 427 | 45 | 66 |
| Binary | 10010110 | 1011101 | 10110101 | 10001 | 110001 | 0 | 11101 | 100010111 | 100101 | 110110 |
Color Harmonies of #965DB5
Complementary color
Monochromatic Colors of #965DB5
Black with #965DB5
Text Example
Text Example
White with #965DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DB5; }
p { color: rgb(150,93,181); }
H1.HeaderClassName
{
color: #965DB5;
}
.AnyTagClassName
{
color: #965DB5;
}
</style>
background-color css
<style>
a { background-color: #965DB5; }
a { background-color: rgb(150,93,181); }
div.DivClassName
{
background-color: #965DB5;
}
.BgClassName
{
background-color: #965DB5;
}
</style>
border-color css
<style>
span { border-color: #965DB5; }
span { border-color: rgb(150,93,181); }
td.TdClassName
{
border-color: #965DB5;
}
.TagClassName
{
border-color: #965DB5;
}
</style>