#890755

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

Shades of Eggplant #890755

Tints of Eggplant #890755

Color information

#890755 (or 0x890755) is unknown color: approx Eggplant. HEX triplet: 89, 07 and 55. RGB value is (137,7,85). Sum of RGB (Red+Green+Blue) = 137+7+85=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #890755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890755 is #76F8AA. Grayscale: #363636. Windows color (decimal): -7796907 or 5572489. OLE color: 5572489.

HSL color Cylindrical-coordinate representation of color #890755: hue angle of 324º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890755 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB137785-
CMYK00.950.380.46
HSL324º90.28%28.24%-
HSV(B)324º94.89%53.73%-
XYZ12.036.139.14-
YUV54.76145.07186.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.83%
GREEN value IS 7 (3.12% from 255) = 3.06%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=59.83%
G=3.06%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13778500.950.380.4632490.2828.24
Hex8975505F262E1445a1c
Octal21171250137465650413234
Binary10001001111101010101011111100110101110101000100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890755; }

 p { color: rgb(137,7,85); }

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

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

 a { background-color: rgb(137,7,85); }

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

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

 span { border-color: rgb(137,7,85); }

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