#890757

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

Shades of Eggplant #890757

Tints of Eggplant #890757

Color information

#890757 (or 0x890757) is unknown color: approx Eggplant. HEX triplet: 89, 07 and 57. RGB value is (137,7,87). Sum of RGB (Red+Green+Blue) = 137+7+87=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #890757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890757 is #76F8A8. Grayscale: #363636. Windows color (decimal): -7796905 or 5703561. OLE color: 5703561.

HSL color Cylindrical-coordinate representation of color #890757: hue angle of 323.08º 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 #890757 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB137787-
CMYK00.950.360.46
HSL323.08º90.28%28.24%-
HSV(B)323.08º94.89%53.73%-
XYZ12.116.169.57-
YUV54.99146.07186.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=59.31%
G=3.03%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13778700.950.360.46323.0890.2828.24
Hex8975705F242E1435a1c
Octal21171270137445650313234
Binary10001001111101011101011111100100101110101000011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890757; }

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

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

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

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

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

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

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

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