Shades of Deep Lilac #963DB0
Tints of Deep Lilac #963DB0
RGB
CMYK
RGB Variations
Color information
#963DB0 (or 0x963DB0) is known color: Deep Lilac. HEX triplet: 96, 3D and B0. RGB value is (150,61,176). Sum of RGB (Red+Green+Blue) = 150+61+176=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #963DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963DB0 is #69C24F. Grayscale: #646464. Windows color (decimal): -6931024 or 11550102. OLE color: 11550102.
HSL color Cylindrical-coordinate representation of color #963DB0: hue angle of 286.43º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963DB0 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 61 | 176 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.31 |
| HSL | 286.43º | 0.49% | 0.46% | - |
| HSV(B) | 286.43º | 0.65% | 0.69% | - |
| XYZ | 22.08 | 12.96 | 42.41 | - |
| YUV | 100.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 176 | 0.15 | 0.65 | 0 | 0.31 | 286.43 | 0.49 | 0.46 |
| Hex | 96 | 3D | B0 | F | 41 | 0 | 1F | 11E | 31 | 2E |
| Octal | 226 | 75 | 260 | 17 | 101 | 0 | 37 | 436 | 61 | 56 |
| Binary | 10010110 | 111101 | 10110000 | 1111 | 1000001 | 0 | 11111 | 100011110 | 110001 | 101110 |
Color Harmonies of #963DB0
Complementary color
Monochromatic Colors of #963DB0
Black with #963DB0
Text Example
Text Example
White with #963DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DB0; }
p { color: rgb(150,61,176); }
H1.HeaderClassName
{
color: #963DB0;
}
.AnyTagClassName
{
color: #963DB0;
}
</style>
background-color css
<style>
a { background-color: #963DB0; }
a { background-color: rgb(150,61,176); }
div.DivClassName
{
background-color: #963DB0;
}
.BgClassName
{
background-color: #963DB0;
}
</style>
border-color css
<style>
span { border-color: #963DB0; }
span { border-color: rgb(150,61,176); }
td.TdClassName
{
border-color: #963DB0;
}
.TagClassName
{
border-color: #963DB0;
}
</style>