Shades of Deep Lilac #9E65BB
Tints of Deep Lilac #9E65BB
RGB
CMYK
RGB Variations
Color information
#9E65BB (or 0x9E65BB) is known color: Deep Lilac. HEX triplet: 9E, 65 and BB. RGB value is (158,101,187). Sum of RGB (Red+Green+Blue) = 158+101+187=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E65BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65BB is #619A44. Grayscale: #7F7F7F. Windows color (decimal): -6396485 or 12281246. OLE color: 12281246.
HSL color Cylindrical-coordinate representation of color #9E65BB: hue angle of 279.77º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E65BB is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 101 | 187 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.27 |
| HSL | 279.77º | 0.39% | 0.56% | - |
| HSV(B) | 279.77º | 0.46% | 0.73% | - |
| XYZ | 27.72 | 20.16 | 49.44 | - |
| YUV | 127.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 187 | 0.16 | 0.46 | 0 | 0.27 | 279.77 | 0.39 | 0.56 |
| Hex | 9E | 65 | BB | 10 | 2E | 0 | 1B | 118 | 27 | 38 |
| Octal | 236 | 145 | 273 | 20 | 56 | 0 | 33 | 430 | 47 | 70 |
| Binary | 10011110 | 1100101 | 10111011 | 10000 | 101110 | 0 | 11011 | 100011000 | 100111 | 111000 |
Color Harmonies of #9E65BB
Complementary color
Monochromatic Colors of #9E65BB
Black with #9E65BB
Text Example
Text Example
White with #9E65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65BB; }
p { color: rgb(158,101,187); }
H1.HeaderClassName
{
color: #9E65BB;
}
.AnyTagClassName
{
color: #9E65BB;
}
</style>
background-color css
<style>
a { background-color: #9E65BB; }
a { background-color: rgb(158,101,187); }
div.DivClassName
{
background-color: #9E65BB;
}
.BgClassName
{
background-color: #9E65BB;
}
</style>
border-color css
<style>
span { border-color: #9E65BB; }
span { border-color: rgb(158,101,187); }
td.TdClassName
{
border-color: #9E65BB;
}
.TagClassName
{
border-color: #9E65BB;
}
</style>