#89085E

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

Shades of Eggplant #89085E

Tints of Eggplant #89085E

Color information

#89085E (or 0x89085E) is unknown color: approx Eggplant. HEX triplet: 89, 08 and 5E. RGB value is (137,8,94). Sum of RGB (Red+Green+Blue) = 137+8+94=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #89085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89085E is #76F7A1. Grayscale: #383838. Windows color (decimal): -7796642 or 6162569. OLE color: 6162569.

HSL color Cylindrical-coordinate representation of color #89085E: hue angle of 320º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89085E is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB137894-
CMYK00.940.310.46
HSL320º88.97%28.43%-
HSV(B)320º94.16%53.73%-
XYZ12.426.311.15-
YUV56.38149.24185.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.32%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=57.32%
G=3.35%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13789400.940.310.4632088.9728.43
Hex8985E05E1F2E140591c
Octal211101360136375650013134
Binary10001001100010111100101111011111101110101000000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89085E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89085E; }

 p { color: rgb(137,8,94); }

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

<style>
 a { background-color: #89085E; }

 a { background-color: rgb(137,8,94); }

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

<style>
 span { border-color: #89085E; }

 span { border-color: rgb(137,8,94); }

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