#890265

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

Shades of Eggplant #890265

Tints of Eggplant #890265

Color information

#890265 (or 0x890265) is unknown color: approx Eggplant. HEX triplet: 89, 02 and 65. RGB value is (137,2,101). Sum of RGB (Red+Green+Blue) = 137+2+101=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #890265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890265 is #76FD9A. Grayscale: #353535. Windows color (decimal): -7798171 or 6619785. OLE color: 6619785.

HSL color Cylindrical-coordinate representation of color #890265: hue angle of 316º degrees, saturation: 0.97, 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 #890265 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB1372101-
CMYK00.990.260.46
HSL316º97.12%27.25%-
HSV(B)316º98.54%53.73%-
XYZ12.696.312.86-
YUV53.65154.73187.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.08%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=57.08%
G=0.83%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137210100.990.260.4631697.1227.25
Hex892650631A2E13c611b
Octal21121450143325647414133
Binary100010011011001010110001111010101110100111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890265; }

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

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

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

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

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

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

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

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