Shades of Deep Lilac #9657BA
Tints of Deep Lilac #9657BA
RGB
CMYK
RGB Variations
Color information
#9657BA (or 0x9657BA) is known color: Deep Lilac. HEX triplet: 96, 57 and BA. RGB value is (150,87,186). Sum of RGB (Red+Green+Blue) = 150+87+186=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9657BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657BA is #69A845. Grayscale: #747474. Windows color (decimal): -6924358 or 12212118. OLE color: 12212118.
HSL color Cylindrical-coordinate representation of color #9657BA: hue angle of 278.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9657BA is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 87 | 186 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.27 |
| HSL | 278.18º | 0.42% | 0.54% | - |
| HSV(B) | 278.18º | 0.53% | 0.73% | - |
| XYZ | 24.85 | 16.85 | 48.4 | - |
| YUV | 117.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 186 | 0.19 | 0.53 | 0 | 0.27 | 278.18 | 0.42 | 0.54 |
| Hex | 96 | 57 | BA | 13 | 35 | 0 | 1B | 116 | 2A | 36 |
| Octal | 226 | 127 | 272 | 23 | 65 | 0 | 33 | 426 | 52 | 66 |
| Binary | 10010110 | 1010111 | 10111010 | 10011 | 110101 | 0 | 11011 | 100010110 | 101010 | 110110 |
Color Harmonies of #9657BA
Complementary color
Monochromatic Colors of #9657BA
Black with #9657BA
Text Example
Text Example
White with #9657BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9657BA; }
p { color: rgb(150,87,186); }
H1.HeaderClassName
{
color: #9657BA;
}
.AnyTagClassName
{
color: #9657BA;
}
</style>
background-color css
<style>
a { background-color: #9657BA; }
a { background-color: rgb(150,87,186); }
div.DivClassName
{
background-color: #9657BA;
}
.BgClassName
{
background-color: #9657BA;
}
</style>
border-color css
<style>
span { border-color: #9657BA; }
span { border-color: rgb(150,87,186); }
td.TdClassName
{
border-color: #9657BA;
}
.TagClassName
{
border-color: #9657BA;
}
</style>