Shades of Deep Lilac #9659BC
Tints of Deep Lilac #9659BC
RGB
CMYK
RGB Variations
Color information
#9659BC (or 0x9659BC) is known color: Deep Lilac. HEX triplet: 96, 59 and BC. RGB value is (150,89,188). Sum of RGB (Red+Green+Blue) = 150+89+188=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #9659BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659BC is #69A643. Grayscale: #767676. Windows color (decimal): -6923844 or 12343702. OLE color: 12343702.
HSL color Cylindrical-coordinate representation of color #9659BC: hue angle of 276.97º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9659BC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 89 | 188 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.26 |
| HSL | 276.97º | 0.42% | 0.54% | - |
| HSV(B) | 276.97º | 0.53% | 0.74% | - |
| XYZ | 25.23 | 17.26 | 49.58 | - |
| YUV | 118.53 | 167.21 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 188 | 0.20 | 0.53 | 0 | 0.26 | 276.97 | 0.42 | 0.54 |
| Hex | 96 | 59 | BC | 14 | 35 | 0 | 1A | 115 | 2A | 36 |
| Octal | 226 | 131 | 274 | 24 | 65 | 0 | 32 | 425 | 52 | 66 |
| Binary | 10010110 | 1011001 | 10111100 | 10100 | 110101 | 0 | 11010 | 100010101 | 101010 | 110110 |
Color Harmonies of #9659BC
Complementary color
Monochromatic Colors of #9659BC
Black with #9659BC
Text Example
Text Example
White with #9659BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9659BC; }
p { color: rgb(150,89,188); }
H1.HeaderClassName
{
color: #9659BC;
}
.AnyTagClassName
{
color: #9659BC;
}
</style>
background-color css
<style>
a { background-color: #9659BC; }
a { background-color: rgb(150,89,188); }
div.DivClassName
{
background-color: #9659BC;
}
.BgClassName
{
background-color: #9659BC;
}
</style>
border-color css
<style>
span { border-color: #9659BC; }
span { border-color: rgb(150,89,188); }
td.TdClassName
{
border-color: #9659BC;
}
.TagClassName
{
border-color: #9659BC;
}
</style>