#9E077B

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

Shades of Eggplant #9E077B

Tints of Eggplant #9E077B

Color information

#9E077B (or 0x9E077B) is unknown color: approx Eggplant. HEX triplet: 9E, 07 and 7B. RGB value is (158,7,123). Sum of RGB (Red+Green+Blue) = 158+7+123=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E077B is #61F884. Grayscale: #414141. Windows color (decimal): -6420613 or 8062878. OLE color: 8062878.

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

Color convert

RGB1587123-
CMYK00.960.220.38
HSL313.91º91.52%32.35%-
HSV(B)313.91º95.57%61.96%-
XYZ17.758.8519.51-
YUV65.37160.53194.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.86%
GREEN value IS 7 (3.12% from 255) = 2.43%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=54.86%
G=2.43%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158712300.960.220.38313.9191.5232.35
Hex9E77B060162613a5c20
Octal23671730140264647213440
Binary10011110111111101101100000101101001101001110101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,7,123); }

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

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

 a { background-color: rgb(158,7,123); }

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

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

 span { border-color: rgb(158,7,123); }

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