#89558D

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

Shades of Trendy Pink #89558D

Tints of Trendy Pink #89558D

Color information

#89558D (or 0x89558D) is unknown color: approx Trendy Pink. HEX triplet: 89, 55 and 8D. RGB value is (137,85,141). Sum of RGB (Red+Green+Blue) = 137+85+141=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #89558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89558D is #76AA72. Grayscale: #6A6A6A. Windows color (decimal): -7776883 or 9262473. OLE color: 9262473.

HSL color Cylindrical-coordinate representation of color #89558D: hue angle of 295.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89558D is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13785141-
CMYK0.030.4000.45
HSL295.71º24.78%44.31%-
HSV(B)295.71º39.72%55.29%-
XYZ18.3713.7426.88-
YUV106.93147.23149.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=37.74%
G=23.42%
B=38.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal137851410.030.4000.45295.7124.7844.31
Hex89558D32802D128192c
Octal2111252153500554503154
Binary1000100110101011000110111101000010110110010100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89558D; }

 p { color: rgb(137,85,141); }

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

<style>
 a { background-color: #89558D; }

 a { background-color: rgb(137,85,141); }

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

<style>
 span { border-color: #89558D; }

 span { border-color: rgb(137,85,141); }

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