Shades of Deep Lilac #9E65BD
Tints of Deep Lilac #9E65BD
RGB
CMYK
RGB Variations
Color information
#9E65BD (or 0x9E65BD) is known color: Deep Lilac. HEX triplet: 9E, 65 and BD. RGB value is (158,101,189). Sum of RGB (Red+Green+Blue) = 158+101+189=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E65BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65BD is #619A42. Grayscale: #7F7F7F. Windows color (decimal): -6396483 or 12412318. OLE color: 12412318.
HSL color Cylindrical-coordinate representation of color #9E65BD: hue angle of 278.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E65BD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 101 | 189 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.26 |
| HSL | 278.86º | 0.4% | 0.57% | - |
| HSV(B) | 278.86º | 0.47% | 0.74% | - |
| XYZ | 27.94 | 20.25 | 50.58 | - |
| YUV | 128.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 189 | 0.16 | 0.47 | 0 | 0.26 | 278.86 | 0.4 | 0.57 |
| Hex | 9E | 65 | BD | 10 | 2F | 0 | 1A | 117 | 28 | 39 |
| Octal | 236 | 145 | 275 | 20 | 57 | 0 | 32 | 427 | 50 | 71 |
| Binary | 10011110 | 1100101 | 10111101 | 10000 | 101111 | 0 | 11010 | 100010111 | 101000 | 111001 |
Color Harmonies of #9E65BD
Complementary color
Monochromatic Colors of #9E65BD
Black with #9E65BD
Text Example
Text Example
White with #9E65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65BD; }
p { color: rgb(158,101,189); }
H1.HeaderClassName
{
color: #9E65BD;
}
.AnyTagClassName
{
color: #9E65BD;
}
</style>
background-color css
<style>
a { background-color: #9E65BD; }
a { background-color: rgb(158,101,189); }
div.DivClassName
{
background-color: #9E65BD;
}
.BgClassName
{
background-color: #9E65BD;
}
</style>
border-color css
<style>
span { border-color: #9E65BD; }
span { border-color: rgb(158,101,189); }
td.TdClassName
{
border-color: #9E65BD;
}
.TagClassName
{
border-color: #9E65BD;
}
</style>