#89065A

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

Shades of Eggplant #89065A

Tints of Eggplant #89065A

Color information

#89065A (or 0x89065A) is unknown color: approx Eggplant. HEX triplet: 89, 06 and 5A. RGB value is (137,6,90). Sum of RGB (Red+Green+Blue) = 137+6+90=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89065A is #76F9A5. Grayscale: #363636. Windows color (decimal): -7797158 or 5899913. OLE color: 5899913.

HSL color Cylindrical-coordinate representation of color #89065A: hue angle of 321.53º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89065A is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB137690-
CMYK00.960.340.46
HSL321.53º91.61%28.04%-
HSV(B)321.53º95.62%53.73%-
XYZ12.236.1910.22-
YUV54.74147.9186.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=58.80%
G=2.58%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13769000.960.340.46321.5391.6128.04
Hex8965A060222E1425c1c
Octal21161320140425650213434
Binary10001001110101101001100000100010101110101000010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89065A; }

 p { color: rgb(137,6,90); }

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

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

 a { background-color: rgb(137,6,90); }

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

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

 span { border-color: rgb(137,6,90); }

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