Shades of Deep Lilac #964CB4
Tints of Deep Lilac #964CB4
RGB
CMYK
RGB Variations
Color information
#964CB4 (or 0x964CB4) is known color: Deep Lilac. HEX triplet: 96, 4C and B4. RGB value is (150,76,180). Sum of RGB (Red+Green+Blue) = 150+76+180=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #964CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CB4 is #69B34B. Grayscale: #6D6D6D. Windows color (decimal): -6927180 or 11816086. OLE color: 11816086.
HSL color Cylindrical-coordinate representation of color #964CB4: hue angle of 282.69º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #964CB4 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 76 | 180 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.29 |
| HSL | 282.69º | 0.41% | 0.5% | - |
| HSV(B) | 282.69º | 0.58% | 0.71% | - |
| XYZ | 23.4 | 14.95 | 44.83 | - |
| YUV | 109.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 180 | 0.17 | 0.58 | 0 | 0.29 | 282.69 | 0.41 | 0.5 |
| Hex | 96 | 4C | B4 | 11 | 3A | 0 | 1D | 11B | 29 | 32 |
| Octal | 226 | 114 | 264 | 21 | 72 | 0 | 35 | 433 | 51 | 62 |
| Binary | 10010110 | 1001100 | 10110100 | 10001 | 111010 | 0 | 11101 | 100011011 | 101001 | 110010 |
Color Harmonies of #964CB4
Complementary color
Monochromatic Colors of #964CB4
Black with #964CB4
Text Example
Text Example
White with #964CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CB4; }
p { color: rgb(150,76,180); }
H1.HeaderClassName
{
color: #964CB4;
}
.AnyTagClassName
{
color: #964CB4;
}
</style>
background-color css
<style>
a { background-color: #964CB4; }
a { background-color: rgb(150,76,180); }
div.DivClassName
{
background-color: #964CB4;
}
.BgClassName
{
background-color: #964CB4;
}
</style>
border-color css
<style>
span { border-color: #964CB4; }
span { border-color: rgb(150,76,180); }
td.TdClassName
{
border-color: #964CB4;
}
.TagClassName
{
border-color: #964CB4;
}
</style>