#89567F

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

Shades of Trendy Pink #89567F

Tints of Trendy Pink #89567F

Color information

#89567F (or 0x89567F) is unknown color: approx Trendy Pink. HEX triplet: 89, 56 and 7F. RGB value is (137,86,127). Sum of RGB (Red+Green+Blue) = 137+86+127=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #89567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89567F is #76A980. Grayscale: #696969. Windows color (decimal): -7776641 or 8345225. OLE color: 8345225.

HSL color Cylindrical-coordinate representation of color #89567F: hue angle of 311.76º 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 #89567F is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13786127-
CMYK00.370.070.46
HSL311.76º22.87%43.73%-
HSV(B)311.76º37.23%53.73%-
XYZ17.4813.5121.76-
YUV105.92139.9150.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 127 (50% from 255) = 36.29%
R=39.14%
G=24.57%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378612700.370.070.46311.7622.8743.73
Hex89567F02572E138172c
Octal2111261770457564702754
Binary1000100110101101111111010010111110111010011100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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