#890164

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

Shades of Eggplant #890164

Tints of Eggplant #890164

Color information

#890164 (or 0x890164) is unknown color: approx Eggplant. HEX triplet: 89, 01 and 64. RGB value is (137,1,100). Sum of RGB (Red+Green+Blue) = 137+1+100=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #890164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890164 is #76FE9B. Grayscale: #343434. Windows color (decimal): -7798428 or 6553993. OLE color: 6553993.

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

Color convert

RGB1371100-
CMYK00.990.270.46
HSL316.32º98.55%27.06%-
HSV(B)316.32º99.27%53.73%-
XYZ12.636.2612.6-
YUV52.95154.56187.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.56%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 100 (39.45% from 255) = 42.02%
R=57.56%
G=0.42%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137110000.990.270.46316.3298.5527.06
Hex891640631B2E13c631b
Octal21111440143335647414333
Binary10001001111001000110001111011101110100111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890164; }

 p { color: rgb(137,1,100); }

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

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

 a { background-color: rgb(137,1,100); }

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

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

 span { border-color: rgb(137,1,100); }

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