#9E50CE

Color #9E50CE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9E50CE

Tints of Deep Lilac #9E50CE

Color information

#9E50CE (or 0x9E50CE) is unknown color: approx Deep Lilac. HEX triplet: 9E, 50 and CE. RGB value is (158,80,206). Sum of RGB (Red+Green+Blue) = 158+80+206=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E50CE is #61AF31. Grayscale: #757575. Windows color (decimal): -6401842 or 13521054. OLE color: 13521054.

HSL color Cylindrical-coordinate representation of color #9E50CE: hue angle of 277.14º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E50CE is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15880206-
CMYK0.230.6100.19
HSL277.14º56.25%56.08%-
HSV(B)277.14º61.17%80.78%-
XYZ28.1117.4660.28-
YUV117.69177.84156.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 35.59%
GREEN value IS 80 (31.64% from 255) = 18.02%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=35.59%
G=18.02%
B=46.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal158802060.230.6100.19277.1456.2556.08
Hex9E50CE173D0131153838
Octal23612031627750234257070
Binary1001111010100001100111010111111101010011100010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E50CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E50CE; }

 p { color: rgb(158,80,206); }

 H1.HeaderClassName
 {
   color: #9E50CE;
 }
 .AnyTagClassName
 {
   color: #9E50CE;
 }
</style>
background-color css

<style>
 a { background-color: #9E50CE; }

 a { background-color: rgb(158,80,206); }

 div.DivClassName
 {
   background-color: #9E50CE;
 }
 .BgClassName
 {
   background-color: #9E50CE;
 }
</style>
border-color css

<style>
 span { border-color: #9E50CE; }

 span { border-color: rgb(158,80,206); }

 td.TdClassName
 {
   border-color: #9E50CE;
 }
 .TagClassName
 {
   border-color: #9E50CE;
 }
</style>