#9E0476

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

Shades of Eggplant #9E0476

Tints of Eggplant #9E0476

Color information

#9E0476 (or 0x9E0476) is unknown color: approx Eggplant. HEX triplet: 9E, 04 and 76. RGB value is (158,4,118). Sum of RGB (Red+Green+Blue) = 158+4+118=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0476 is #61FB89. Grayscale: #3E3E3E. Windows color (decimal): -6421386 or 7734430. OLE color: 7734430.

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

Color convert

RGB1584118-
CMYK00.970.250.38
HSL315.58º95.06%31.76%-
HSV(B)315.58º97.47%61.96%-
XYZ17.418.6617.89-
YUV63.04159.02195.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.43%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=56.43%
G=1.43%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158411800.970.250.38315.5895.0631.76
Hex9E476061192613c5f20
Octal23641660141314647413740
Binary10011110100111011001100001110011001101001111001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,4,118); }

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

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

 a { background-color: rgb(158,4,118); }

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

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

 span { border-color: rgb(158,4,118); }

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