Shades of Deep Lilac #963DB4
Tints of Deep Lilac #963DB4
RGB
CMYK
RGB Variations
Color information
#963DB4 (or 0x963DB4) is known color: Deep Lilac. HEX triplet: 96, 3D and B4. RGB value is (150,61,180). Sum of RGB (Red+Green+Blue) = 150+61+180=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #963DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DB4 is #69C24B. Grayscale: #646464. Windows color (decimal): -6931020 or 11812246. OLE color: 11812246.
HSL color Cylindrical-coordinate representation of color #963DB4: hue angle of 284.87º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963DB4 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 61 | 180 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.29 |
| HSL | 284.87º | 0.49% | 0.47% | - |
| HSV(B) | 284.87º | 0.66% | 0.71% | - |
| XYZ | 22.48 | 13.12 | 44.53 | - |
| YUV | 101.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 180 | 0.17 | 0.66 | 0 | 0.29 | 284.87 | 0.49 | 0.47 |
| Hex | 96 | 3D | B4 | 11 | 42 | 0 | 1D | 11D | 31 | 2F |
| Octal | 226 | 75 | 264 | 21 | 102 | 0 | 35 | 435 | 61 | 57 |
| Binary | 10010110 | 111101 | 10110100 | 10001 | 1000010 | 0 | 11101 | 100011101 | 110001 | 101111 |
Color Harmonies of #963DB4
Complementary color
Monochromatic Colors of #963DB4
Black with #963DB4
Text Example
Text Example
White with #963DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DB4; }
p { color: rgb(150,61,180); }
H1.HeaderClassName
{
color: #963DB4;
}
.AnyTagClassName
{
color: #963DB4;
}
</style>
background-color css
<style>
a { background-color: #963DB4; }
a { background-color: rgb(150,61,180); }
div.DivClassName
{
background-color: #963DB4;
}
.BgClassName
{
background-color: #963DB4;
}
</style>
border-color css
<style>
span { border-color: #963DB4; }
span { border-color: rgb(150,61,180); }
td.TdClassName
{
border-color: #963DB4;
}
.TagClassName
{
border-color: #963DB4;
}
</style>