Shades of Deep Lilac #964EBD
Tints of Deep Lilac #964EBD
RGB
CMYK
RGB Variations
Color information
#964EBD (or 0x964EBD) is known color: Deep Lilac. HEX triplet: 96, 4E and BD. RGB value is (150,78,189). Sum of RGB (Red+Green+Blue) = 150+78+189=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #964EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964EBD is #69B142. Grayscale: #6F6F6F. Windows color (decimal): -6926659 or 12406422. OLE color: 12406422.
HSL color Cylindrical-coordinate representation of color #964EBD: hue angle of 278.92º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #964EBD is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 78 | 189 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.26 |
| HSL | 278.92º | 0.46% | 0.52% | - |
| HSV(B) | 278.92º | 0.59% | 0.74% | - |
| XYZ | 24.49 | 15.61 | 49.87 | - |
| YUV | 112.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 189 | 0.21 | 0.59 | 0 | 0.26 | 278.92 | 0.46 | 0.52 |
| Hex | 96 | 4E | BD | 15 | 3B | 0 | 1A | 117 | 2E | 34 |
| Octal | 226 | 116 | 275 | 25 | 73 | 0 | 32 | 427 | 56 | 64 |
| Binary | 10010110 | 1001110 | 10111101 | 10101 | 111011 | 0 | 11010 | 100010111 | 101110 | 110100 |
Color Harmonies of #964EBD
Complementary color
Monochromatic Colors of #964EBD
Black with #964EBD
Text Example
Text Example
White with #964EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964EBD; }
p { color: rgb(150,78,189); }
H1.HeaderClassName
{
color: #964EBD;
}
.AnyTagClassName
{
color: #964EBD;
}
</style>
background-color css
<style>
a { background-color: #964EBD; }
a { background-color: rgb(150,78,189); }
div.DivClassName
{
background-color: #964EBD;
}
.BgClassName
{
background-color: #964EBD;
}
</style>
border-color css
<style>
span { border-color: #964EBD; }
span { border-color: rgb(150,78,189); }
td.TdClassName
{
border-color: #964EBD;
}
.TagClassName
{
border-color: #964EBD;
}
</style>