#89558E

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

Shades of Trendy Pink #89558E

Tints of Trendy Pink #89558E

Color information

#89558E (or 0x89558E) is unknown color: approx Trendy Pink. HEX triplet: 89, 55 and 8E. RGB value is (137,85,142). Sum of RGB (Red+Green+Blue) = 137+85+142=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #89558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89558E is #76AA71. Grayscale: #6A6A6A. Windows color (decimal): -7776882 or 9328009. OLE color: 9328009.

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

Color convert

RGB13785142-
CMYK0.040.4000.44
HSL294.74º25.11%44.51%-
HSV(B)294.74º40.14%55.69%-
XYZ18.4513.7727.28-
YUV107.05147.73149.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=37.64%
G=23.35%
B=39.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137851420.040.4000.44294.7425.1144.51
Hex89558E42802C127192d
Octal2111252164500544473155
Binary10001001101010110001110100101000010110010010011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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