Html Css Color HEX #897088 Trendy Pink

📋 copy color: '#897088'

red 137 ◦ green 112 ◦ blue 136

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

Shades of Trendy Pink #897088

Tints of Trendy Pink #897088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 35.58%
G = 29.09%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#897088 (or 0x897088) is known color: Trendy Pink. HEX triplet: 89, 70 and 88. RGB value is (137,112,136). Sum of RGB (Red+Green+Blue) = 137+112+136=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #897088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897088 is #768F77. Grayscale: #7A7A7A. Windows color (decimal): -7769976 or 8941705. OLE color: 8941705.

HSL color Cylindrical-coordinate representation of color #897088: hue angle of 302.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897088 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 112 136 -
CMYK 0 0.18 0.01 0.46
HSL 302.4º 0.1% 0.49% -
HSV(B) 302.4º 0.18% 0.54% -
XYZ 20.55 18.68 25.82 -
YUV 122.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 137 112 136 0 0.18 0.01 0.46 302.4 0.1 0.49
Hex 89 70 88 0 12 1 2E 12E A 31
Octal 211 160 210 0 22 1 56 456 12 61
Binary 10001001 1110000 10001000 0 10010 1 101110 100101110 1010 110001

Color Harmonies of #897088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897088

Black with #897088

Text Example


Text Example

White with #897088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897088; }

 p { color: rgb(137,112,136); }

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

background-color css

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

 a { background-color: rgb(137,112,136); }

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

border-color css

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

 span { border-color: rgb(137,112,136); }

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