#9e1175

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

Shades of Eggplant #9E1175

Tints of Eggplant #9E1175

Color information

#9E1175 (or 0x9E1175) is unknown color: approx Eggplant. HEX triplet: 9E, 11 and 75. RGB value is (158,17,117). Sum of RGB (Red+Green+Blue) = 158+17+117=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1175 is #61EE8A. Grayscale: #464646. Windows color (decimal): -6418059 or 7672222. OLE color: 7672222.

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

Color convert

RGB15817117-
CMYK00.890.260.38
HSL317.45º80.57%34.31%-
HSV(B)317.45º89.24%61.96%-
XYZ17.518.9517.64-
YUV70.56154.21190.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 17 (7.03% from 255) = 5.82%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=54.11%
G=5.82%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581711700.890.260.38317.4580.5734.31
Hex9E11750591A2613d5122
Octal236211650131324647512142
Binary1001111010001111010101011001110101001101001111011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,17,117); }

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

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

 a { background-color: rgb(158,17,117); }

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

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

 span { border-color: rgb(158,17,117); }

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