Shades of Deep Lilac #963FB7
Tints of Deep Lilac #963FB7
RGB
CMYK
RGB Variations
Color information
#963FB7 (or 0x963FB7) is known color: Deep Lilac. HEX triplet: 96, 3F and B7. RGB value is (150,63,183). Sum of RGB (Red+Green+Blue) = 150+63+183=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #963FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FB7 is #69C048. Grayscale: #666666. Windows color (decimal): -6930505 or 12009366. OLE color: 12009366.
HSL color Cylindrical-coordinate representation of color #963FB7: hue angle of 283.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963FB7 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 63 | 183 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.28 |
| HSL | 283.5º | 0.49% | 0.48% | - |
| HSV(B) | 283.5º | 0.66% | 0.72% | - |
| XYZ | 22.9 | 13.46 | 46.19 | - |
| YUV | 102.69 | 173.32 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 183 | 0.18 | 0.66 | 0 | 0.28 | 283.5 | 0.49 | 0.48 |
| Hex | 96 | 3F | B7 | 12 | 42 | 0 | 1C | 11C | 31 | 30 |
| Octal | 226 | 77 | 267 | 22 | 102 | 0 | 34 | 434 | 61 | 60 |
| Binary | 10010110 | 111111 | 10110111 | 10010 | 1000010 | 0 | 11100 | 100011100 | 110001 | 110000 |
Color Harmonies of #963FB7
Complementary color
Monochromatic Colors of #963FB7
Black with #963FB7
Text Example
Text Example
White with #963FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FB7; }
p { color: rgb(150,63,183); }
H1.HeaderClassName
{
color: #963FB7;
}
.AnyTagClassName
{
color: #963FB7;
}
</style>
background-color css
<style>
a { background-color: #963FB7; }
a { background-color: rgb(150,63,183); }
div.DivClassName
{
background-color: #963FB7;
}
.BgClassName
{
background-color: #963FB7;
}
</style>
border-color css
<style>
span { border-color: #963FB7; }
span { border-color: rgb(150,63,183); }
td.TdClassName
{
border-color: #963FB7;
}
.TagClassName
{
border-color: #963FB7;
}
</style>