Shades of Deep Lilac #9E65BC
Tints of Deep Lilac #9E65BC
RGB
CMYK
RGB Variations
Color information
#9E65BC (or 0x9E65BC) is known color: Deep Lilac. HEX triplet: 9E, 65 and BC. RGB value is (158,101,188). Sum of RGB (Red+Green+Blue) = 158+101+188=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65BC is #619A43. Grayscale: #7F7F7F. Windows color (decimal): -6396484 or 12346782. OLE color: 12346782.
HSL color Cylindrical-coordinate representation of color #9E65BC: hue angle of 279.31º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E65BC is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 101 | 188 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.26 |
| HSL | 279.31º | 0.39% | 0.57% | - |
| HSV(B) | 279.31º | 0.46% | 0.74% | - |
| XYZ | 27.83 | 20.21 | 50.01 | - |
| YUV | 127.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 188 | 0.16 | 0.46 | 0 | 0.26 | 279.31 | 0.39 | 0.57 |
| Hex | 9E | 65 | BC | 10 | 2E | 0 | 1A | 117 | 27 | 39 |
| Octal | 236 | 145 | 274 | 20 | 56 | 0 | 32 | 427 | 47 | 71 |
| Binary | 10011110 | 1100101 | 10111100 | 10000 | 101110 | 0 | 11010 | 100010111 | 100111 | 111001 |
Color Harmonies of #9E65BC
Complementary color
Monochromatic Colors of #9E65BC
Black with #9E65BC
Text Example
Text Example
White with #9E65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65BC; }
p { color: rgb(158,101,188); }
H1.HeaderClassName
{
color: #9E65BC;
}
.AnyTagClassName
{
color: #9E65BC;
}
</style>
background-color css
<style>
a { background-color: #9E65BC; }
a { background-color: rgb(158,101,188); }
div.DivClassName
{
background-color: #9E65BC;
}
.BgClassName
{
background-color: #9E65BC;
}
</style>
border-color css
<style>
span { border-color: #9E65BC; }
span { border-color: rgb(158,101,188); }
td.TdClassName
{
border-color: #9E65BC;
}
.TagClassName
{
border-color: #9E65BC;
}
</style>