Html Css Color HEX #896089 Trendy Pink

📋 copy color: '#896089'

red 137 ◦ green 96 ◦ blue 137

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

Shades of Trendy Pink #896089

Tints of Trendy Pink #896089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 37.03%
G = 25.95%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#896089 (or 0x896089) is known color: Trendy Pink. HEX triplet: 89, 60 and 89. RGB value is (137,96,137). Sum of RGB (Red+Green+Blue) = 137+96+137=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #896089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896089 is #769F76. Grayscale: #707070. Windows color (decimal): -7774071 or 9003145. OLE color: 9003145.

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

Color convert

RGB 137 96 137 -
CMYK 0 0.30 0 0.46
HSL 300º 0.18% 0.46% -
HSV(B) 300º 0.3% 0.54% -
XYZ 19.01 15.49 25.65 -
YUV 112.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 137 96 137 0 0.30 0 0.46 300 0.18 0.46
Hex 89 60 89 0 1E 0 2E 12C 12 2E
Octal 211 140 211 0 36 0 56 454 22 56
Binary 10001001 1100000 10001001 0 11110 0 101110 100101100 10010 101110

Color Harmonies of #896089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896089

Black with #896089

Text Example


Text Example

White with #896089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896089; }

 p { color: rgb(137,96,137); }

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

background-color css

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

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

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

border-color css

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

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

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