Html Css Color HEX #895E89 Trendy Pink

📋 copy color: '#895E89'

red 137 ◦ green 94 ◦ blue 137

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

Shades of Trendy Pink #895E89

Tints of Trendy Pink #895E89

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.54%

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

R = 37.23%
G = 25.54%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#895E89 (or 0x895E89) is known color: Trendy Pink. HEX triplet: 89, 5E and 89. RGB value is (137,94,137). Sum of RGB (Red+Green+Blue) = 137+94+137=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #895E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E89 is #76A176. Grayscale: #6F6F6F. Windows color (decimal): -7774583 or 9002633. OLE color: 9002633.

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

Color convert

RGB 137 94 137 -
CMYK 0 0.31 0 0.46
HSL 300º 0.19% 0.45% -
HSV(B) 300º 0.31% 0.54% -
XYZ 18.83 15.13 25.59 -
YUV 111.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 137 94 137 0 0.31 0 0.46 300 0.19 0.45
Hex 89 5E 89 0 1F 0 2E 12C 13 2D
Octal 211 136 211 0 37 0 56 454 23 55
Binary 10001001 1011110 10001001 0 11111 0 101110 100101100 10011 101101

Color Harmonies of #895E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E89

Black with #895E89

Text Example


Text Example

White with #895E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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