#9E0B73

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

Shades of Eggplant #9E0B73

Tints of Eggplant #9E0B73

Color information

#9E0B73 (or 0x9E0B73) is unknown color: approx Eggplant. HEX triplet: 9E, 0B and 73. RGB value is (158,11,115). Sum of RGB (Red+Green+Blue) = 158+11+115=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B73 is #61F48C. Grayscale: #424242. Windows color (decimal): -6419597 or 7539614. OLE color: 7539614.

HSL color Cylindrical-coordinate representation of color #9E0B73: hue angle of 317.55º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0B73 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15811115-
CMYK00.930.270.38
HSL317.55º86.98%33.14%-
HSV(B)317.55º93.04%61.96%-
XYZ17.318.7517-
YUV66.81155.2193.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.63%
GREEN value IS 11 (4.69% from 255) = 3.87%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=55.63%
G=3.87%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581111500.930.270.38317.5586.9833.14
Hex9EB7305D1B2613e5721
Octal236131630135334647612741
Binary100111101011111001101011101110111001101001111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,11,115); }

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

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

 a { background-color: rgb(158,11,115); }

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

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

 span { border-color: rgb(158,11,115); }

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