Html Css Color HEX #89497D Trendy Pink

📋 copy color: '#89497D'

red 137 ◦ green 73 ◦ blue 125

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

Shades of Trendy Pink #89497D

Tints of Trendy Pink #89497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

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

R = 40.9%
G = 21.79%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89497D (or 0x89497D) is known color: Trendy Pink. HEX triplet: 89, 49 and 7D. RGB value is (137,73,125). Sum of RGB (Red+Green+Blue) = 137+73+125=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #89497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89497D is #76B682. Grayscale: #616161. Windows color (decimal): -7779971 or 8210825. OLE color: 8210825.

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

Color convert

RGB 137 73 125 -
CMYK 0 0.47 0.09 0.46
HSL 311.25º 0.3% 0.41% -
HSV(B) 311.25º 0.47% 0.54% -
XYZ 16.4 11.56 20.77 -
YUV 98.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 137 73 125 0 0.47 0.09 0.46 311.25 0.3 0.41
Hex 89 49 7D 0 2F 9 2E 137 1E 29
Octal 211 111 175 0 57 11 56 467 36 51
Binary 10001001 1001001 1111101 0 101111 1001 101110 100110111 11110 101001

Color Harmonies of #89497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89497D

Black with #89497D

Text Example


Text Example

White with #89497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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