Shades of Deep Lilac #9656B7
Tints of Deep Lilac #9656B7
RGB
CMYK
RGB Variations
Color information
#9656B7 (or 0x9656B7) is known color: Deep Lilac. HEX triplet: 96, 56 and B7. RGB value is (150,86,183). Sum of RGB (Red+Green+Blue) = 150+86+183=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 183 - color contains mainly: blue. Hex color #9656B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656B7 is #69A948. Grayscale: #737373. Windows color (decimal): -6924617 or 12015254. OLE color: 12015254.
HSL color Cylindrical-coordinate representation of color #9656B7: hue angle of 279.59º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9656B7 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 86 | 183 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.28 |
| HSL | 279.59º | 0.4% | 0.53% | - |
| HSV(B) | 279.59º | 0.53% | 0.72% | - |
| XYZ | 24.45 | 16.56 | 46.71 | - |
| YUV | 116.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 183 | 0.18 | 0.53 | 0 | 0.28 | 279.59 | 0.4 | 0.53 |
| Hex | 96 | 56 | B7 | 12 | 35 | 0 | 1C | 118 | 28 | 35 |
| Octal | 226 | 126 | 267 | 22 | 65 | 0 | 34 | 430 | 50 | 65 |
| Binary | 10010110 | 1010110 | 10110111 | 10010 | 110101 | 0 | 11100 | 100011000 | 101000 | 110101 |
Color Harmonies of #9656B7
Complementary color
Monochromatic Colors of #9656B7
Black with #9656B7
Text Example
Text Example
White with #9656B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9656B7; }
p { color: rgb(150,86,183); }
H1.HeaderClassName
{
color: #9656B7;
}
.AnyTagClassName
{
color: #9656B7;
}
</style>
background-color css
<style>
a { background-color: #9656B7; }
a { background-color: rgb(150,86,183); }
div.DivClassName
{
background-color: #9656B7;
}
.BgClassName
{
background-color: #9656B7;
}
</style>
border-color css
<style>
span { border-color: #9656B7; }
span { border-color: rgb(150,86,183); }
td.TdClassName
{
border-color: #9656B7;
}
.TagClassName
{
border-color: #9656B7;
}
</style>