Shades of Deep Lilac #963BAB
Tints of Deep Lilac #963BAB
RGB
CMYK
RGB Variations
Color information
#963BAB (or 0x963BAB) is known color: Deep Lilac. HEX triplet: 96, 3B and AB. RGB value is (150,59,171). Sum of RGB (Red+Green+Blue) = 150+59+171=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #963BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963BAB is #69C454. Grayscale: #626262. Windows color (decimal): -6931541 or 11221910. OLE color: 11221910.
HSL color Cylindrical-coordinate representation of color #963BAB: hue angle of 288.75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963BAB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 59 | 171 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.33 |
| HSL | 288.75º | 0.49% | 0.45% | - |
| HSV(B) | 288.75º | 0.65% | 0.67% | - |
| XYZ | 21.49 | 12.55 | 39.82 | - |
| YUV | 98.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 171 | 0.12 | 0.65 | 0 | 0.33 | 288.75 | 0.49 | 0.45 |
| Hex | 96 | 3B | AB | C | 41 | 0 | 21 | 121 | 31 | 2D |
| Octal | 226 | 73 | 253 | 14 | 101 | 0 | 41 | 441 | 61 | 55 |
| Binary | 10010110 | 111011 | 10101011 | 1100 | 1000001 | 0 | 100001 | 100100001 | 110001 | 101101 |
Color Harmonies of #963BAB
Complementary color
Monochromatic Colors of #963BAB
Black with #963BAB
Text Example
Text Example
White with #963BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BAB; }
p { color: rgb(150,59,171); }
H1.HeaderClassName
{
color: #963BAB;
}
.AnyTagClassName
{
color: #963BAB;
}
</style>
background-color css
<style>
a { background-color: #963BAB; }
a { background-color: rgb(150,59,171); }
div.DivClassName
{
background-color: #963BAB;
}
.BgClassName
{
background-color: #963BAB;
}
</style>
border-color css
<style>
span { border-color: #963BAB; }
span { border-color: rgb(150,59,171); }
td.TdClassName
{
border-color: #963BAB;
}
.TagClassName
{
border-color: #963BAB;
}
</style>