#9E056A

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

Shades of Eggplant #9E056A

Tints of Eggplant #9E056A

Color information

#9E056A (or 0x9E056A) is unknown color: approx Eggplant. HEX triplet: 9E, 05 and 6A. RGB value is (158,5,106). Sum of RGB (Red+Green+Blue) = 158+5+106=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E056A is #61FA95. Grayscale: #3E3E3E. Windows color (decimal): -6421142 or 6948254. OLE color: 6948254.

HSL color Cylindrical-coordinate representation of color #9E056A: hue angle of 320.39º degrees, saturation: 0.94, 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 #9E056A is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB1585106-
CMYK00.970.330.38
HSL320.39º93.87%31.96%-
HSV(B)320.39º96.84%61.96%-
XYZ16.768.4214.38-
YUV62.26152.69196.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.74%
GREEN value IS 5 (2.34% from 255) = 1.86%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=58.74%
G=1.86%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158510600.970.330.38320.3993.8731.96
Hex9E56A06121261405e20
Octal23651520141414650013640
Binary100111101011101010011000011000011001101010000001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,106); }

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

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

 a { background-color: rgb(158,5,106); }

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

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

 span { border-color: rgb(158,5,106); }

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