#890365

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

Shades of Eggplant #890365

Tints of Eggplant #890365

Color information

#890365 (or 0x890365) is unknown color: approx Eggplant. HEX triplet: 89, 03 and 65. RGB value is (137,3,101). Sum of RGB (Red+Green+Blue) = 137+3+101=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #890365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890365 is #76FC9A. Grayscale: #353535. Windows color (decimal): -7797915 or 6620041. OLE color: 6620041.

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

Color convert

RGB1373101-
CMYK00.980.260.46
HSL316.12º95.71%27.45%-
HSV(B)316.12º97.81%53.73%-
XYZ12.76.3212.86-
YUV54.24154.39187.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=56.85%
G=1.24%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137310100.980.260.46316.1295.7127.45
Hex893650621A2E13c601b
Octal21131450142325647414033
Binary100010011111001010110001011010101110100111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890365; }

 p { color: rgb(137,3,101); }

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

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

 a { background-color: rgb(137,3,101); }

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

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

 span { border-color: rgb(137,3,101); }

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