#9E0C7C

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

Shades of Eggplant #9E0C7C

Tints of Eggplant #9E0C7C

Color information

#9E0C7C (or 0x9E0C7C) is unknown color: approx Eggplant. HEX triplet: 9E, 0C and 7C. RGB value is (158,12,124). Sum of RGB (Red+Green+Blue) = 158+12+124=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C7C is #61F383. Grayscale: #444444. Windows color (decimal): -6419332 or 8129694. OLE color: 8129694.

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

Color convert

RGB15812124-
CMYK00.920.220.38
HSL313.97º85.88%33.33%-
HSV(B)313.97º92.41%61.96%-
XYZ17.878.9919.86-
YUV68.42159.37191.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.74%
GREEN value IS 12 (5.08% from 255) = 4.08%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=53.74%
G=4.08%
B=42.18%

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
Decimal1581212400.920.220.38313.9785.8833.33
Hex9EC7C05C162613a5621
Octal236141740134264647212641
Binary100111101100111110001011100101101001101001110101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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