#89085C

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

Shades of Eggplant #89085C

Tints of Eggplant #89085C

Color information

#89085C (or 0x89085C) is unknown color: approx Eggplant. HEX triplet: 89, 08 and 5C. RGB value is (137,8,92). Sum of RGB (Red+Green+Blue) = 137+8+92=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #89085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89085C is #76F7A3. Grayscale: #373737. Windows color (decimal): -7796644 or 6031497. OLE color: 6031497.

HSL color Cylindrical-coordinate representation of color #89085C: hue angle of 320.93º 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 #89085C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB137892-
CMYK00.940.330.46
HSL320.93º88.97%28.43%-
HSV(B)320.93º94.16%53.73%-
XYZ12.346.2610.68-
YUV56.15148.24185.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.81%
GREEN value IS 8 (3.52% from 255) = 3.38%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=57.81%
G=3.38%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13789200.940.330.46320.9388.9728.43
Hex8985C05E212E141591c
Octal211101340136415650113134
Binary100010011000101110001011110100001101110101000001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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