Html Css Color HEX #89507D Trendy Pink

📋 copy color: '#89507D'

red 137 ◦ green 80 ◦ blue 125

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

Shades of Trendy Pink #89507D

Tints of Trendy Pink #89507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 40.06%
G = 23.39%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89507D (or 0x89507D) is known color: Trendy Pink. HEX triplet: 89, 50 and 7D. RGB value is (137,80,125). Sum of RGB (Red+Green+Blue) = 137+80+125=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #89507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89507D is #76AF82. Grayscale: #666666. Windows color (decimal): -7778179 or 8212617. OLE color: 8212617.

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

Color convert

RGB 137 80 125 -
CMYK 0 0.42 0.09 0.46
HSL 312.63º 0.26% 0.43% -
HSV(B) 312.63º 0.42% 0.54% -
XYZ 16.89 12.54 20.93 -
YUV 102.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 137 80 125 0 0.42 0.09 0.46 312.63 0.26 0.43
Hex 89 50 7D 0 2A 9 2E 139 1A 2B
Octal 211 120 175 0 52 11 56 471 32 53
Binary 10001001 1010000 1111101 0 101010 1001 101110 100111001 11010 101011

Color Harmonies of #89507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89507D

Black with #89507D

Text Example


Text Example

White with #89507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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