#89567C

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

Shades of Trendy Pink #89567C

Tints of Trendy Pink #89567C

Color information

#89567C (or 0x89567C) is unknown color: approx Trendy Pink. HEX triplet: 89, 56 and 7C. RGB value is (137,86,124). Sum of RGB (Red+Green+Blue) = 137+86+124=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89567C is #76A983. Grayscale: #696969. Windows color (decimal): -7776644 or 8148617. OLE color: 8148617.

HSL color Cylindrical-coordinate representation of color #89567C: hue angle of 315.29º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89567C is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13786124-
CMYK00.370.090.46
HSL315.29º22.87%43.73%-
HSV(B)315.29º37.23%53.73%-
XYZ17.2813.4320.75-
YUV105.58138.4150.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=39.48%
G=24.78%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378612400.370.090.46315.2922.8743.73
Hex89567C02592E13b172c
Octal21112617404511564732754
Binary10001001101011011111000100101100110111010011101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,86,124); }

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

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

 a { background-color: rgb(137,86,124); }

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

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

 span { border-color: rgb(137,86,124); }

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