#89096C

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

Shades of Eggplant #89096C

Tints of Eggplant #89096C

Color information

#89096C (or 0x89096C) is unknown color: approx Eggplant. HEX triplet: 89, 09 and 6C. RGB value is (137,9,108). Sum of RGB (Red+Green+Blue) = 137+9+108=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #89096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89096C is #76F693. Grayscale: #3A3A3A. Windows color (decimal): -7796372 or 7080329. OLE color: 7080329.

HSL color Cylindrical-coordinate representation of color #89096C: hue angle of 313.59º degrees, saturation: 0.88, 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 #89096C is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB1379108-
CMYK00.930.210.46
HSL313.59º87.67%28.63%-
HSV(B)313.59º93.43%53.73%-
XYZ13.126.614.77-
YUV58.56155.91183.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.94%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=53.94%
G=3.54%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137910800.930.210.46313.5987.6728.63
Hex8996C05D152E13a581d
Octal211111540135255647213035
Binary10001001100111011000101110110101101110100111010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89096C; }

 p { color: rgb(137,9,108); }

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

<style>
 a { background-color: #89096C; }

 a { background-color: rgb(137,9,108); }

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

<style>
 span { border-color: #89096C; }

 span { border-color: rgb(137,9,108); }

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