Html Css Color HEX #89587D Trendy Pink

📋 copy color: '#89587D'

red 137 ◦ green 88 ◦ blue 125

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

Shades of Trendy Pink #89587D

Tints of Trendy Pink #89587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 39.14%
G = 25.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89587D (or 0x89587D) is known color: Trendy Pink. HEX triplet: 89, 58 and 7D. RGB value is (137,88,125). Sum of RGB (Red+Green+Blue) = 137+88+125=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #89587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89587D is #76A782. Grayscale: #6A6A6A. Windows color (decimal): -7776131 or 8214665. OLE color: 8214665.

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

Color convert

RGB 137 88 125 -
CMYK 0 0.36 0.09 0.46
HSL 314.69º 0.22% 0.44% -
HSV(B) 314.69º 0.36% 0.54% -
XYZ 17.51 13.78 21.14 -
YUV 106.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 137 88 125 0 0.36 0.09 0.46 314.69 0.22 0.44
Hex 89 58 7D 0 24 9 2E 13B 16 2C
Octal 211 130 175 0 44 11 56 473 26 54
Binary 10001001 1011000 1111101 0 100100 1001 101110 100111011 10110 101100

Color Harmonies of #89587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89587D

Black with #89587D

Text Example


Text Example

White with #89587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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