#890070

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

Shades of Eggplant #890070

Tints of Eggplant #890070

Color information

#890070 (or 0x890070) is unknown color: approx Eggplant. HEX triplet: 89, 00 and 70. RGB value is (137,0,112). Sum of RGB (Red+Green+Blue) = 137+0+112=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #890070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890070 is #76FF8F. Grayscale: #353535. Windows color (decimal): -7798672 or 7340169. OLE color: 7340169.

HSL color Cylindrical-coordinate representation of color #890070: hue angle of 310.95º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890070 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB1370112-
CMYK010.180.46
HSL310.95º100%26.86%-
HSV(B)310.95º100%53.73%-
XYZ13.246.4915.88-
YUV53.73160.89187.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=55.02%
G=0%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1370112010.180.46310.9510026.86
Hex89070064122E137641b
Octal21101600144225646714433
Binary10001001011100000110010010010101110100110111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890070; }

 p { color: rgb(137,0,112); }

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

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

 a { background-color: rgb(137,0,112); }

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

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

 span { border-color: rgb(137,0,112); }

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