Shades of Deep Lilac #964ECD
Tints of Deep Lilac #964ECD
RGB
CMYK
RGB Variations
Color information
#964ECD (or 0x964ECD) is known color: Deep Lilac. HEX triplet: 96, 4E and CD. RGB value is (150,78,205). Sum of RGB (Red+Green+Blue) = 150+78+205=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #964ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964ECD is #69B132. Grayscale: #717171. Windows color (decimal): -6926643 or 13454998. OLE color: 13454998.
HSL color Cylindrical-coordinate representation of color #964ECD: hue angle of 274.02º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #964ECD is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 78 | 205 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.20 |
| HSL | 274.02º | 0.56% | 0.55% | - |
| HSV(B) | 274.02º | 0.62% | 0.8% | - |
| XYZ | 26.32 | 16.34 | 59.52 | - |
| YUV | 114.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 205 | 0.27 | 0.62 | 0 | 0.20 | 274.02 | 0.56 | 0.55 |
| Hex | 96 | 4E | CD | 1B | 3E | 0 | 14 | 112 | 38 | 37 |
| Octal | 226 | 116 | 315 | 33 | 76 | 0 | 24 | 422 | 70 | 67 |
| Binary | 10010110 | 1001110 | 11001101 | 11011 | 111110 | 0 | 10100 | 100010010 | 111000 | 110111 |
Color Harmonies of #964ECD
Complementary color
Monochromatic Colors of #964ECD
Black with #964ECD
Text Example
Text Example
White with #964ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964ECD; }
p { color: rgb(150,78,205); }
H1.HeaderClassName
{
color: #964ECD;
}
.AnyTagClassName
{
color: #964ECD;
}
</style>
background-color css
<style>
a { background-color: #964ECD; }
a { background-color: rgb(150,78,205); }
div.DivClassName
{
background-color: #964ECD;
}
.BgClassName
{
background-color: #964ECD;
}
</style>
border-color css
<style>
span { border-color: #964ECD; }
span { border-color: rgb(150,78,205); }
td.TdClassName
{
border-color: #964ECD;
}
.TagClassName
{
border-color: #964ECD;
}
</style>