Shades of Deep Lilac #964BAD
Tints of Deep Lilac #964BAD
RGB
CMYK
RGB Variations
Color information
#964BAD (or 0x964BAD) is known color: Deep Lilac. HEX triplet: 96, 4B and AD. RGB value is (150,75,173). Sum of RGB (Red+Green+Blue) = 150+75+173=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #964BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964BAD is #69B452. Grayscale: #6C6C6C. Windows color (decimal): -6927443 or 11357078. OLE color: 11357078.
HSL color Cylindrical-coordinate representation of color #964BAD: hue angle of 285.92º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964BAD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 75 | 173 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.32 |
| HSL | 285.92º | 0.4% | 0.49% | - |
| HSV(B) | 285.92º | 0.57% | 0.68% | - |
| XYZ | 22.64 | 14.53 | 41.15 | - |
| YUV | 108.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 173 | 0.13 | 0.57 | 0 | 0.32 | 285.92 | 0.4 | 0.49 |
| Hex | 96 | 4B | AD | D | 39 | 0 | 20 | 11E | 28 | 31 |
| Octal | 226 | 113 | 255 | 15 | 71 | 0 | 40 | 436 | 50 | 61 |
| Binary | 10010110 | 1001011 | 10101101 | 1101 | 111001 | 0 | 100000 | 100011110 | 101000 | 110001 |
Color Harmonies of #964BAD
Complementary color
Monochromatic Colors of #964BAD
Black with #964BAD
Text Example
Text Example
White with #964BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964BAD; }
p { color: rgb(150,75,173); }
H1.HeaderClassName
{
color: #964BAD;
}
.AnyTagClassName
{
color: #964BAD;
}
</style>
background-color css
<style>
a { background-color: #964BAD; }
a { background-color: rgb(150,75,173); }
div.DivClassName
{
background-color: #964BAD;
}
.BgClassName
{
background-color: #964BAD;
}
</style>
border-color css
<style>
span { border-color: #964BAD; }
span { border-color: rgb(150,75,173); }
td.TdClassName
{
border-color: #964BAD;
}
.TagClassName
{
border-color: #964BAD;
}
</style>