#890253

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

Shades of Eggplant #890253

Tints of Eggplant #890253

Color information

#890253 (or 0x890253) is unknown color: approx Eggplant. HEX triplet: 89, 02 and 53. RGB value is (137,2,83). Sum of RGB (Red+Green+Blue) = 137+2+83=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #890253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890253 is #76FDAC. Grayscale: #333333. Windows color (decimal): -7798189 or 5440137. OLE color: 5440137.

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

Color convert

RGB137283-
CMYK00.990.390.46
HSL324º97.12%27.25%-
HSV(B)324º98.54%53.73%-
XYZ11.95.998.71-
YUV51.6145.73188.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.71%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=61.71%
G=0.90%
B=37.39%

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
Decimal13728300.990.390.4632497.1227.25
Hex89253063272E144611b
Octal21121230143475650414133
Binary1000100110101001101100011100111101110101000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890253; }

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

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

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

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

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

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

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

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