Shades of Deep Lilac #9F6ABB
Tints of Deep Lilac #9F6ABB
RGB
CMYK
RGB Variations
Color information
#9F6ABB (or 0x9F6ABB) is known color: Deep Lilac. HEX triplet: 9F, 6A and BB. RGB value is (159,106,187). Sum of RGB (Red+Green+Blue) = 159+106+187=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F6ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ABB is #609544. Grayscale: #828282. Windows color (decimal): -6329669 or 12282527. OLE color: 12282527.
HSL color Cylindrical-coordinate representation of color #9F6ABB: hue angle of 279.26º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F6ABB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 106 | 187 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.27 |
| HSL | 279.26º | 0.37% | 0.57% | - |
| HSV(B) | 279.26º | 0.43% | 0.73% | - |
| XYZ | 28.42 | 21.27 | 49.62 | - |
| YUV | 131.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 187 | 0.15 | 0.43 | 0 | 0.27 | 279.26 | 0.37 | 0.57 |
| Hex | 9F | 6A | BB | F | 2B | 0 | 1B | 117 | 25 | 39 |
| Octal | 237 | 152 | 273 | 17 | 53 | 0 | 33 | 427 | 45 | 71 |
| Binary | 10011111 | 1101010 | 10111011 | 1111 | 101011 | 0 | 11011 | 100010111 | 100101 | 111001 |
Color Harmonies of #9F6ABB
Complementary color
Monochromatic Colors of #9F6ABB
Black with #9F6ABB
Text Example
Text Example
White with #9F6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6ABB; }
p { color: rgb(159,106,187); }
H1.HeaderClassName
{
color: #9F6ABB;
}
.AnyTagClassName
{
color: #9F6ABB;
}
</style>
background-color css
<style>
a { background-color: #9F6ABB; }
a { background-color: rgb(159,106,187); }
div.DivClassName
{
background-color: #9F6ABB;
}
.BgClassName
{
background-color: #9F6ABB;
}
</style>
border-color css
<style>
span { border-color: #9F6ABB; }
span { border-color: rgb(159,106,187); }
td.TdClassName
{
border-color: #9F6ABB;
}
.TagClassName
{
border-color: #9F6ABB;
}
</style>