Shades of Deep Lilac #9E68BC
Tints of Deep Lilac #9E68BC
RGB
CMYK
RGB Variations
Color information
#9E68BC (or 0x9E68BC) is known color: Deep Lilac. HEX triplet: 9E, 68 and BC. RGB value is (158,104,188). Sum of RGB (Red+Green+Blue) = 158+104+188=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E68BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68BC is #619743. Grayscale: #818181. Windows color (decimal): -6395716 or 12347550. OLE color: 12347550.
HSL color Cylindrical-coordinate representation of color #9E68BC: hue angle of 278.57º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E68BC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 104 | 188 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.26 |
| HSL | 278.57º | 0.39% | 0.57% | - |
| HSV(B) | 278.57º | 0.45% | 0.74% | - |
| XYZ | 28.13 | 20.8 | 50.11 | - |
| YUV | 129.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 188 | 0.16 | 0.45 | 0 | 0.26 | 278.57 | 0.39 | 0.57 |
| Hex | 9E | 68 | BC | 10 | 2D | 0 | 1A | 117 | 27 | 39 |
| Octal | 236 | 150 | 274 | 20 | 55 | 0 | 32 | 427 | 47 | 71 |
| Binary | 10011110 | 1101000 | 10111100 | 10000 | 101101 | 0 | 11010 | 100010111 | 100111 | 111001 |
Color Harmonies of #9E68BC
Complementary color
Monochromatic Colors of #9E68BC
Black with #9E68BC
Text Example
Text Example
White with #9E68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E68BC; }
p { color: rgb(158,104,188); }
H1.HeaderClassName
{
color: #9E68BC;
}
.AnyTagClassName
{
color: #9E68BC;
}
</style>
background-color css
<style>
a { background-color: #9E68BC; }
a { background-color: rgb(158,104,188); }
div.DivClassName
{
background-color: #9E68BC;
}
.BgClassName
{
background-color: #9E68BC;
}
</style>
border-color css
<style>
span { border-color: #9E68BC; }
span { border-color: rgb(158,104,188); }
td.TdClassName
{
border-color: #9E68BC;
}
.TagClassName
{
border-color: #9E68BC;
}
</style>