Shades of Deep Lilac #964DBA
Tints of Deep Lilac #964DBA
RGB
CMYK
RGB Variations
Color information
#964DBA (or 0x964DBA) is known color: Deep Lilac. HEX triplet: 96, 4D and BA. RGB value is (150,77,186). Sum of RGB (Red+Green+Blue) = 150+77+186=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #964DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #964DBA is #69B245. Grayscale: #6E6E6E. Windows color (decimal): -6926918 or 12209558. OLE color: 12209558.
HSL color Cylindrical-coordinate representation of color #964DBA: hue angle of 280.18º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #964DBA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 77 | 186 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.27 |
| HSL | 280.18º | 0.44% | 0.52% | - |
| HSV(B) | 280.18º | 0.59% | 0.73% | - |
| XYZ | 24.09 | 15.34 | 48.14 | - |
| YUV | 111.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 186 | 0.19 | 0.59 | 0 | 0.27 | 280.18 | 0.44 | 0.52 |
| Hex | 96 | 4D | BA | 13 | 3B | 0 | 1B | 118 | 2C | 34 |
| Octal | 226 | 115 | 272 | 23 | 73 | 0 | 33 | 430 | 54 | 64 |
| Binary | 10010110 | 1001101 | 10111010 | 10011 | 111011 | 0 | 11011 | 100011000 | 101100 | 110100 |
Color Harmonies of #964DBA
Complementary color
Monochromatic Colors of #964DBA
Black with #964DBA
Text Example
Text Example
White with #964DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DBA; }
p { color: rgb(150,77,186); }
H1.HeaderClassName
{
color: #964DBA;
}
.AnyTagClassName
{
color: #964DBA;
}
</style>
background-color css
<style>
a { background-color: #964DBA; }
a { background-color: rgb(150,77,186); }
div.DivClassName
{
background-color: #964DBA;
}
.BgClassName
{
background-color: #964DBA;
}
</style>
border-color css
<style>
span { border-color: #964DBA; }
span { border-color: rgb(150,77,186); }
td.TdClassName
{
border-color: #964DBA;
}
.TagClassName
{
border-color: #964DBA;
}
</style>