Shades of Deep Lilac #963FB9
Tints of Deep Lilac #963FB9
RGB
CMYK
RGB Variations
Color information
#963FB9 (or 0x963FB9) is known color: Deep Lilac. HEX triplet: 96, 3F and B9. RGB value is (150,63,185). Sum of RGB (Red+Green+Blue) = 150+63+185=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #963FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FB9 is #69C046. Grayscale: #666666. Windows color (decimal): -6930503 or 12140438. OLE color: 12140438.
HSL color Cylindrical-coordinate representation of color #963FB9: hue angle of 282.79º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963FB9 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 63 | 185 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.27 |
| HSL | 282.79º | 0.49% | 0.49% | - |
| HSV(B) | 282.79º | 0.66% | 0.73% | - |
| XYZ | 23.11 | 13.54 | 47.29 | - |
| YUV | 102.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 185 | 0.19 | 0.66 | 0 | 0.27 | 282.79 | 0.49 | 0.49 |
| Hex | 96 | 3F | B9 | 13 | 42 | 0 | 1B | 11B | 31 | 31 |
| Octal | 226 | 77 | 271 | 23 | 102 | 0 | 33 | 433 | 61 | 61 |
| Binary | 10010110 | 111111 | 10111001 | 10011 | 1000010 | 0 | 11011 | 100011011 | 110001 | 110001 |
Color Harmonies of #963FB9
Complementary color
Monochromatic Colors of #963FB9
Black with #963FB9
Text Example
Text Example
White with #963FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FB9; }
p { color: rgb(150,63,185); }
H1.HeaderClassName
{
color: #963FB9;
}
.AnyTagClassName
{
color: #963FB9;
}
</style>
background-color css
<style>
a { background-color: #963FB9; }
a { background-color: rgb(150,63,185); }
div.DivClassName
{
background-color: #963FB9;
}
.BgClassName
{
background-color: #963FB9;
}
</style>
border-color css
<style>
span { border-color: #963FB9; }
span { border-color: rgb(150,63,185); }
td.TdClassName
{
border-color: #963FB9;
}
.TagClassName
{
border-color: #963FB9;
}
</style>