Shades of Deep Lilac #9655BB
Tints of Deep Lilac #9655BB
RGB
CMYK
RGB Variations
Color information
#9655BB (or 0x9655BB) is known color: Deep Lilac. HEX triplet: 96, 55 and BB. RGB value is (150,85,187). Sum of RGB (Red+Green+Blue) = 150+85+187=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #9655BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655BB is #69AA44. Grayscale: #737373. Windows color (decimal): -6924869 or 12277142. OLE color: 12277142.
HSL color Cylindrical-coordinate representation of color #9655BB: hue angle of 278.24º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9655BB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 85 | 187 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.27 |
| HSL | 278.24º | 0.43% | 0.53% | - |
| HSV(B) | 278.24º | 0.55% | 0.73% | - |
| XYZ | 24.8 | 16.57 | 48.9 | - |
| YUV | 116.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 187 | 0.20 | 0.55 | 0 | 0.27 | 278.24 | 0.43 | 0.53 |
| Hex | 96 | 55 | BB | 14 | 37 | 0 | 1B | 116 | 2B | 35 |
| Octal | 226 | 125 | 273 | 24 | 67 | 0 | 33 | 426 | 53 | 65 |
| Binary | 10010110 | 1010101 | 10111011 | 10100 | 110111 | 0 | 11011 | 100010110 | 101011 | 110101 |
Color Harmonies of #9655BB
Complementary color
Monochromatic Colors of #9655BB
Black with #9655BB
Text Example
Text Example
White with #9655BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9655BB; }
p { color: rgb(150,85,187); }
H1.HeaderClassName
{
color: #9655BB;
}
.AnyTagClassName
{
color: #9655BB;
}
</style>
background-color css
<style>
a { background-color: #9655BB; }
a { background-color: rgb(150,85,187); }
div.DivClassName
{
background-color: #9655BB;
}
.BgClassName
{
background-color: #9655BB;
}
</style>
border-color css
<style>
span { border-color: #9655BB; }
span { border-color: rgb(150,85,187); }
td.TdClassName
{
border-color: #9655BB;
}
.TagClassName
{
border-color: #9655BB;
}
</style>