#9E1675

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

Shades of Eggplant #9E1675

Tints of Eggplant #9E1675

Color information

#9E1675 (or 0x9E1675) is unknown color: approx Eggplant. HEX triplet: 9E, 16 and 75. RGB value is (158,22,117). Sum of RGB (Red+Green+Blue) = 158+22+117=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1675 is #61E98A. Grayscale: #494949. Windows color (decimal): -6416779 or 7673502. OLE color: 7673502.

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

Color convert

RGB15822117-
CMYK00.860.260.38
HSL318.09º75.56%35.29%-
HSV(B)318.09º86.08%61.96%-
XYZ17.69.1317.66-
YUV73.49152.56188.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.20%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=53.20%
G=7.41%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582211700.860.260.38318.0975.5635.29
Hex9E16750561A2613e4c23
Octal236261650126324647611443
Binary1001111010110111010101010110110101001101001111101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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