#9E006F

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

Shades of Eggplant #9E006F

Tints of Eggplant #9E006F

Color information

#9E006F (or 0x9E006F) is unknown color: approx Eggplant. HEX triplet: 9E, 00 and 6F. RGB value is (158,0,111). Sum of RGB (Red+Green+Blue) = 158+0+111=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E006F is #61FF90. Grayscale: #3B3B3B. Windows color (decimal): -6422417 or 7274654. OLE color: 7274654.

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

Color convert

RGB1580111-
CMYK010.300.38
HSL317.85º100%30.98%-
HSV(B)317.85º100%61.96%-
XYZ16.978.4215.77-
YUV59.9156.85197.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=58.74%
G=0%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1580111010.300.38317.8510030.98
Hex9E06F0641E2613e641f
Octal23601570144364647614437
Binary10011110011011110110010011110100110100111110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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