#890A56

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

Shades of Eggplant #890A56

Tints of Eggplant #890A56

Color information

#890A56 (or 0x890A56) is unknown color: approx Eggplant. HEX triplet: 89, 0A and 56. RGB value is (137,10,86). Sum of RGB (Red+Green+Blue) = 137+10+86=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #890A56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A56 is #76F5A9. Grayscale: #383838. Windows color (decimal): -7796138 or 5638793. OLE color: 5638793.

HSL color Cylindrical-coordinate representation of color #890A56: hue angle of 324.09º 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 #890A56 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB1371086-
CMYK00.930.370.46
HSL324.09º86.39%28.82%-
HSV(B)324.09º92.7%53.73%-
XYZ12.16.219.36-
YUV56.64144.58185.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=58.80%
G=4.29%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137108600.930.370.46324.0986.3928.82
Hex89A5605D252E144561d
Octal211121260135455650412635
Binary100010011010101011001011101100101101110101000100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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