Html Css Color HEX #89557D Trendy Pink

📋 copy color: '#89557D'

red 137 ◦ green 85 ◦ blue 125

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

Shades of Trendy Pink #89557D

Tints of Trendy Pink #89557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 39.48%
G = 24.5%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89557D (or 0x89557D) is known color: Trendy Pink. HEX triplet: 89, 55 and 7D. RGB value is (137,85,125). Sum of RGB (Red+Green+Blue) = 137+85+125=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89557D is #76AA82. Grayscale: #696969. Windows color (decimal): -7776899 or 8213897. OLE color: 8213897.

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

Color convert

RGB 137 85 125 -
CMYK 0 0.38 0.09 0.46
HSL 313.85º 0.23% 0.44% -
HSV(B) 313.85º 0.38% 0.54% -
XYZ 17.27 13.3 21.06 -
YUV 105.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 137 85 125 0 0.38 0.09 0.46 313.85 0.23 0.44
Hex 89 55 7D 0 26 9 2E 13A 17 2C
Octal 211 125 175 0 46 11 56 472 27 54
Binary 10001001 1010101 1111101 0 100110 1001 101110 100111010 10111 101100

Color Harmonies of #89557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89557D

Black with #89557D

Text Example


Text Example

White with #89557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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