#890860

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

Shades of Eggplant #890860

Tints of Eggplant #890860

Color information

#890860 (or 0x890860) is unknown color: approx Eggplant. HEX triplet: 89, 08 and 60. RGB value is (137,8,96). Sum of RGB (Red+Green+Blue) = 137+8+96=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #890860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890860 is #76F79F. Grayscale: #383838. Windows color (decimal): -7796640 or 6293641. OLE color: 6293641.

HSL color Cylindrical-coordinate representation of color #890860: hue angle of 319.07º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890860 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB137896-
CMYK00.940.300.46
HSL319.07º88.97%28.43%-
HSV(B)319.07º94.16%53.73%-
XYZ12.516.3411.63-
YUV56.6150.24185.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.85%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=56.85%
G=3.32%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13789600.940.300.46319.0788.9728.43
Hex8986005E1E2E13f591c
Octal211101400136365647713134
Binary10001001100011000000101111011110101110100111111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890860; }

 p { color: rgb(137,8,96); }

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

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

 a { background-color: rgb(137,8,96); }

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

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

 span { border-color: rgb(137,8,96); }

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