#89066A

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

Shades of Eggplant #89066A

Tints of Eggplant #89066A

Color information

#89066A (or 0x89066A) is unknown color: approx Eggplant. HEX triplet: 89, 06 and 6A. RGB value is (137,6,106). Sum of RGB (Red+Green+Blue) = 137+6+106=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89066A is #76F995. Grayscale: #383838. Windows color (decimal): -7797142 or 6948489. OLE color: 6948489.

HSL color Cylindrical-coordinate representation of color #89066A: hue angle of 314.2º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89066A is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB1376106-
CMYK00.960.230.46
HSL314.2º91.61%28.04%-
HSV(B)314.2º95.62%53.73%-
XYZ12.986.4914.2-
YUV56.57155.9185.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.02%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=55.02%
G=2.41%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137610600.960.230.46314.291.6128.04
Hex8966A060172E13a5c1c
Octal21161520140275647213434
Binary1000100111011010100110000010111101110100111010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,6,106); }

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

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

 a { background-color: rgb(137,6,106); }

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

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

 span { border-color: rgb(137,6,106); }

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