#89006B

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

Shades of Eggplant #89006B

Tints of Eggplant #89006B

Color information

#89006B (or 0x89006B) is unknown color: approx Eggplant. HEX triplet: 89, 00 and 6B. RGB value is (137,0,107). Sum of RGB (Red+Green+Blue) = 137+0+107=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #89006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89006B is #76FF94. Grayscale: #343434. Windows color (decimal): -7798677 or 7012489. OLE color: 7012489.

HSL color Cylindrical-coordinate representation of color #89006B: hue angle of 313.14º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89006B is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB1370107-
CMYK010.220.46
HSL313.14º100%26.86%-
HSV(B)313.14º100%53.73%-
XYZ12.976.3814.46-
YUV53.16158.39187.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 56.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=56.15%
G=0%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1370107010.220.46313.1410026.86
Hex8906B064162E139641b
Octal21101530144265647114433
Binary10001001011010110110010010110101110100111001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89006B; }

 p { color: rgb(137,0,107); }

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

<style>
 a { background-color: #89006B; }

 a { background-color: rgb(137,0,107); }

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

<style>
 span { border-color: #89006B; }

 span { border-color: rgb(137,0,107); }

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