#9E005D

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

Shades of Eggplant #9E005D

Tints of Eggplant #9E005D

Color information

#9E005D (or 0x9E005D) is unknown color: approx Eggplant. HEX triplet: 9E, 00 and 5D. RGB value is (158,0,93). Sum of RGB (Red+Green+Blue) = 158+0+93=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E005D is #61FFA2. Grayscale: #393939. Windows color (decimal): -6422435 or 6095006. OLE color: 6095006.

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

Color convert

RGB158093-
CMYK010.410.38
HSL324.68º100%30.98%-
HSV(B)324.68º100%61.96%-
XYZ16.088.0611.06-
YUV57.84147.85199.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=62.95%
G=0%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158093010.410.38324.6810030.98
Hex9E05D0642926145641f
Octal23601350144514650514437
Binary100111100101110101100100101001100110101000101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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