#9E006D

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

Shades of Eggplant #9E006D

Tints of Eggplant #9E006D

Color information

#9E006D (or 0x9E006D) is unknown color: approx Eggplant. HEX triplet: 9E, 00 and 6D. RGB value is (158,0,109). Sum of RGB (Red+Green+Blue) = 158+0+109=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E006D is #61FF92. Grayscale: #3B3B3B. Windows color (decimal): -6422419 or 7143582. OLE color: 7143582.

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

Color convert

RGB1580109-
CMYK010.310.38
HSL318.61º100%30.98%-
HSV(B)318.61º100%61.96%-
XYZ16.868.3715.2-
YUV59.67155.85198.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=59.18%
G=0%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1580109010.310.38318.6110030.98
Hex9E06D0641F2613f641f
Octal23601550144374647714437
Binary10011110011011010110010011111100110100111111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,0,109); }

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

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

 a { background-color: rgb(158,0,109); }

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

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

 span { border-color: rgb(158,0,109); }

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