Shades of Deep Lilac #963DAC
Tints of Deep Lilac #963DAC
RGB
CMYK
RGB Variations
Color information
#963DAC (or 0x963DAC) is known color: Deep Lilac. HEX triplet: 96, 3D and AC. RGB value is (150,61,172). Sum of RGB (Red+Green+Blue) = 150+61+172=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #963DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963DAC is #69C253. Grayscale: #636363. Windows color (decimal): -6931028 or 11287958. OLE color: 11287958.
HSL color Cylindrical-coordinate representation of color #963DAC: hue angle of 288.11º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963DAC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 61 | 172 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.33 |
| HSL | 288.11º | 0.48% | 0.46% | - |
| HSV(B) | 288.11º | 0.65% | 0.67% | - |
| XYZ | 21.69 | 12.8 | 40.36 | - |
| YUV | 100.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 172 | 0.13 | 0.65 | 0 | 0.33 | 288.11 | 0.48 | 0.46 |
| Hex | 96 | 3D | AC | D | 41 | 0 | 21 | 120 | 30 | 2E |
| Octal | 226 | 75 | 254 | 15 | 101 | 0 | 41 | 440 | 60 | 56 |
| Binary | 10010110 | 111101 | 10101100 | 1101 | 1000001 | 0 | 100001 | 100100000 | 110000 | 101110 |
Color Harmonies of #963DAC
Complementary color
Monochromatic Colors of #963DAC
Black with #963DAC
Text Example
Text Example
White with #963DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DAC; }
p { color: rgb(150,61,172); }
H1.HeaderClassName
{
color: #963DAC;
}
.AnyTagClassName
{
color: #963DAC;
}
</style>
background-color css
<style>
a { background-color: #963DAC; }
a { background-color: rgb(150,61,172); }
div.DivClassName
{
background-color: #963DAC;
}
.BgClassName
{
background-color: #963DAC;
}
</style>
border-color css
<style>
span { border-color: #963DAC; }
span { border-color: rgb(150,61,172); }
td.TdClassName
{
border-color: #963DAC;
}
.TagClassName
{
border-color: #963DAC;
}
</style>