#890050

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

Shades of Eggplant #890050

Tints of Eggplant #890050

Color information

#890050 (or 0x890050) is unknown color: approx Eggplant. HEX triplet: 89, 00 and 50. RGB value is (137,0,80). Sum of RGB (Red+Green+Blue) = 137+0+80=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #890050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890050 is #76FFAF. Grayscale: #313131. Windows color (decimal): -7798704 or 5243017. OLE color: 5243017.

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

Color convert

RGB137080-
CMYK010.420.46
HSL324.96º100%26.86%-
HSV(B)324.96º100%53.73%-
XYZ11.765.98.11-
YUV50.08144.89190-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=63.13%
G=0%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137080010.420.46324.9610026.86
Hex890500642A2E145641b
Octal21101200144525650514433
Binary100010010101000001100100101010101110101000101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890050; }

 p { color: rgb(137,0,80); }

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

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

 a { background-color: rgb(137,0,80); }

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

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

 span { border-color: rgb(137,0,80); }

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