Shades of Deep Lilac #964CC0
Tints of Deep Lilac #964CC0
RGB
CMYK
RGB Variations
Color information
#964CC0 (or 0x964CC0) is known color: Deep Lilac. HEX triplet: 96, 4C and C0. RGB value is (150,76,192). Sum of RGB (Red+Green+Blue) = 150+76+192=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #964CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #964CC0 is #69B33F. Grayscale: #6E6E6E. Windows color (decimal): -6927168 or 12602518. OLE color: 12602518.
HSL color Cylindrical-coordinate representation of color #964CC0: hue angle of 278.28º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #964CC0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 76 | 192 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.25 |
| HSL | 278.28º | 0.48% | 0.53% | - |
| HSV(B) | 278.28º | 0.6% | 0.75% | - |
| XYZ | 24.68 | 15.46 | 51.55 | - |
| YUV | 111.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 192 | 0.22 | 0.60 | 0 | 0.25 | 278.28 | 0.48 | 0.53 |
| Hex | 96 | 4C | C0 | 16 | 3C | 0 | 19 | 116 | 30 | 35 |
| Octal | 226 | 114 | 300 | 26 | 74 | 0 | 31 | 426 | 60 | 65 |
| Binary | 10010110 | 1001100 | 11000000 | 10110 | 111100 | 0 | 11001 | 100010110 | 110000 | 110101 |
Color Harmonies of #964CC0
Complementary color
Monochromatic Colors of #964CC0
Black with #964CC0
Text Example
Text Example
White with #964CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964CC0; }
p { color: rgb(150,76,192); }
H1.HeaderClassName
{
color: #964CC0;
}
.AnyTagClassName
{
color: #964CC0;
}
</style>
background-color css
<style>
a { background-color: #964CC0; }
a { background-color: rgb(150,76,192); }
div.DivClassName
{
background-color: #964CC0;
}
.BgClassName
{
background-color: #964CC0;
}
</style>
border-color css
<style>
span { border-color: #964CC0; }
span { border-color: rgb(150,76,192); }
td.TdClassName
{
border-color: #964CC0;
}
.TagClassName
{
border-color: #964CC0;
}
</style>