Shades of Deep Lilac #964DCC
Tints of Deep Lilac #964DCC
RGB
CMYK
RGB Variations
Color information
#964DCC (or 0x964DCC) is known color: Deep Lilac. HEX triplet: 96, 4D and CC. RGB value is (150,77,204). Sum of RGB (Red+Green+Blue) = 150+77+204=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #964DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DCC is #69B233. Grayscale: #707070. Windows color (decimal): -6926900 or 13389206. OLE color: 13389206.
HSL color Cylindrical-coordinate representation of color #964DCC: hue angle of 274.49º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964DCC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 77 | 204 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.2 |
| HSL | 274.49º | 0.55% | 0.55% | - |
| HSV(B) | 274.49º | 0.62% | 0.8% | - |
| XYZ | 26.13 | 16.15 | 58.87 | - |
| YUV | 113.31 | 179.18 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 204 | 0.26 | 0.62 | 0 | 0.2 | 274.49 | 0.55 | 0.55 |
| Hex | 96 | 4D | CC | 1A | 3E | 0 | 14 | 112 | 37 | 37 |
| Octal | 226 | 115 | 314 | 32 | 76 | 0 | 24 | 422 | 67 | 67 |
| Binary | 10010110 | 1001101 | 11001100 | 11010 | 111110 | 0 | 10100 | 100010010 | 110111 | 110111 |
Color Harmonies of #964DCC
Complementary color
Monochromatic Colors of #964DCC
Black with #964DCC
Text Example
Text Example
White with #964DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DCC; }
p { color: rgb(150,77,204); }
H1.HeaderClassName
{
color: #964DCC;
}
.AnyTagClassName
{
color: #964DCC;
}
</style>
background-color css
<style>
a { background-color: #964DCC; }
a { background-color: rgb(150,77,204); }
div.DivClassName
{
background-color: #964DCC;
}
.BgClassName
{
background-color: #964DCC;
}
</style>
border-color css
<style>
span { border-color: #964DCC; }
span { border-color: rgb(150,77,204); }
td.TdClassName
{
border-color: #964DCC;
}
.TagClassName
{
border-color: #964DCC;
}
</style>