Shades of Deep Lilac #964DBF
Tints of Deep Lilac #964DBF
RGB
CMYK
RGB Variations
Color information
#964DBF (or 0x964DBF) is known color: Deep Lilac. HEX triplet: 96, 4D and BF. RGB value is (150,77,191). Sum of RGB (Red+Green+Blue) = 150+77+191=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #964DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DBF is #69B240. Grayscale: #6F6F6F. Windows color (decimal): -6926913 or 12537238. OLE color: 12537238.
HSL color Cylindrical-coordinate representation of color #964DBF: hue angle of 278.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #964DBF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 77 | 191 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.25 |
| HSL | 278.42º | 0.47% | 0.53% | - |
| HSV(B) | 278.42º | 0.6% | 0.75% | - |
| XYZ | 24.64 | 15.55 | 50.99 | - |
| YUV | 111.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 191 | 0.21 | 0.60 | 0 | 0.25 | 278.42 | 0.47 | 0.53 |
| Hex | 96 | 4D | BF | 15 | 3C | 0 | 19 | 116 | 2F | 35 |
| Octal | 226 | 115 | 277 | 25 | 74 | 0 | 31 | 426 | 57 | 65 |
| Binary | 10010110 | 1001101 | 10111111 | 10101 | 111100 | 0 | 11001 | 100010110 | 101111 | 110101 |
Color Harmonies of #964DBF
Complementary color
Monochromatic Colors of #964DBF
Black with #964DBF
Text Example
Text Example
White with #964DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DBF; }
p { color: rgb(150,77,191); }
H1.HeaderClassName
{
color: #964DBF;
}
.AnyTagClassName
{
color: #964DBF;
}
</style>
background-color css
<style>
a { background-color: #964DBF; }
a { background-color: rgb(150,77,191); }
div.DivClassName
{
background-color: #964DBF;
}
.BgClassName
{
background-color: #964DBF;
}
</style>
border-color css
<style>
span { border-color: #964DBF; }
span { border-color: rgb(150,77,191); }
td.TdClassName
{
border-color: #964DBF;
}
.TagClassName
{
border-color: #964DBF;
}
</style>