#890A54

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

Shades of Eggplant #890A54

Tints of Eggplant #890A54

Color information

#890A54 (or 0x890A54) is unknown color: approx Eggplant. HEX triplet: 89, 0A and 54. RGB value is (137,10,84). Sum of RGB (Red+Green+Blue) = 137+10+84=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #890A54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A54 is #76F5AB. Grayscale: #383838. Windows color (decimal): -7796140 or 5507721. OLE color: 5507721.

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

Color convert

RGB1371084-
CMYK00.930.390.46
HSL325.04º86.39%28.82%-
HSV(B)325.04º92.7%53.73%-
XYZ12.036.188.95-
YUV56.41143.58185.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=59.31%
G=4.33%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137108400.930.390.46325.0486.3928.82
Hex89A5405D272E145561d
Octal211121240135475650512635
Binary100010011010101010001011101100111101110101000101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,10,84); }

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

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

 a { background-color: rgb(137,10,84); }

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

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

 span { border-color: rgb(137,10,84); }

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