Shades of Deep Lilac #9E43BE
Tints of Deep Lilac #9E43BE
RGB
CMYK
RGB Variations
Color information
#9E43BE (or 0x9E43BE) is known color: Deep Lilac. HEX triplet: 9E, 43 and BE. RGB value is (158,67,190). Sum of RGB (Red+Green+Blue) = 158+67+190=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E43BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E43BE is #61BC41. Grayscale: #6B6B6B. Windows color (decimal): -6405186 or 12469150. OLE color: 12469150.
HSL color Cylindrical-coordinate representation of color #9E43BE: hue angle of 284.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E43BE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 67 | 190 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.25 |
| HSL | 284.39º | 0.49% | 0.5% | - |
| HSV(B) | 284.39º | 0.65% | 0.75% | - |
| XYZ | 25.4 | 15 | 50.27 | - |
| YUV | 108.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 190 | 0.17 | 0.65 | 0 | 0.25 | 284.39 | 0.49 | 0.5 |
| Hex | 9E | 43 | BE | 11 | 41 | 0 | 19 | 11C | 31 | 32 |
| Octal | 236 | 103 | 276 | 21 | 101 | 0 | 31 | 434 | 61 | 62 |
| Binary | 10011110 | 1000011 | 10111110 | 10001 | 1000001 | 0 | 11001 | 100011100 | 110001 | 110010 |
Color Harmonies of #9E43BE
Complementary color
Monochromatic Colors of #9E43BE
Black with #9E43BE
Text Example
Text Example
White with #9E43BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E43BE; }
p { color: rgb(158,67,190); }
H1.HeaderClassName
{
color: #9E43BE;
}
.AnyTagClassName
{
color: #9E43BE;
}
</style>
background-color css
<style>
a { background-color: #9E43BE; }
a { background-color: rgb(158,67,190); }
div.DivClassName
{
background-color: #9E43BE;
}
.BgClassName
{
background-color: #9E43BE;
}
</style>
border-color css
<style>
span { border-color: #9E43BE; }
span { border-color: rgb(158,67,190); }
td.TdClassName
{
border-color: #9E43BE;
}
.TagClassName
{
border-color: #9E43BE;
}
</style>