#890756

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

Shades of Eggplant #890756

Tints of Eggplant #890756

Color information

#890756 (or 0x890756) is unknown color: approx Eggplant. HEX triplet: 89, 07 and 56. RGB value is (137,7,86). Sum of RGB (Red+Green+Blue) = 137+7+86=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #890756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890756 is #76F8A9. Grayscale: #363636. Windows color (decimal): -7796906 or 5638025. OLE color: 5638025.

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

Color convert

RGB137786-
CMYK00.950.370.46
HSL323.54º90.28%28.24%-
HSV(B)323.54º94.89%53.73%-
XYZ12.076.149.35-
YUV54.88145.57186.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.57%
GREEN value IS 7 (3.12% from 255) = 3.04%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=59.57%
G=3.04%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13778600.950.370.46323.5490.2828.24
Hex8975605F252E1445a1c
Octal21171260137455650413234
Binary10001001111101011001011111100101101110101000100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890756; }

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

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

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

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

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

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

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

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