#890771

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

Shades of Eggplant #890771

Tints of Eggplant #890771

Color information

#890771 (or 0x890771) is unknown color: approx Eggplant. HEX triplet: 89, 07 and 71. RGB value is (137,7,113). Sum of RGB (Red+Green+Blue) = 137+7+113=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890771 is #76F88E. Grayscale: #393939. Windows color (decimal): -7796879 or 7407497. OLE color: 7407497.

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

Color convert

RGB1377113-
CMYK00.950.180.46
HSL311.08º90.28%28.24%-
HSV(B)311.08º94.89%53.73%-
XYZ13.376.6616.2-
YUV57.95159.07184.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=53.31%
G=2.72%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137711300.950.180.46311.0890.2828.24
Hex8977105F122E1375a1c
Octal21171610137225646713234
Binary1000100111111100010101111110010101110100110111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890771; }

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

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

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

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

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

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

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

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