Shades of Deep Lilac #963DB5
Tints of Deep Lilac #963DB5
RGB
CMYK
RGB Variations
Color information
#963DB5 (or 0x963DB5) is known color: Deep Lilac. HEX triplet: 96, 3D and B5. RGB value is (150,61,181). Sum of RGB (Red+Green+Blue) = 150+61+181=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 181 - color contains mainly: blue. Hex color #963DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DB5 is #69C24A. Grayscale: #646464. Windows color (decimal): -6931019 or 11877782. OLE color: 11877782.
HSL color Cylindrical-coordinate representation of color #963DB5: hue angle of 284.5º degrees, saturation: 0.5, 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 #963DB5 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 61 | 181 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.29 |
| HSL | 284.5º | 0.5% | 0.47% | - |
| HSV(B) | 284.5º | 0.66% | 0.71% | - |
| XYZ | 22.59 | 13.16 | 45.07 | - |
| YUV | 101.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 181 | 0.17 | 0.66 | 0 | 0.29 | 284.5 | 0.5 | 0.47 |
| Hex | 96 | 3D | B5 | 11 | 42 | 0 | 1D | 11C | 32 | 2F |
| Octal | 226 | 75 | 265 | 21 | 102 | 0 | 35 | 434 | 62 | 57 |
| Binary | 10010110 | 111101 | 10110101 | 10001 | 1000010 | 0 | 11101 | 100011100 | 110010 | 101111 |
Color Harmonies of #963DB5
Complementary color
Monochromatic Colors of #963DB5
Black with #963DB5
Text Example
Text Example
White with #963DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DB5; }
p { color: rgb(150,61,181); }
H1.HeaderClassName
{
color: #963DB5;
}
.AnyTagClassName
{
color: #963DB5;
}
</style>
background-color css
<style>
a { background-color: #963DB5; }
a { background-color: rgb(150,61,181); }
div.DivClassName
{
background-color: #963DB5;
}
.BgClassName
{
background-color: #963DB5;
}
</style>
border-color css
<style>
span { border-color: #963DB5; }
span { border-color: rgb(150,61,181); }
td.TdClassName
{
border-color: #963DB5;
}
.TagClassName
{
border-color: #963DB5;
}
</style>