Shades of Deep Lilac #965EC1
Tints of Deep Lilac #965EC1
RGB
CMYK
RGB Variations
Color information
#965EC1 (or 0x965EC1) is known color: Deep Lilac. HEX triplet: 96, 5E and C1. RGB value is (150,94,193). Sum of RGB (Red+Green+Blue) = 150+94+193=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #965EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965EC1 is #69A13E. Grayscale: #797979. Windows color (decimal): -6922559 or 12672662. OLE color: 12672662.
HSL color Cylindrical-coordinate representation of color #965EC1: hue angle of 273.94º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965EC1 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 94 | 193 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.24 |
| HSL | 273.94º | 0.44% | 0.56% | - |
| HSV(B) | 273.94º | 0.51% | 0.76% | - |
| XYZ | 26.21 | 18.34 | 52.61 | - |
| YUV | 122.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 193 | 0.22 | 0.51 | 0 | 0.24 | 273.94 | 0.44 | 0.56 |
| Hex | 96 | 5E | C1 | 16 | 33 | 0 | 18 | 112 | 2C | 38 |
| Octal | 226 | 136 | 301 | 26 | 63 | 0 | 30 | 422 | 54 | 70 |
| Binary | 10010110 | 1011110 | 11000001 | 10110 | 110011 | 0 | 11000 | 100010010 | 101100 | 111000 |
Color Harmonies of #965EC1
Complementary color
Monochromatic Colors of #965EC1
Black with #965EC1
Text Example
Text Example
White with #965EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965EC1; }
p { color: rgb(150,94,193); }
H1.HeaderClassName
{
color: #965EC1;
}
.AnyTagClassName
{
color: #965EC1;
}
</style>
background-color css
<style>
a { background-color: #965EC1; }
a { background-color: rgb(150,94,193); }
div.DivClassName
{
background-color: #965EC1;
}
.BgClassName
{
background-color: #965EC1;
}
</style>
border-color css
<style>
span { border-color: #965EC1; }
span { border-color: rgb(150,94,193); }
td.TdClassName
{
border-color: #965EC1;
}
.TagClassName
{
border-color: #965EC1;
}
</style>