#9E1371

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

Shades of Eggplant #9E1371

Tints of Eggplant #9E1371

Color information

#9E1371 (or 0x9E1371) is unknown color: approx Eggplant. HEX triplet: 9E, 13 and 71. RGB value is (158,19,113). Sum of RGB (Red+Green+Blue) = 158+19+113=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1371 is #61EC8E. Grayscale: #474747. Windows color (decimal): -6417551 or 7410590. OLE color: 7410590.

HSL color Cylindrical-coordinate representation of color #9E1371: hue angle of 319.42º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1371 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15819113-
CMYK00.880.280.38
HSL319.42º78.53%34.71%-
HSV(B)319.42º87.97%61.96%-
XYZ17.318.9316.43-
YUV71.28151.55189.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.48%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=54.48%
G=6.55%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581911300.880.280.38319.4278.5334.71
Hex9E13710581C2613f4f23
Octal236231610130344647711743
Binary1001111010011111000101011000111001001101001111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,19,113); }

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

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

 a { background-color: rgb(158,19,113); }

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

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

 span { border-color: rgb(158,19,113); }

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