#890B58

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

Shades of Eggplant #890B58

Tints of Eggplant #890B58

Color information

#890B58 (or 0x890B58) is unknown color: approx Eggplant. HEX triplet: 89, 0B and 58. RGB value is (137,11,88). Sum of RGB (Red+Green+Blue) = 137+11+88=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #890B58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B58 is #76F4A7. Grayscale: #393939. Windows color (decimal): -7795880 or 5770121. OLE color: 5770121.

HSL color Cylindrical-coordinate representation of color #890B58: hue angle of 323.33º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B58 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1371188-
CMYK00.920.360.46
HSL323.33º85.14%29.02%-
HSV(B)323.33º91.97%53.73%-
XYZ12.26.269.8-
YUV57.45145.24184.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 11 (4.69% from 255) = 4.66%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=58.05%
G=4.66%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137118800.920.360.46323.3385.1429.02
Hex89B5805C242E143551d
Octal211131300134445650312535
Binary100010011011101100001011100100100101110101000011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890B58; }

 p { color: rgb(137,11,88); }

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

<style>
 a { background-color: #890B58; }

 a { background-color: rgb(137,11,88); }

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

<style>
 span { border-color: #890B58; }

 span { border-color: rgb(137,11,88); }

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