Shades of Deep Lilac #9E5DBE
Tints of Deep Lilac #9E5DBE
RGB
CMYK
RGB Variations
Color information
#9E5DBE (or 0x9E5DBE) is known color: Deep Lilac. HEX triplet: 9E, 5D and BE. RGB value is (158,93,190). Sum of RGB (Red+Green+Blue) = 158+93+190=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5DBE is #61A241. Grayscale: #7B7B7B. Windows color (decimal): -6398530 or 12475806. OLE color: 12475806.
HSL color Cylindrical-coordinate representation of color #9E5DBE: hue angle of 280.21º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E5DBE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 93 | 190 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.25 |
| HSL | 280.21º | 0.43% | 0.55% | - |
| HSV(B) | 280.21º | 0.51% | 0.75% | - |
| XYZ | 27.31 | 18.82 | 50.91 | - |
| YUV | 123.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 93 | 190 | 0.17 | 0.51 | 0 | 0.25 | 280.21 | 0.43 | 0.55 |
| Hex | 9E | 5D | BE | 11 | 33 | 0 | 19 | 118 | 2B | 37 |
| Octal | 236 | 135 | 276 | 21 | 63 | 0 | 31 | 430 | 53 | 67 |
| Binary | 10011110 | 1011101 | 10111110 | 10001 | 110011 | 0 | 11001 | 100011000 | 101011 | 110111 |
Color Harmonies of #9E5DBE
Complementary color
Monochromatic Colors of #9E5DBE
Black with #9E5DBE
Text Example
Text Example
White with #9E5DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5DBE; }
p { color: rgb(158,93,190); }
H1.HeaderClassName
{
color: #9E5DBE;
}
.AnyTagClassName
{
color: #9E5DBE;
}
</style>
background-color css
<style>
a { background-color: #9E5DBE; }
a { background-color: rgb(158,93,190); }
div.DivClassName
{
background-color: #9E5DBE;
}
.BgClassName
{
background-color: #9E5DBE;
}
</style>
border-color css
<style>
span { border-color: #9E5DBE; }
span { border-color: rgb(158,93,190); }
td.TdClassName
{
border-color: #9E5DBE;
}
.TagClassName
{
border-color: #9E5DBE;
}
</style>