Shades of Deep Lilac #9F68BA
Tints of Deep Lilac #9F68BA
RGB
CMYK
RGB Variations
Color information
#9F68BA (or 0x9F68BA) is known color: Deep Lilac. HEX triplet: 9F, 68 and BA. RGB value is (159,104,186). Sum of RGB (Red+Green+Blue) = 159+104+186=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F68BA is #609745. Grayscale: #818181. Windows color (decimal): -6330182 or 12216479. OLE color: 12216479.
HSL color Cylindrical-coordinate representation of color #9F68BA: hue angle of 280.24º degrees, saturation: 0.37, 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 #9F68BA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 104 | 186 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.27 |
| HSL | 280.24º | 0.37% | 0.57% | - |
| HSV(B) | 280.24º | 0.44% | 0.73% | - |
| XYZ | 28.11 | 20.82 | 48.99 | - |
| YUV | 129.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 186 | 0.15 | 0.44 | 0 | 0.27 | 280.24 | 0.37 | 0.57 |
| Hex | 9F | 68 | BA | F | 2C | 0 | 1B | 118 | 25 | 39 |
| Octal | 237 | 150 | 272 | 17 | 54 | 0 | 33 | 430 | 45 | 71 |
| Binary | 10011111 | 1101000 | 10111010 | 1111 | 101100 | 0 | 11011 | 100011000 | 100101 | 111001 |
Color Harmonies of #9F68BA
Complementary color
Monochromatic Colors of #9F68BA
Black with #9F68BA
Text Example
Text Example
White with #9F68BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68BA; }
p { color: rgb(159,104,186); }
H1.HeaderClassName
{
color: #9F68BA;
}
.AnyTagClassName
{
color: #9F68BA;
}
</style>
background-color css
<style>
a { background-color: #9F68BA; }
a { background-color: rgb(159,104,186); }
div.DivClassName
{
background-color: #9F68BA;
}
.BgClassName
{
background-color: #9F68BA;
}
</style>
border-color css
<style>
span { border-color: #9F68BA; }
span { border-color: rgb(159,104,186); }
td.TdClassName
{
border-color: #9F68BA;
}
.TagClassName
{
border-color: #9F68BA;
}
</style>