#890254

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

Shades of Eggplant #890254

Tints of Eggplant #890254

Color information

#890254 (or 0x890254) is unknown color: approx Eggplant. HEX triplet: 89, 02 and 54. RGB value is (137,2,84). Sum of RGB (Red+Green+Blue) = 137+2+84=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #890254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890254 is #76FDAB. Grayscale: #333333. Windows color (decimal): -7798188 or 5505673. OLE color: 5505673.

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

Color convert

RGB137284-
CMYK00.990.390.46
HSL323.56º97.12%27.25%-
HSV(B)323.56º98.54%53.73%-
XYZ11.9468.92-
YUV51.71146.23188.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.43%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=61.43%
G=0.90%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13728400.990.390.46323.5697.1227.25
Hex89254063272E144611b
Octal21121240143475650414133
Binary1000100110101010001100011100111101110101000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890254; }

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

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

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

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

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

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

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

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