Html Css Color HEX #895E83 Trendy Pink

📋 copy color: '#895E83'

red 137 ◦ green 94 ◦ blue 131

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

Shades of Trendy Pink #895E83

Tints of Trendy Pink #895E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 37.85%
G = 25.97%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#895E83 (or 0x895E83) is known color: Trendy Pink. HEX triplet: 89, 5E and 83. RGB value is (137,94,131). Sum of RGB (Red+Green+Blue) = 137+94+131=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #895E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E83 is #76A17C. Grayscale: #6E6E6E. Windows color (decimal): -7774589 or 8609417. OLE color: 8609417.

HSL color Cylindrical-coordinate representation of color #895E83: hue angle of 308.37º 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 #895E83 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 94 131 -
CMYK 0 0.31 0.04 0.46
HSL 308.37º 0.19% 0.45% -
HSV(B) 308.37º 0.31% 0.54% -
XYZ 18.42 14.96 23.39 -
YUV 111.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 137 94 131 0 0.31 0.04 0.46 308.37 0.19 0.45
Hex 89 5E 83 0 1F 4 2E 134 13 2D
Octal 211 136 203 0 37 4 56 464 23 55
Binary 10001001 1011110 10000011 0 11111 100 101110 100110100 10011 101101

Color Harmonies of #895E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E83

Black with #895E83

Text Example


Text Example

White with #895E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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