#89024F

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

Shades of Eggplant #89024F

Tints of Eggplant #89024F

Color information

#89024F (or 0x89024F) is unknown color: approx Eggplant. HEX triplet: 89, 02 and 4F. RGB value is (137,2,79). Sum of RGB (Red+Green+Blue) = 137+2+79=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89024F is #76FDB0. Grayscale: #323232. Windows color (decimal): -7798193 or 5177993. OLE color: 5177993.

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

Color convert

RGB137279-
CMYK00.990.420.46
HSL325.78º97.12%27.25%-
HSV(B)325.78º98.54%53.73%-
XYZ11.755.937.92-
YUV51.14143.73189.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 62.84%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=62.84%
G=0.92%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13727900.990.420.46325.7897.1227.25
Hex8924F0632A2E146611b
Octal21121170143525650614133
Binary1000100110100111101100011101010101110101000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89024F; }

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

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

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

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

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

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

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

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