Shades of Deep Lilac #965CC0
Tints of Deep Lilac #965CC0
RGB
CMYK
RGB Variations
Color information
#965CC0 (or 0x965CC0) is known color: Deep Lilac. HEX triplet: 96, 5C and C0. RGB value is (150,92,192). Sum of RGB (Red+Green+Blue) = 150+92+192=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #965CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CC0 is #69A33F. Grayscale: #787878. Windows color (decimal): -6923072 or 12606614. OLE color: 12606614.
HSL color Cylindrical-coordinate representation of color #965CC0: hue angle of 274.8º 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 #965CC0 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 92 | 192 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.25 |
| HSL | 274.8º | 0.44% | 0.56% | - |
| HSV(B) | 274.8º | 0.52% | 0.75% | - |
| XYZ | 25.92 | 17.94 | 51.97 | - |
| YUV | 120.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 192 | 0.22 | 0.52 | 0 | 0.25 | 274.8 | 0.44 | 0.56 |
| Hex | 96 | 5C | C0 | 16 | 34 | 0 | 19 | 113 | 2C | 38 |
| Octal | 226 | 134 | 300 | 26 | 64 | 0 | 31 | 423 | 54 | 70 |
| Binary | 10010110 | 1011100 | 11000000 | 10110 | 110100 | 0 | 11001 | 100010011 | 101100 | 111000 |
Color Harmonies of #965CC0
Complementary color
Monochromatic Colors of #965CC0
Black with #965CC0
Text Example
Text Example
White with #965CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CC0; }
p { color: rgb(150,92,192); }
H1.HeaderClassName
{
color: #965CC0;
}
.AnyTagClassName
{
color: #965CC0;
}
</style>
background-color css
<style>
a { background-color: #965CC0; }
a { background-color: rgb(150,92,192); }
div.DivClassName
{
background-color: #965CC0;
}
.BgClassName
{
background-color: #965CC0;
}
</style>
border-color css
<style>
span { border-color: #965CC0; }
span { border-color: rgb(150,92,192); }
td.TdClassName
{
border-color: #965CC0;
}
.TagClassName
{
border-color: #965CC0;
}
</style>