Html Css Color HEX #89497B Trendy Pink

📋 copy color: '#89497B'

red 137 ◦ green 73 ◦ blue 123

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

Shades of Trendy Pink #89497B

Tints of Trendy Pink #89497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.94%

R = 41.14%
G = 21.92%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#89497B (or 0x89497B) is known color: Trendy Pink. HEX triplet: 89, 49 and 7B. RGB value is (137,73,123). Sum of RGB (Red+Green+Blue) = 137+73+123=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89497B is #76B684. Grayscale: #616161. Windows color (decimal): -7779973 or 8079753. OLE color: 8079753.

HSL color Cylindrical-coordinate representation of color #89497B: hue angle of 313.12º 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 #89497B is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 73 123 -
CMYK 0 0.47 0.10 0.46
HSL 313.13º 0.3% 0.41% -
HSV(B) 313.13º 0.47% 0.54% -
XYZ 16.27 11.51 20.1 -
YUV 97.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 137 73 123 0 0.47 0.10 0.46 313.13 0.3 0.41
Hex 89 49 7B 0 2F A 2E 139 1E 29
Octal 211 111 173 0 57 12 56 471 36 51
Binary 10001001 1001001 1111011 0 101111 1010 101110 100111001 11110 101001

Color Harmonies of #89497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89497B

Black with #89497B

Text Example


Text Example

White with #89497B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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