Shades of Deep Lilac #9E69BA
Tints of Deep Lilac #9E69BA
RGB
CMYK
RGB Variations
Color information
#9E69BA (or 0x9E69BA) is known color: Deep Lilac. HEX triplet: 9E, 69 and BA. RGB value is (158,105,186). Sum of RGB (Red+Green+Blue) = 158+105+186=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 105 (41.41% from 255 or 23.39% 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 #9E69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E69BA is #619645. Grayscale: #818181. Windows color (decimal): -6395462 or 12216734. OLE color: 12216734.
HSL color Cylindrical-coordinate representation of color #9E69BA: 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.44%. Process color model (Four color, CMYK) of #9E69BA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 105 | 186 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.27 |
| HSL | 279.26º | 0.37% | 0.57% | - |
| HSV(B) | 279.26º | 0.44% | 0.73% | - |
| XYZ | 28.02 | 20.92 | 49.02 | - |
| YUV | 130.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 186 | 0.15 | 0.44 | 0 | 0.27 | 279.26 | 0.37 | 0.57 |
| Hex | 9E | 69 | BA | F | 2C | 0 | 1B | 117 | 25 | 39 |
| Octal | 236 | 151 | 272 | 17 | 54 | 0 | 33 | 427 | 45 | 71 |
| Binary | 10011110 | 1101001 | 10111010 | 1111 | 101100 | 0 | 11011 | 100010111 | 100101 | 111001 |
Color Harmonies of #9E69BA
Complementary color
Monochromatic Colors of #9E69BA
Black with #9E69BA
Text Example
Text Example
White with #9E69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E69BA; }
p { color: rgb(158,105,186); }
H1.HeaderClassName
{
color: #9E69BA;
}
.AnyTagClassName
{
color: #9E69BA;
}
</style>
background-color css
<style>
a { background-color: #9E69BA; }
a { background-color: rgb(158,105,186); }
div.DivClassName
{
background-color: #9E69BA;
}
.BgClassName
{
background-color: #9E69BA;
}
</style>
border-color css
<style>
span { border-color: #9E69BA; }
span { border-color: rgb(158,105,186); }
td.TdClassName
{
border-color: #9E69BA;
}
.TagClassName
{
border-color: #9E69BA;
}
</style>