#9E57C1

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

Shades of Deep Lilac #9E57C1

Tints of Deep Lilac #9E57C1

Color information

#9E57C1 (or 0x9E57C1) is unknown color: approx Deep Lilac. HEX triplet: 9E, 57 and C1. RGB value is (158,87,193). Sum of RGB (Red+Green+Blue) = 158+87+193=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E57C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E57C1 is #61A83E. Grayscale: #777777. Windows color (decimal): -6400063 or 12670878. OLE color: 12670878.

HSL color Cylindrical-coordinate representation of color #9E57C1: hue angle of 280.19º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E57C1 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15887193-
CMYK0.180.5500.24
HSL280.19º46.09%54.9%-
HSV(B)280.19º54.92%75.69%-
XYZ27.1317.9452.48-
YUV120.31169.02154.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=36.07%
G=19.86%
B=44.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal158871930.180.5500.24280.1946.0954.9
Hex9E57C112370181182e37
Octal23612730122670304305667
Binary1001111010101111100000110010110111011000100011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E57C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,87,193); }

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

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

 a { background-color: rgb(158,87,193); }

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

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

 span { border-color: rgb(158,87,193); }

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