Shades of Deep Lilac #964ED0
Tints of Deep Lilac #964ED0
RGB
CMYK
RGB Variations
Color information
#964ED0 (or 0x964ED0) is known color: Deep Lilac. HEX triplet: 96, 4E and D0. RGB value is (150,78,208). Sum of RGB (Red+Green+Blue) = 150+78+208=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #964ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964ED0 is #69B12F. Grayscale: #717171. Windows color (decimal): -6926640 or 13651606. OLE color: 13651606.
HSL color Cylindrical-coordinate representation of color #964ED0: hue angle of 273.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964ED0 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 78 | 208 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.18 |
| HSL | 273.23º | 0.58% | 0.56% | - |
| HSV(B) | 273.23º | 0.63% | 0.82% | - |
| XYZ | 26.69 | 16.49 | 61.45 | - |
| YUV | 114.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 208 | 0.28 | 0.62 | 0 | 0.18 | 273.23 | 0.58 | 0.56 |
| Hex | 96 | 4E | D0 | 1C | 3E | 0 | 12 | 111 | 3A | 38 |
| Octal | 226 | 116 | 320 | 34 | 76 | 0 | 22 | 421 | 72 | 70 |
| Binary | 10010110 | 1001110 | 11010000 | 11100 | 111110 | 0 | 10010 | 100010001 | 111010 | 111000 |
Color Harmonies of #964ED0
Complementary color
Monochromatic Colors of #964ED0
Black with #964ED0
Text Example
Text Example
White with #964ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964ED0; }
p { color: rgb(150,78,208); }
H1.HeaderClassName
{
color: #964ED0;
}
.AnyTagClassName
{
color: #964ED0;
}
</style>
background-color css
<style>
a { background-color: #964ED0; }
a { background-color: rgb(150,78,208); }
div.DivClassName
{
background-color: #964ED0;
}
.BgClassName
{
background-color: #964ED0;
}
</style>
border-color css
<style>
span { border-color: #964ED0; }
span { border-color: rgb(150,78,208); }
td.TdClassName
{
border-color: #964ED0;
}
.TagClassName
{
border-color: #964ED0;
}
</style>