#89135F

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

Shades of Eggplant #89135F

Tints of Eggplant #89135F

Color information

#89135F (or 0x89135F) is unknown color: approx Eggplant. HEX triplet: 89, 13 and 5F. RGB value is (137,19,95). Sum of RGB (Red+Green+Blue) = 137+19+95=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89135F is #76ECA0. Grayscale: #3E3E3E. Windows color (decimal): -7793825 or 6230921. OLE color: 6230921.

HSL color Cylindrical-coordinate representation of color #89135F: hue angle of 321.36º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89135F is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1371995-
CMYK00.860.310.46
HSL321.36º75.64%30.59%-
HSV(B)321.36º86.13%53.73%-
XYZ12.616.6111.44-
YUV62.95146.09180.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.58%
GREEN value IS 19 (7.81% from 255) = 7.57%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=54.58%
G=7.57%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137199500.860.310.46321.3675.6430.59
Hex89135F0561F2E1414c1f
Octal211231370126375650111437
Binary100010011001110111110101011011111101110101000001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89135F; }

 p { color: rgb(137,19,95); }

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

<style>
 a { background-color: #89135F; }

 a { background-color: rgb(137,19,95); }

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

<style>
 span { border-color: #89135F; }

 span { border-color: rgb(137,19,95); }

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