Html Css Color HEX #89527D Trendy Pink

📋 copy color: '#89527D'

red 137 ◦ green 82 ◦ blue 125

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

Shades of Trendy Pink #89527D

Tints of Trendy Pink #89527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

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

R = 39.83%
G = 23.84%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89527D (or 0x89527D) is known color: Trendy Pink. HEX triplet: 89, 52 and 7D. RGB value is (137,82,125). Sum of RGB (Red+Green+Blue) = 137+82+125=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89527D is #76AD82. Grayscale: #676767. Windows color (decimal): -7777667 or 8213129. OLE color: 8213129.

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

Color convert

RGB 137 82 125 -
CMYK 0 0.40 0.09 0.46
HSL 313.09º 0.25% 0.43% -
HSV(B) 313.09º 0.4% 0.54% -
XYZ 17.04 12.83 20.98 -
YUV 103.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 137 82 125 0 0.40 0.09 0.46 313.09 0.25 0.43
Hex 89 52 7D 0 28 9 2E 139 19 2B
Octal 211 122 175 0 50 11 56 471 31 53
Binary 10001001 1010010 1111101 0 101000 1001 101110 100111001 11001 101011

Color Harmonies of #89527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89527D

Black with #89527D

Text Example


Text Example

White with #89527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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