#89608B

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

Shades of Trendy Pink #89608B

Tints of Trendy Pink #89608B

Color information

#89608B (or 0x89608B) is unknown color: approx Trendy Pink. HEX triplet: 89, 60 and 8B. RGB value is (137,96,139). Sum of RGB (Red+Green+Blue) = 137+96+139=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #89608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89608B is #769F74. Grayscale: #717171. Windows color (decimal): -7774069 or 9134217. OLE color: 9134217.

HSL color Cylindrical-coordinate representation of color #89608B: hue angle of 297.21º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89608B is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13796139-
CMYK0.010.3100.45
HSL297.21º18.3%46.08%-
HSV(B)297.21º30.94%54.51%-
XYZ19.1615.5526.42-
YUV113.16142.58145-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.83%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=36.83%
G=25.81%
B=37.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137961390.010.3100.45297.2118.346.08
Hex89608B11F02D129122e
Octal2111402131370554512256
Binary10001001110000010001011111111010110110010100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,96,139); }

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

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

 a { background-color: rgb(137,96,139); }

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

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

 span { border-color: rgb(137,96,139); }

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