#9E0D77

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

Shades of Eggplant #9E0D77

Tints of Eggplant #9E0D77

Color information

#9E0D77 (or 0x9E0D77) is unknown color: approx Eggplant. HEX triplet: 9E, 0D and 77. RGB value is (158,13,119). Sum of RGB (Red+Green+Blue) = 158+13+119=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0D77 is #61F288. Grayscale: #444444. Windows color (decimal): -6419081 or 7802270. OLE color: 7802270.

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

Color convert

RGB15813119-
CMYK00.920.250.38
HSL316.14º84.8%33.53%-
HSV(B)316.14º91.77%61.96%-
XYZ17.578.8918.24-
YUV68.44156.54191.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.48%
GREEN value IS 13 (5.47% from 255) = 4.48%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=54.48%
G=4.48%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581311900.920.250.38316.1484.833.53
Hex9ED7705C192613c5522
Octal236151670134314647412542
Binary100111101101111011101011100110011001101001111001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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