Html Css Color HEX #895E91 Trendy Pink

📋 copy color: '#895E91'

red 137 ◦ green 94 ◦ blue 145

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

Shades of Trendy Pink #895E91

Tints of Trendy Pink #895E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 36.44%
G = 25%
B = 38.56%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#895E91 (or 0x895E91) is known color: Trendy Pink. HEX triplet: 89, 5E and 91. RGB value is (137,94,145). Sum of RGB (Red+Green+Blue) = 137+94+145=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #895E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E91 is #76A16E. Grayscale: #707070. Windows color (decimal): -7774575 or 9526921. OLE color: 9526921.

HSL color Cylindrical-coordinate representation of color #895E91: hue angle of 290.59º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895E91 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 94 145 -
CMYK 0.06 0.35 0 0.43
HSL 290.59º 0.21% 0.47% -
HSV(B) 290.59º 0.35% 0.57% -
XYZ 19.43 15.37 28.73 -
YUV 112.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 137 94 145 0.06 0.35 0 0.43 290.59 0.21 0.47
Hex 89 5E 91 6 23 0 2B 123 15 2F
Octal 211 136 221 6 43 0 53 443 25 57
Binary 10001001 1011110 10010001 110 100011 0 101011 100100011 10101 101111

Color Harmonies of #895E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E91

Black with #895E91

Text Example


Text Example

White with #895E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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