#9E0D6C

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

Shades of Eggplant #9E0D6C

Tints of Eggplant #9E0D6C

Color information

#9E0D6C (or 0x9E0D6C) is unknown color: approx Eggplant. HEX triplet: 9E, 0D and 6C. RGB value is (158,13,108). Sum of RGB (Red+Green+Blue) = 158+13+108=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0D6C is #61F293. Grayscale: #424242. Windows color (decimal): -6419092 or 7081374. OLE color: 7081374.

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

Color convert

RGB15813108-
CMYK00.920.320.38
HSL320.69º84.8%33.53%-
HSV(B)320.69º91.77%61.96%-
XYZ16.958.6414.96-
YUV67.18151.04192.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=56.63%
G=4.66%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581310800.920.320.38320.6984.833.53
Hex9ED6C05C20261415522
Octal236151540134404650112542
Binary1001111011011101100010111001000001001101010000011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,13,108); }

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

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

 a { background-color: rgb(158,13,108); }

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

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

 span { border-color: rgb(158,13,108); }

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