Shades of Deep Lilac #9E38AB
Tints of Deep Lilac #9E38AB
RGB
CMYK
RGB Variations
Color information
#9E38AB (or 0x9E38AB) is known color: Deep Lilac. HEX triplet: 9E, 38 and AB. RGB value is (158,56,171). Sum of RGB (Red+Green+Blue) = 158+56+171=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E38AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E38AB is #61C754. Grayscale: #636363. Windows color (decimal): -6408021 or 11221150. OLE color: 11221150.
HSL color Cylindrical-coordinate representation of color #9E38AB: hue angle of 293.22º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E38AB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 56 | 171 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.33 |
| HSL | 293.22º | 0.51% | 0.45% | - |
| HSV(B) | 293.22º | 0.67% | 0.67% | - |
| XYZ | 22.87 | 13.04 | 39.84 | - |
| YUV | 99.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 56 | 171 | 0.08 | 0.67 | 0 | 0.33 | 293.22 | 0.51 | 0.45 |
| Hex | 9E | 38 | AB | 8 | 43 | 0 | 21 | 125 | 33 | 2D |
| Octal | 236 | 70 | 253 | 10 | 103 | 0 | 41 | 445 | 63 | 55 |
| Binary | 10011110 | 111000 | 10101011 | 1000 | 1000011 | 0 | 100001 | 100100101 | 110011 | 101101 |
Color Harmonies of #9E38AB
Complementary color
Monochromatic Colors of #9E38AB
Black with #9E38AB
Text Example
Text Example
White with #9E38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E38AB; }
p { color: rgb(158,56,171); }
H1.HeaderClassName
{
color: #9E38AB;
}
.AnyTagClassName
{
color: #9E38AB;
}
</style>
background-color css
<style>
a { background-color: #9E38AB; }
a { background-color: rgb(158,56,171); }
div.DivClassName
{
background-color: #9E38AB;
}
.BgClassName
{
background-color: #9E38AB;
}
</style>
border-color css
<style>
span { border-color: #9E38AB; }
span { border-color: rgb(158,56,171); }
td.TdClassName
{
border-color: #9E38AB;
}
.TagClassName
{
border-color: #9E38AB;
}
</style>