#89035D

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

Shades of Eggplant #89035D

Tints of Eggplant #89035D

Color information

#89035D (or 0x89035D) is unknown color: approx Eggplant. HEX triplet: 89, 03 and 5D. RGB value is (137,3,93). Sum of RGB (Red+Green+Blue) = 137+3+93=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89035D is #76FCA2. Grayscale: #353535. Windows color (decimal): -7797923 or 6095753. OLE color: 6095753.

HSL color Cylindrical-coordinate representation of color #89035D: hue angle of 319.7º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89035D is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB137393-
CMYK00.980.320.46
HSL319.7º95.71%27.45%-
HSV(B)319.7º97.81%53.73%-
XYZ12.326.1710.9-
YUV53.33150.39187.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=58.80%
G=1.29%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13739300.980.320.46319.795.7127.45
Hex8935D062202E140601b
Octal21131350142405650014033
Binary1000100111101110101100010100000101110101000000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89035D; }

 p { color: rgb(137,3,93); }

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

<style>
 a { background-color: #89035D; }

 a { background-color: rgb(137,3,93); }

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

<style>
 span { border-color: #89035D; }

 span { border-color: rgb(137,3,93); }

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