#89125A

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

Shades of Eggplant #89125A

Tints of Eggplant #89125A

Color information

#89125A (or 0x89125A) is unknown color: approx Eggplant. HEX triplet: 89, 12 and 5A. RGB value is (137,18,90). Sum of RGB (Red+Green+Blue) = 137+18+90=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #89125A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89125A is #76EDA5. Grayscale: #3D3D3D. Windows color (decimal): -7794086 or 5902985. OLE color: 5902985.

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

Color convert

RGB1371890-
CMYK00.870.340.46
HSL323.7º76.77%30.39%-
HSV(B)323.7º86.86%53.73%-
XYZ12.386.4910.27-
YUV61.79143.92181.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.92%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=55.92%
G=7.35%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137189000.870.340.46323.776.7730.39
Hex89125A057222E1444d1e
Octal211221320127425650411536
Binary1000100110010101101001010111100010101110101000100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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