#890760

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

Shades of Eggplant #890760

Tints of Eggplant #890760

Color information

#890760 (or 0x890760) is unknown color: approx Eggplant. HEX triplet: 89, 07 and 60. RGB value is (137,7,96). Sum of RGB (Red+Green+Blue) = 137+7+96=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #890760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890760 is #76F89F. Grayscale: #373737. Windows color (decimal): -7796896 or 6293385. OLE color: 6293385.

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

Color convert

RGB137796-
CMYK00.950.300.46
HSL318.92º90.28%28.24%-
HSV(B)318.92º94.89%53.73%-
XYZ12.56.3111.63-
YUV56.02150.57185.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.08%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 96 (37.89% from 255) = 40%
R=57.08%
G=2.92%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13779600.950.300.46318.9290.2828.24
Hex8976005F1E2E13f5a1c
Octal21171400137365647713234
Binary1000100111111000000101111111110101110100111111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890760; }

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

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

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

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

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

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

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

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