#89094E

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

Shades of Eggplant #89094E

Tints of Eggplant #89094E

Color information

#89094E (or 0x89094E) is unknown color: approx Eggplant. HEX triplet: 89, 09 and 4E. RGB value is (137,9,78). Sum of RGB (Red+Green+Blue) = 137+9+78=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #89094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89094E is #76F6B1. Grayscale: #363636. Windows color (decimal): -7796402 or 5114249. OLE color: 5114249.

HSL color Cylindrical-coordinate representation of color #89094E: hue angle of 327.66º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89094E is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB137978-
CMYK00.930.430.46
HSL327.66º87.67%28.63%-
HSV(B)327.66º93.43%53.73%-
XYZ11.796.067.76-
YUV55.14140.91186.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.16%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=61.16%
G=4.02%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13797800.930.430.46327.6687.6728.63
Hex8994E05D2B2E148581d
Octal211111160135535651013035
Binary100010011001100111001011101101011101110101001000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89094E; }

 p { color: rgb(137,9,78); }

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

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

 a { background-color: rgb(137,9,78); }

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

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

 span { border-color: rgb(137,9,78); }

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