#89096f

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

Shades of Eggplant #89096F

Tints of Eggplant #89096F

Color information

#89096F (or 0x89096F) is unknown color: approx Eggplant. HEX triplet: 89, 09 and 6F. RGB value is (137,9,111). Sum of RGB (Red+Green+Blue) = 137+9+111=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #89096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89096F is #76F690. Grayscale: #3A3A3A. Windows color (decimal): -7796369 or 7276937. OLE color: 7276937.

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

Color convert

RGB1379111-
CMYK00.930.190.46
HSL312.19º87.67%28.63%-
HSV(B)312.19º93.43%53.73%-
XYZ13.286.6615.62-
YUV58.9157.41183.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 53.31%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 111 (43.75% from 255) = 43.19%
R=53.31%
G=3.50%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137911100.930.190.46312.1987.6728.63
Hex8996F05D132E138581d
Octal211111570135235647013035
Binary10001001100111011110101110110011101110100111000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89096f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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