Shades of Deep Lilac #9F68BB
Tints of Deep Lilac #9F68BB
RGB
CMYK
RGB Variations
Color information
#9F68BB (or 0x9F68BB) is known color: Deep Lilac. HEX triplet: 9F, 68 and BB. RGB value is (159,104,187). Sum of RGB (Red+Green+Blue) = 159+104+187=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F68BB is #609744. Grayscale: #818181. Windows color (decimal): -6330181 or 12282015. OLE color: 12282015.
HSL color Cylindrical-coordinate representation of color #9F68BB: hue angle of 279.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F68BB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 104 | 187 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.27 |
| HSL | 279.76º | 0.38% | 0.57% | - |
| HSV(B) | 279.76º | 0.44% | 0.73% | - |
| XYZ | 28.22 | 20.86 | 49.55 | - |
| YUV | 129.91 | 160.22 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 187 | 0.15 | 0.44 | 0 | 0.27 | 279.76 | 0.38 | 0.57 |
| Hex | 9F | 68 | BB | F | 2C | 0 | 1B | 118 | 26 | 39 |
| Octal | 237 | 150 | 273 | 17 | 54 | 0 | 33 | 430 | 46 | 71 |
| Binary | 10011111 | 1101000 | 10111011 | 1111 | 101100 | 0 | 11011 | 100011000 | 100110 | 111001 |
Color Harmonies of #9F68BB
Complementary color
Monochromatic Colors of #9F68BB
Black with #9F68BB
Text Example
Text Example
White with #9F68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68BB; }
p { color: rgb(159,104,187); }
H1.HeaderClassName
{
color: #9F68BB;
}
.AnyTagClassName
{
color: #9F68BB;
}
</style>
background-color css
<style>
a { background-color: #9F68BB; }
a { background-color: rgb(159,104,187); }
div.DivClassName
{
background-color: #9F68BB;
}
.BgClassName
{
background-color: #9F68BB;
}
</style>
border-color css
<style>
span { border-color: #9F68BB; }
span { border-color: rgb(159,104,187); }
td.TdClassName
{
border-color: #9F68BB;
}
.TagClassName
{
border-color: #9F68BB;
}
</style>