#89014A

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

Shades of Eggplant #89014A

Tints of Eggplant #89014A

Color information

#89014A (or 0x89014A) is unknown color: approx Eggplant. HEX triplet: 89, 01 and 4A. RGB value is (137,1,74). Sum of RGB (Red+Green+Blue) = 137+1+74=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #89014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89014A is #76FEB5. Grayscale: #313131. Windows color (decimal): -7798454 or 4850057. OLE color: 4850057.

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

Color convert

RGB137174-
CMYK00.990.460.46
HSL327.79º98.55%27.06%-
HSV(B)327.79º99.27%53.73%-
XYZ11.565.837-
YUV49.99141.56190.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.62%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=64.62%
G=0.47%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13717400.990.460.46327.7998.5527.06
Hex8914A0632E2E148631b
Octal21111120143565651014333
Binary100010011100101001100011101110101110101001000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89014A; }

 p { color: rgb(137,1,74); }

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

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

 a { background-color: rgb(137,1,74); }

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

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

 span { border-color: rgb(137,1,74); }

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