Shades of Deep Lilac #965BB6
Tints of Deep Lilac #965BB6
RGB
CMYK
RGB Variations
Color information
#965BB6 (or 0x965BB6) is known color: Deep Lilac. HEX triplet: 96, 5B and B6. RGB value is (150,91,182). Sum of RGB (Red+Green+Blue) = 150+91+182=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #965BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BB6 is #69A449. Grayscale: #767676. Windows color (decimal): -6923338 or 11950998. OLE color: 11950998.
HSL color Cylindrical-coordinate representation of color #965BB6: hue angle of 278.9º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #965BB6 is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 91 | 182 | - |
| CMYK | 0.18 | 0.5 | 0 | 0.29 |
| HSL | 278.9º | 0.38% | 0.54% | - |
| HSV(B) | 278.9º | 0.5% | 0.71% | - |
| XYZ | 24.76 | 17.34 | 46.3 | - |
| YUV | 119.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 182 | 0.18 | 0.5 | 0 | 0.29 | 278.9 | 0.38 | 0.54 |
| Hex | 96 | 5B | B6 | 12 | 32 | 0 | 1D | 117 | 26 | 36 |
| Octal | 226 | 133 | 266 | 22 | 62 | 0 | 35 | 427 | 46 | 66 |
| Binary | 10010110 | 1011011 | 10110110 | 10010 | 110010 | 0 | 11101 | 100010111 | 100110 | 110110 |
Color Harmonies of #965BB6
Complementary color
Monochromatic Colors of #965BB6
Black with #965BB6
Text Example
Text Example
White with #965BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BB6; }
p { color: rgb(150,91,182); }
H1.HeaderClassName
{
color: #965BB6;
}
.AnyTagClassName
{
color: #965BB6;
}
</style>
background-color css
<style>
a { background-color: #965BB6; }
a { background-color: rgb(150,91,182); }
div.DivClassName
{
background-color: #965BB6;
}
.BgClassName
{
background-color: #965BB6;
}
</style>
border-color css
<style>
span { border-color: #965BB6; }
span { border-color: rgb(150,91,182); }
td.TdClassName
{
border-color: #965BB6;
}
.TagClassName
{
border-color: #965BB6;
}
</style>