#89145C

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

Shades of Eggplant #89145C

Tints of Eggplant #89145C

Color information

#89145C (or 0x89145C) is unknown color: approx Eggplant. HEX triplet: 89, 14 and 5C. RGB value is (137,20,92). Sum of RGB (Red+Green+Blue) = 137+20+92=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89145C is #76EBA3. Grayscale: #3F3F3F. Windows color (decimal): -7793572 or 6034569. OLE color: 6034569.

HSL color Cylindrical-coordinate representation of color #89145C: hue angle of 323.08º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89145C is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1372092-
CMYK00.850.330.46
HSL323.08º74.52%30.78%-
HSV(B)323.08º85.4%53.73%-
XYZ12.56.5910.74-
YUV63.19144.26180.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.02%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=55.02%
G=8.03%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137209200.850.330.46323.0874.5230.78
Hex89145C055212E1434b1f
Octal211241340125415650311337
Binary1000100110100101110001010101100001101110101000011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89145C; }

 p { color: rgb(137,20,92); }

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

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

 a { background-color: rgb(137,20,92); }

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

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

 span { border-color: rgb(137,20,92); }

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