Shades of Deep Lilac #964CCC
Tints of Deep Lilac #964CCC
RGB
CMYK
RGB Variations
Color information
#964CCC (or 0x964CCC) is known color: Deep Lilac. HEX triplet: 96, 4C and CC. RGB value is (150,76,204). Sum of RGB (Red+Green+Blue) = 150+76+204=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #964CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CCC is #69B333. Grayscale: #707070. Windows color (decimal): -6927156 or 13388950. OLE color: 13388950.
HSL color Cylindrical-coordinate representation of color #964CCC: hue angle of 274.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #964CCC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 76 | 204 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.2 |
| HSL | 274.69º | 0.56% | 0.55% | - |
| HSV(B) | 274.69º | 0.63% | 0.8% | - |
| XYZ | 26.06 | 16.01 | 58.84 | - |
| YUV | 112.72 | 179.52 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 204 | 0.26 | 0.63 | 0 | 0.2 | 274.69 | 0.56 | 0.55 |
| Hex | 96 | 4C | CC | 1A | 3F | 0 | 14 | 113 | 38 | 37 |
| Octal | 226 | 114 | 314 | 32 | 77 | 0 | 24 | 423 | 70 | 67 |
| Binary | 10010110 | 1001100 | 11001100 | 11010 | 111111 | 0 | 10100 | 100010011 | 111000 | 110111 |
Color Harmonies of #964CCC
Complementary color
Monochromatic Colors of #964CCC
Black with #964CCC
Text Example
Text Example
White with #964CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CCC; }
p { color: rgb(150,76,204); }
H1.HeaderClassName
{
color: #964CCC;
}
.AnyTagClassName
{
color: #964CCC;
}
</style>
background-color css
<style>
a { background-color: #964CCC; }
a { background-color: rgb(150,76,204); }
div.DivClassName
{
background-color: #964CCC;
}
.BgClassName
{
background-color: #964CCC;
}
</style>
border-color css
<style>
span { border-color: #964CCC; }
span { border-color: rgb(150,76,204); }
td.TdClassName
{
border-color: #964CCC;
}
.TagClassName
{
border-color: #964CCC;
}
</style>