Html Css Color HEX #89557C Trendy Pink

📋 copy color: '#89557C'

red 137 ◦ green 85 ◦ blue 124

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

Shades of Trendy Pink #89557C

Tints of Trendy Pink #89557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 39.6%
G = 24.57%
B = 35.84%

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

#89557C (or 0x89557C) is known color: Trendy Pink. HEX triplet: 89, 55 and 7C. RGB value is (137,85,124). Sum of RGB (Red+Green+Blue) = 137+85+124=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #89557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89557C is #76AA83. Grayscale: #686868. Windows color (decimal): -7776900 or 8148361. OLE color: 8148361.

HSL color Cylindrical-coordinate representation of color #89557C: hue angle of 315º 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 #89557C is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 124 -
CMYK 0 0.38 0.09 0.46
HSL 315º 0.23% 0.44% -
HSV(B) 315º 0.38% 0.54% -
XYZ 17.2 13.27 20.72 -
YUV 104.99 138.73 150.83 -
System Red Green Blue C M Y K H S L
Decimal 137 85 124 0 0.38 0.09 0.46 315 0.23 0.44
Hex 89 55 7C 0 26 9 2E 13B 17 2C
Octal 211 125 174 0 46 11 56 473 27 54
Binary 10001001 1010101 1111100 0 100110 1001 101110 100111011 10111 101100

Color Harmonies of #89557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89557C

Black with #89557C

Text Example


Text Example

White with #89557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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