#9E0D78

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

Shades of Eggplant #9E0D78

Tints of Eggplant #9E0D78

Color information

#9E0D78 (or 0x9E0D78) is unknown color: approx Eggplant. HEX triplet: 9E, 0D and 78. RGB value is (158,13,120). Sum of RGB (Red+Green+Blue) = 158+13+120=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0D78 is #61F287. Grayscale: #444444. Windows color (decimal): -6419080 or 7867806. OLE color: 7867806.

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

Color convert

RGB15813120-
CMYK00.920.240.38
HSL315.72º84.8%33.53%-
HSV(B)315.72º91.77%61.96%-
XYZ17.638.9118.56-
YUV68.55157.04191.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.30%
GREEN value IS 13 (5.47% from 255) = 4.47%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=54.30%
G=4.47%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581312000.920.240.38315.7284.833.53
Hex9ED7805C182613c5522
Octal236151700134304647412542
Binary100111101101111100001011100110001001101001111001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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