Shades of Deep Lilac #9655BA
Tints of Deep Lilac #9655BA
RGB
CMYK
RGB Variations
Color information
#9655BA (or 0x9655BA) is known color: Deep Lilac. HEX triplet: 96, 55 and BA. RGB value is (150,85,186). Sum of RGB (Red+Green+Blue) = 150+85+186=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #9655BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655BA is #69AA45. Grayscale: #737373. Windows color (decimal): -6924870 or 12211606. OLE color: 12211606.
HSL color Cylindrical-coordinate representation of color #9655BA: hue angle of 278.61º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9655BA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 85 | 186 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.27 |
| HSL | 278.61º | 0.42% | 0.53% | - |
| HSV(B) | 278.61º | 0.54% | 0.73% | - |
| XYZ | 24.69 | 16.53 | 48.34 | - |
| YUV | 115.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 186 | 0.19 | 0.54 | 0 | 0.27 | 278.61 | 0.42 | 0.53 |
| Hex | 96 | 55 | BA | 13 | 36 | 0 | 1B | 117 | 2A | 35 |
| Octal | 226 | 125 | 272 | 23 | 66 | 0 | 33 | 427 | 52 | 65 |
| Binary | 10010110 | 1010101 | 10111010 | 10011 | 110110 | 0 | 11011 | 100010111 | 101010 | 110101 |
Color Harmonies of #9655BA
Complementary color
Monochromatic Colors of #9655BA
Black with #9655BA
Text Example
Text Example
White with #9655BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9655BA; }
p { color: rgb(150,85,186); }
H1.HeaderClassName
{
color: #9655BA;
}
.AnyTagClassName
{
color: #9655BA;
}
</style>
background-color css
<style>
a { background-color: #9655BA; }
a { background-color: rgb(150,85,186); }
div.DivClassName
{
background-color: #9655BA;
}
.BgClassName
{
background-color: #9655BA;
}
</style>
border-color css
<style>
span { border-color: #9655BA; }
span { border-color: rgb(150,85,186); }
td.TdClassName
{
border-color: #9655BA;
}
.TagClassName
{
border-color: #9655BA;
}
</style>