Shades of Deep Lilac #9E41BE
Tints of Deep Lilac #9E41BE
RGB
CMYK
RGB Variations
Color information
#9E41BE (or 0x9E41BE) is known color: Deep Lilac. HEX triplet: 9E, 41 and BE. RGB value is (158,65,190). Sum of RGB (Red+Green+Blue) = 158+65+190=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E41BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E41BE is #61BE41. Grayscale: #6A6A6A. Windows color (decimal): -6405698 or 12468638. OLE color: 12468638.
HSL color Cylindrical-coordinate representation of color #9E41BE: hue angle of 284.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E41BE is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 65 | 190 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.25 |
| HSL | 284.64º | 0.49% | 0.5% | - |
| HSV(B) | 284.64º | 0.66% | 0.75% | - |
| XYZ | 25.29 | 14.77 | 50.23 | - |
| YUV | 107.06 | 174.81 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 65 | 190 | 0.17 | 0.66 | 0 | 0.25 | 284.64 | 0.49 | 0.5 |
| Hex | 9E | 41 | BE | 11 | 42 | 0 | 19 | 11D | 31 | 32 |
| Octal | 236 | 101 | 276 | 21 | 102 | 0 | 31 | 435 | 61 | 62 |
| Binary | 10011110 | 1000001 | 10111110 | 10001 | 1000010 | 0 | 11001 | 100011101 | 110001 | 110010 |
Color Harmonies of #9E41BE
Complementary color
Monochromatic Colors of #9E41BE
Black with #9E41BE
Text Example
Text Example
White with #9E41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E41BE; }
p { color: rgb(158,65,190); }
H1.HeaderClassName
{
color: #9E41BE;
}
.AnyTagClassName
{
color: #9E41BE;
}
</style>
background-color css
<style>
a { background-color: #9E41BE; }
a { background-color: rgb(158,65,190); }
div.DivClassName
{
background-color: #9E41BE;
}
.BgClassName
{
background-color: #9E41BE;
}
</style>
border-color css
<style>
span { border-color: #9E41BE; }
span { border-color: rgb(158,65,190); }
td.TdClassName
{
border-color: #9E41BE;
}
.TagClassName
{
border-color: #9E41BE;
}
</style>