#9E066E

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

Shades of Eggplant #9E066E

Tints of Eggplant #9E066E

Color information

#9E066E (or 0x9E066E) is unknown color: approx Eggplant. HEX triplet: 9E, 06 and 6E. RGB value is (158,6,110). Sum of RGB (Red+Green+Blue) = 158+6+110=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E066E is #61F991. Grayscale: #3F3F3F. Windows color (decimal): -6420882 or 7210654. OLE color: 7210654.

HSL color Cylindrical-coordinate representation of color #9E066E: hue angle of 318.95º degrees, saturation: 0.93, 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 #9E066E is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB1586110-
CMYK00.960.300.38
HSL318.95º92.68%32.16%-
HSV(B)318.95º96.2%61.96%-
XYZ16.988.5315.5-
YUV63.3154.36195.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.66%
GREEN value IS 6 (2.73% from 255) = 2.19%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=57.66%
G=2.19%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158611000.960.300.38318.9592.6832.16
Hex9E66E0601E2613f5d20
Octal23661560140364647713540
Binary10011110110110111001100000111101001101001111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,6,110); }

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

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

 a { background-color: rgb(158,6,110); }

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

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

 span { border-color: rgb(158,6,110); }

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