#9e026d

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

Shades of Eggplant #9E026D

Tints of Eggplant #9E026D

Color information

#9E026D (or 0x9E026D) is unknown color: approx Eggplant. HEX triplet: 9E, 02 and 6D. RGB value is (158,2,109). Sum of RGB (Red+Green+Blue) = 158+2+109=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E026D is #61FD92. Grayscale: #3C3C3C. Windows color (decimal): -6421907 or 7144094. OLE color: 7144094.

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

Color convert

RGB1582109-
CMYK00.990.310.38
HSL318.85º97.5%31.37%-
HSV(B)318.85º98.73%61.96%-
XYZ16.888.4215.2-
YUV60.84155.18197.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.74%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=58.74%
G=0.74%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158210900.990.310.38318.8597.531.37
Hex9E26D0631F2613f621f
Octal23621550143374647714237
Binary100111101011011010110001111111100110100111111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e026d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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