#89628B

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

Shades of Trendy Pink #89628B

Tints of Trendy Pink #89628B

Color information

#89628B (or 0x89628B) is unknown color: approx Trendy Pink. HEX triplet: 89, 62 and 8B. RGB value is (137,98,139). Sum of RGB (Red+Green+Blue) = 137+98+139=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #89628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89628B is #769D74. Grayscale: #727272. Windows color (decimal): -7773557 or 9134729. OLE color: 9134729.

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

Color convert

RGB13798139-
CMYK0.010.2900.45
HSL297.07º17.3%46.47%-
HSV(B)297.07º29.5%54.51%-
XYZ19.3415.9226.48-
YUV114.34141.92144.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.63%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=36.63%
G=26.20%
B=37.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137981390.010.2900.45297.0717.346.47
Hex89628B11D02D129112e
Octal2111422131350554512156
Binary10001001110001010001011111101010110110010100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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