#89628A

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

Shades of Trendy Pink #89628A

Tints of Trendy Pink #89628A

Color information

#89628A (or 0x89628A) is unknown color: approx Trendy Pink. HEX triplet: 89, 62 and 8A. RGB value is (137,98,138). Sum of RGB (Red+Green+Blue) = 137+98+138=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #89628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89628A is #769D75. Grayscale: #727272. Windows color (decimal): -7773558 or 9069193. OLE color: 9069193.

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

Color convert

RGB13798138-
CMYK0.010.2900.46
HSL298.5º16.95%46.27%-
HSV(B)298.5º28.99%54.12%-
XYZ19.2715.8926.1-
YUV114.22141.42144.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=36.73%
G=26.27%
B=37.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137981380.010.2900.46298.516.9546.27
Hex89628A11D02E12a112e
Octal2111422121350564522156
Binary10001001110001010001010111101010111010010101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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