Html Css Color HEX #89597D Trendy Pink

📋 copy color: '#89597D'

red 137 ◦ green 89 ◦ blue 125

#89597D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #89597D

Tints of Trendy Pink #89597D

RGB

 RED value IS 137 (53.91% from 255) = 39.03%

 GREEN value IS 89 (35.16% from 255) = 25.36%

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 39.03%
G = 25.36%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89597D (or 0x89597D) is known color: Trendy Pink. HEX triplet: 89, 59 and 7D. RGB value is (137,89,125). Sum of RGB (Red+Green+Blue) = 137+89+125=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #89597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89597D is #76A682. Grayscale: #6B6B6B. Windows color (decimal): -7775875 or 8214921. OLE color: 8214921.

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

Color convert

RGB 137 89 125 -
CMYK 0 0.35 0.09 0.46
HSL 315º 0.21% 0.44% -
HSV(B) 315º 0.35% 0.54% -
XYZ 17.59 13.94 21.17 -
YUV 107.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 137 89 125 0 0.35 0.09 0.46 315 0.21 0.44
Hex 89 59 7D 0 23 9 2E 13B 15 2C
Octal 211 131 175 0 43 11 56 473 25 54
Binary 10001001 1011001 1111101 0 100011 1001 101110 100111011 10101 101100

Color Harmonies of #89597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89597D

Black with #89597D

Text Example


Text Example

White with #89597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,89,125); }

 H1.HeaderClassName
 {
   color: #89597D;
 }
 .AnyTagClassName
 {
   color: #89597D;
 }
</style>

background-color css

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

 a { background-color: rgb(137,89,125); }

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

border-color css

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

 span { border-color: rgb(137,89,125); }

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