Shades of Deep Lilac #965CAC
Tints of Deep Lilac #965CAC
RGB
CMYK
RGB Variations
Color information
#965CAC (or 0x965CAC) is known color: Deep Lilac. HEX triplet: 96, 5C and AC. RGB value is (150,92,172). Sum of RGB (Red+Green+Blue) = 150+92+172=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #965CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965CAC is #69A353. Grayscale: #767676. Windows color (decimal): -6923092 or 11295894. OLE color: 11295894.
HSL color Cylindrical-coordinate representation of color #965CAC: hue angle of 283.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965CAC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 92 | 172 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.33 |
| HSL | 283.5º | 0.33% | 0.52% | - |
| HSV(B) | 283.5º | 0.47% | 0.67% | - |
| XYZ | 23.85 | 17.12 | 41.08 | - |
| YUV | 118.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 172 | 0.13 | 0.47 | 0 | 0.33 | 283.5 | 0.33 | 0.52 |
| Hex | 96 | 5C | AC | D | 2F | 0 | 21 | 11C | 21 | 34 |
| Octal | 226 | 134 | 254 | 15 | 57 | 0 | 41 | 434 | 41 | 64 |
| Binary | 10010110 | 1011100 | 10101100 | 1101 | 101111 | 0 | 100001 | 100011100 | 100001 | 110100 |
Color Harmonies of #965CAC
Complementary color
Monochromatic Colors of #965CAC
Black with #965CAC
Text Example
Text Example
White with #965CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CAC; }
p { color: rgb(150,92,172); }
H1.HeaderClassName
{
color: #965CAC;
}
.AnyTagClassName
{
color: #965CAC;
}
</style>
background-color css
<style>
a { background-color: #965CAC; }
a { background-color: rgb(150,92,172); }
div.DivClassName
{
background-color: #965CAC;
}
.BgClassName
{
background-color: #965CAC;
}
</style>
border-color css
<style>
span { border-color: #965CAC; }
span { border-color: rgb(150,92,172); }
td.TdClassName
{
border-color: #965CAC;
}
.TagClassName
{
border-color: #965CAC;
}
</style>