#9E007E

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

Shades of Eggplant #9E007E

Tints of Eggplant #9E007E

Color information

#9E007E (or 0x9E007E) is unknown color: approx Eggplant. HEX triplet: 9E, 00 and 7E. RGB value is (158,0,126). Sum of RGB (Red+Green+Blue) = 158+0+126=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E007E is #61FF81. Grayscale: #3D3D3D. Windows color (decimal): -6422402 or 8257694. OLE color: 8257694.

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

Color convert

RGB1580126-
CMYK010.200.38
HSL312.15º100%30.98%-
HSV(B)312.15º100%61.96%-
XYZ17.878.7820.49-
YUV61.61164.35196.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=55.63%
G=0%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1580126010.200.38312.1510030.98
Hex9E07E0641426138641f
Octal23601760144244647014437
Binary10011110011111100110010010100100110100111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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