#89527B

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

Shades of Trendy Pink #89527B

Tints of Trendy Pink #89527B

Color information

#89527B (or 0x89527B) is unknown color: approx Trendy Pink. HEX triplet: 89, 52 and 7B. RGB value is (137,82,123). Sum of RGB (Red+Green+Blue) = 137+82+123=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #89527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89527B is #76AD84. Grayscale: #676767. Windows color (decimal): -7777669 or 8082057. OLE color: 8082057.

HSL color Cylindrical-coordinate representation of color #89527B: hue angle of 315.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89527B is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB13782123-
CMYK00.400.100.46
HSL315.27º25.11%42.94%-
HSV(B)315.27º40.15%53.73%-
XYZ16.9112.7820.32-
YUV103.12139.22152.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=40.06%
G=23.98%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378212300.400.100.46315.2725.1142.94
Hex89527B028A2E13b192b
Octal21112217305012564733153
Binary10001001101001011110110101000101010111010011101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89527B; }

 p { color: rgb(137,82,123); }

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

<style>
 a { background-color: #89527B; }

 a { background-color: rgb(137,82,123); }

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

<style>
 span { border-color: #89527B; }

 span { border-color: rgb(137,82,123); }

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