#89648C

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

Shades of Trendy Pink #89648C

Tints of Trendy Pink #89648C

Color information

#89648C (or 0x89648C) is unknown color: approx Trendy Pink. HEX triplet: 89, 64 and 8C. RGB value is (137,100,140). Sum of RGB (Red+Green+Blue) = 137+100+140=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #89648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89648C is #769B73. Grayscale: #737373. Windows color (decimal): -7773044 or 9200777. OLE color: 9200777.

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

Color convert

RGB137100140-
CMYK0.020.2900.45
HSL295.5º16.67%47.06%-
HSV(B)295.5º28.57%54.9%-
XYZ19.6116.3326.93-
YUV115.62141.76143.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.34%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=36.34%
G=26.53%
B=37.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1371001400.020.2900.45295.516.6747.06
Hex89648C21D02D128112f
Octal2111442142350554502157
Binary100010011100100100011001011101010110110010100010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89648C; }

 p { color: rgb(137,100,140); }

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

<style>
 a { background-color: #89648C; }

 a { background-color: rgb(137,100,140); }

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

<style>
 span { border-color: #89648C; }

 span { border-color: rgb(137,100,140); }

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