Shades of Deep Lilac #965DC0
Tints of Deep Lilac #965DC0
RGB
CMYK
RGB Variations
Color information
#965DC0 (or 0x965DC0) is known color: Deep Lilac. HEX triplet: 96, 5D and C0. RGB value is (150,93,192). Sum of RGB (Red+Green+Blue) = 150+93+192=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #965DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DC0 is #69A23F. Grayscale: #787878. Windows color (decimal): -6922816 or 12606870. OLE color: 12606870.
HSL color Cylindrical-coordinate representation of color #965DC0: hue angle of 274.55º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #965DC0 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 93 | 192 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.25 |
| HSL | 274.55º | 0.44% | 0.56% | - |
| HSV(B) | 274.55º | 0.52% | 0.75% | - |
| XYZ | 26.01 | 18.12 | 52 | - |
| YUV | 121.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 192 | 0.22 | 0.52 | 0 | 0.25 | 274.55 | 0.44 | 0.56 |
| Hex | 96 | 5D | C0 | 16 | 34 | 0 | 19 | 113 | 2C | 38 |
| Octal | 226 | 135 | 300 | 26 | 64 | 0 | 31 | 423 | 54 | 70 |
| Binary | 10010110 | 1011101 | 11000000 | 10110 | 110100 | 0 | 11001 | 100010011 | 101100 | 111000 |
Color Harmonies of #965DC0
Complementary color
Monochromatic Colors of #965DC0
Black with #965DC0
Text Example
Text Example
White with #965DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DC0; }
p { color: rgb(150,93,192); }
H1.HeaderClassName
{
color: #965DC0;
}
.AnyTagClassName
{
color: #965DC0;
}
</style>
background-color css
<style>
a { background-color: #965DC0; }
a { background-color: rgb(150,93,192); }
div.DivClassName
{
background-color: #965DC0;
}
.BgClassName
{
background-color: #965DC0;
}
</style>
border-color css
<style>
span { border-color: #965DC0; }
span { border-color: rgb(150,93,192); }
td.TdClassName
{
border-color: #965DC0;
}
.TagClassName
{
border-color: #965DC0;
}
</style>