#890F6A

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

Shades of Eggplant #890F6A

Tints of Eggplant #890F6A

Color information

#890F6A (or 0x890F6A) is unknown color: approx Eggplant. HEX triplet: 89, 0F and 6A. RGB value is (137,15,106). Sum of RGB (Red+Green+Blue) = 137+15+106=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #890F6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F6A is #76F095. Grayscale: #3D3D3D. Windows color (decimal): -7794838 or 6950793. OLE color: 6950793.

HSL color Cylindrical-coordinate representation of color #890F6A: hue angle of 315.25º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F6A is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13715106-
CMYK00.890.230.46
HSL315.25º80.26%29.8%-
HSV(B)315.25º89.05%53.73%-
XYZ13.096.714.24-
YUV61.85152.92181.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.10%
GREEN value IS 15 (6.25% from 255) = 5.81%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=53.10%
G=5.81%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371510600.890.230.46315.2580.2629.8
Hex89F6A059172E13b501e
Octal211171520131275647312036
Binary10001001111111010100101100110111101110100111011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,15,106); }

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

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

 a { background-color: rgb(137,15,106); }

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

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

 span { border-color: rgb(137,15,106); }

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