Shades of Deep Lilac #964FCC
Tints of Deep Lilac #964FCC
RGB
CMYK
RGB Variations
Color information
#964FCC (or 0x964FCC) is known color: Deep Lilac. HEX triplet: 96, 4F and CC. RGB value is (150,79,204). Sum of RGB (Red+Green+Blue) = 150+79+204=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #964FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964FCC is #69B033. Grayscale: #727272. Windows color (decimal): -6926388 or 13389718. OLE color: 13389718.
HSL color Cylindrical-coordinate representation of color #964FCC: hue angle of 274.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #964FCC is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 79 | 204 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.2 |
| HSL | 274.08º | 0.55% | 0.55% | - |
| HSV(B) | 274.08º | 0.61% | 0.8% | - |
| XYZ | 26.27 | 16.44 | 58.91 | - |
| YUV | 114.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 204 | 0.26 | 0.61 | 0 | 0.2 | 274.08 | 0.55 | 0.55 |
| Hex | 96 | 4F | CC | 1A | 3D | 0 | 14 | 112 | 37 | 37 |
| Octal | 226 | 117 | 314 | 32 | 75 | 0 | 24 | 422 | 67 | 67 |
| Binary | 10010110 | 1001111 | 11001100 | 11010 | 111101 | 0 | 10100 | 100010010 | 110111 | 110111 |
Color Harmonies of #964FCC
Complementary color
Monochromatic Colors of #964FCC
Black with #964FCC
Text Example
Text Example
White with #964FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964FCC; }
p { color: rgb(150,79,204); }
H1.HeaderClassName
{
color: #964FCC;
}
.AnyTagClassName
{
color: #964FCC;
}
</style>
background-color css
<style>
a { background-color: #964FCC; }
a { background-color: rgb(150,79,204); }
div.DivClassName
{
background-color: #964FCC;
}
.BgClassName
{
background-color: #964FCC;
}
</style>
border-color css
<style>
span { border-color: #964FCC; }
span { border-color: rgb(150,79,204); }
td.TdClassName
{
border-color: #964FCC;
}
.TagClassName
{
border-color: #964FCC;
}
</style>