Shades of Deep Lilac #964DB1
Tints of Deep Lilac #964DB1
RGB
CMYK
RGB Variations
Color information
#964DB1 (or 0x964DB1) is known color: Deep Lilac. HEX triplet: 96, 4D and B1. RGB value is (150,77,177). Sum of RGB (Red+Green+Blue) = 150+77+177=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #964DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964DB1 is #69B24E. Grayscale: #6D6D6D. Windows color (decimal): -6926927 or 11619734. OLE color: 11619734.
HSL color Cylindrical-coordinate representation of color #964DB1: hue angle of 283.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964DB1 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 77 | 177 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.31 |
| HSL | 283.8º | 0.39% | 0.5% | - |
| HSV(B) | 283.8º | 0.56% | 0.69% | - |
| XYZ | 23.17 | 14.97 | 43.26 | - |
| YUV | 110.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 177 | 0.15 | 0.56 | 0 | 0.31 | 283.8 | 0.39 | 0.5 |
| Hex | 96 | 4D | B1 | F | 38 | 0 | 1F | 11C | 27 | 32 |
| Octal | 226 | 115 | 261 | 17 | 70 | 0 | 37 | 434 | 47 | 62 |
| Binary | 10010110 | 1001101 | 10110001 | 1111 | 111000 | 0 | 11111 | 100011100 | 100111 | 110010 |
Color Harmonies of #964DB1
Complementary color
Monochromatic Colors of #964DB1
Black with #964DB1
Text Example
Text Example
White with #964DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DB1; }
p { color: rgb(150,77,177); }
H1.HeaderClassName
{
color: #964DB1;
}
.AnyTagClassName
{
color: #964DB1;
}
</style>
background-color css
<style>
a { background-color: #964DB1; }
a { background-color: rgb(150,77,177); }
div.DivClassName
{
background-color: #964DB1;
}
.BgClassName
{
background-color: #964DB1;
}
</style>
border-color css
<style>
span { border-color: #964DB1; }
span { border-color: rgb(150,77,177); }
td.TdClassName
{
border-color: #964DB1;
}
.TagClassName
{
border-color: #964DB1;
}
</style>