#9E0D7C

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

Shades of Eggplant #9E0D7C

Tints of Eggplant #9E0D7C

Color information

#9E0D7C (or 0x9E0D7C) is unknown color: approx Eggplant. HEX triplet: 9E, 0D and 7C. RGB value is (158,13,124). Sum of RGB (Red+Green+Blue) = 158+13+124=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0D7C is #61F283. Grayscale: #444444. Windows color (decimal): -6419076 or 8129950. OLE color: 8129950.

HSL color Cylindrical-coordinate representation of color #9E0D7C: hue angle of 314.07º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0D7C is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15813124-
CMYK00.920.220.38
HSL314.07º84.8%33.53%-
HSV(B)314.07º91.77%61.96%-
XYZ17.889.0119.87-
YUV69.01159.04191.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.56%
GREEN value IS 13 (5.47% from 255) = 4.41%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=53.56%
G=4.41%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581312400.920.220.38314.0784.833.53
Hex9ED7C05C162613a5522
Octal236151740134264647212542
Binary100111101101111110001011100101101001101001110101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,13,124); }

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

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

 a { background-color: rgb(158,13,124); }

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

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

 span { border-color: rgb(158,13,124); }

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