#890C54

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

Shades of Eggplant #890C54

Tints of Eggplant #890C54

Color information

#890C54 (or 0x890C54) is unknown color: approx Eggplant. HEX triplet: 89, 0C and 54. RGB value is (137,12,84). Sum of RGB (Red+Green+Blue) = 137+12+84=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #890C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C54 is #76F3AB. Grayscale: #393939. Windows color (decimal): -7795628 or 5508233. OLE color: 5508233.

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

Color convert

RGB1371284-
CMYK00.910.390.46
HSL325.44º83.89%29.22%-
HSV(B)325.44º91.24%53.73%-
XYZ12.056.228.95-
YUV57.58142.91184.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 12 (5.08% from 255) = 5.15%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=58.80%
G=5.15%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137128400.910.390.46325.4483.8929.22
Hex89C5405B272E145541d
Octal211141240133475650512435
Binary100010011100101010001011011100111101110101000101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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