Shades of Deep Lilac #964ECB
Tints of Deep Lilac #964ECB
RGB
CMYK
RGB Variations
Color information
#964ECB (or 0x964ECB) is known color: Deep Lilac. HEX triplet: 96, 4E and CB. RGB value is (150,78,203). Sum of RGB (Red+Green+Blue) = 150+78+203=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #964ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964ECB is #69B134. Grayscale: #717171. Windows color (decimal): -6926645 or 13323926. OLE color: 13323926.
HSL color Cylindrical-coordinate representation of color #964ECB: hue angle of 274.56º degrees, saturation: 0.55, 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 #964ECB is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 78 | 203 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.20 |
| HSL | 274.56º | 0.55% | 0.55% | - |
| HSV(B) | 274.56º | 0.62% | 0.8% | - |
| XYZ | 26.08 | 16.24 | 58.26 | - |
| YUV | 113.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 203 | 0.26 | 0.62 | 0 | 0.20 | 274.56 | 0.55 | 0.55 |
| Hex | 96 | 4E | CB | 1A | 3E | 0 | 14 | 113 | 37 | 37 |
| Octal | 226 | 116 | 313 | 32 | 76 | 0 | 24 | 423 | 67 | 67 |
| Binary | 10010110 | 1001110 | 11001011 | 11010 | 111110 | 0 | 10100 | 100010011 | 110111 | 110111 |
Color Harmonies of #964ECB
Complementary color
Monochromatic Colors of #964ECB
Black with #964ECB
Text Example
Text Example
White with #964ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964ECB; }
p { color: rgb(150,78,203); }
H1.HeaderClassName
{
color: #964ECB;
}
.AnyTagClassName
{
color: #964ECB;
}
</style>
background-color css
<style>
a { background-color: #964ECB; }
a { background-color: rgb(150,78,203); }
div.DivClassName
{
background-color: #964ECB;
}
.BgClassName
{
background-color: #964ECB;
}
</style>
border-color css
<style>
span { border-color: #964ECB; }
span { border-color: rgb(150,78,203); }
td.TdClassName
{
border-color: #964ECB;
}
.TagClassName
{
border-color: #964ECB;
}
</style>