#89055B

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

Shades of Eggplant #89055B

Tints of Eggplant #89055B

Color information

#89055B (or 0x89055B) is unknown color: approx Eggplant. HEX triplet: 89, 05 and 5B. RGB value is (137,5,91). Sum of RGB (Red+Green+Blue) = 137+5+91=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89055B is #76FAA4. Grayscale: #363636. Windows color (decimal): -7797413 or 5965193. OLE color: 5965193.

HSL color Cylindrical-coordinate representation of color #89055B: hue angle of 320.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89055B is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB137591-
CMYK00.960.340.46
HSL320.91º92.96%27.84%-
HSV(B)320.91º96.35%53.73%-
XYZ12.266.1810.44-
YUV54.27148.73187.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=58.80%
G=2.15%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13759100.960.340.46320.9192.9627.84
Hex8955B060222E1415d1c
Octal21151330140425650113534
Binary10001001101101101101100000100010101110101000001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89055B; }

 p { color: rgb(137,5,91); }

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

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

 a { background-color: rgb(137,5,91); }

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

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

 span { border-color: rgb(137,5,91); }

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