#9E1075

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

Shades of Eggplant #9E1075

Tints of Eggplant #9E1075

Color information

#9E1075 (or 0x9E1075) is unknown color: approx Eggplant. HEX triplet: 9E, 10 and 75. RGB value is (158,16,117). Sum of RGB (Red+Green+Blue) = 158+16+117=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1075 is #61EF8A. Grayscale: #454545. Windows color (decimal): -6418315 or 7671966. OLE color: 7671966.

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

Color convert

RGB15816117-
CMYK00.900.260.38
HSL317.32º81.61%34.12%-
HSV(B)317.32º89.87%61.96%-
XYZ17.58.9217.63-
YUV69.97154.54190.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.30%
GREEN value IS 16 (6.64% from 255) = 5.50%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=54.30%
G=5.50%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581611700.900.260.38317.3281.6134.12
Hex9E107505A1A2613d5222
Octal236201650132324647512242
Binary1001111010000111010101011010110101001101001111011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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