Shades of Deep Lilac #9E4FC1
Tints of Deep Lilac #9E4FC1
RGB
CMYK
RGB Variations
Color information
#9E4FC1 (or 0x9E4FC1) is known color: Deep Lilac. HEX triplet: 9E, 4F and C1. RGB value is (158,79,193). Sum of RGB (Red+Green+Blue) = 158+79+193=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E4FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4FC1 is #61B03E. Grayscale: #737373. Windows color (decimal): -6402111 or 12668830. OLE color: 12668830.
HSL color Cylindrical-coordinate representation of color #9E4FC1: hue angle of 281.58º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4FC1 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 79 | 193 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.24 |
| HSL | 281.58º | 0.48% | 0.53% | - |
| HSV(B) | 281.58º | 0.59% | 0.76% | - |
| XYZ | 26.52 | 16.71 | 52.28 | - |
| YUV | 115.62 | 171.67 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 79 | 193 | 0.18 | 0.59 | 0 | 0.24 | 281.58 | 0.48 | 0.53 |
| Hex | 9E | 4F | C1 | 12 | 3B | 0 | 18 | 11A | 30 | 35 |
| Octal | 236 | 117 | 301 | 22 | 73 | 0 | 30 | 432 | 60 | 65 |
| Binary | 10011110 | 1001111 | 11000001 | 10010 | 111011 | 0 | 11000 | 100011010 | 110000 | 110101 |
Color Harmonies of #9E4FC1
Complementary color
Monochromatic Colors of #9E4FC1
Black with #9E4FC1
Text Example
Text Example
White with #9E4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4FC1; }
p { color: rgb(158,79,193); }
H1.HeaderClassName
{
color: #9E4FC1;
}
.AnyTagClassName
{
color: #9E4FC1;
}
</style>
background-color css
<style>
a { background-color: #9E4FC1; }
a { background-color: rgb(158,79,193); }
div.DivClassName
{
background-color: #9E4FC1;
}
.BgClassName
{
background-color: #9E4FC1;
}
</style>
border-color css
<style>
span { border-color: #9E4FC1; }
span { border-color: rgb(158,79,193); }
td.TdClassName
{
border-color: #9E4FC1;
}
.TagClassName
{
border-color: #9E4FC1;
}
</style>