COLOR #895990

HEX: #895990
RGB: (137,89,144)

Color info

#895990 contains red, green and blue colors in about the same proportion. Web safe color of #895990 is #996699 (or #969).

RGB color model

#895990 color RGB value is (137,89,144).

  • red value is 137;
  • green value is 89;
  • blue value is 144.
RGB:
(137,89,144)
(54%,35%,56%)

RGB channels and saturation

R 137 of 255 = 54%
G 89 of 255 = 35%
B 144 of 255 = 56%

137
89
144

R + G + B ~ 48%. #895990 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 89 + 144 = 370 (100%)
R 137 of 370 ~ 37.03%
G 89 of 370 ~ 24.05%
B 144 of 370 ~ 38.92%

%37.03
%24.05
%38.92

CMYK color model

#895990 color CMYK value is (5,38,0,44).

  • cyan value is 4.86%
  • magenta value is 38.19%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(5,38,0,44)
C5M38Y0K44 
(5%,38%,0%,44%)
(0.05/0.38/0.00/0.44)	

CMYK percentages

%4.86
%38.19
%0
%43.53

Codes

Color #895990 in popluar color models

895990
RGB13789144
HSL292°23.61%45.69%
HSB/HSV292°38.19%56.47%
CMYK4.86%38.19%0.00%
43.53%

Color #895990 in popluar number systems.

HEX895990
Decimal13789144
Binary10001001101100110010000
Octal211131220

Shades and tints

Shades of #895990

#895990
(137,89,144)
#7D5183
(125,81,131)
#714976
(113,73,118)
#654169
(101,65,105)
#59395C
(89,57,92)
#4D314F
(77,49,79)
#412942
(65,41,66)
#352135
(53,33,53)
#291928
(41,25,40)
#1D111B
(29,17,27)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #895990

#895990
(137,89,144)
#93689A
(147,104,154)
#9D77A4
(157,119,164)
#A786AE
(167,134,174)
#B195B8
(177,149,184)
#BBA4C2
(187,164,194)
#C5B3CC
(197,179,204)
#CFC2D6
(207,194,214)
#D9D1E0
(217,209,224)
#E3E0EA
(227,224,234)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895990 color. Also use rgb(137,89,144) instead hex code.

Text Font Color

.myTextColor { color: #895990; }

<p style="color:#895990">This sample text font color is #895990.</p>

This text font color is #895990.


Background Color

.myBgColor { background-color: #895990; }

<div style="background-color:#895990">Inner text</div>

This div background color is #895990.


Border color

.myBorderColor { border: 1px solid #895990; }

<div style="border:3px solid #895990">Div</div>

This div border color is #895990.


Opacity

.myOpacity80 { color: #895990; opacity: 0.8; }

<p style="color:#895990;opacity:0.8;">80%</p>

Text with #895990 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #895990;}

<p style="text-shadow: 3px 3px 1px #895990">Text here.</p>

This text has shadow with #895990 color.

.textShadow {text-shadow: 3px 3px 1px #895990, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #895990, 5px 5px 20px red">Text here.</p>

This text has shadow with #895990 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#895990, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#895990, Direction=45, Strength=4)">Text</p>

This text has shadow with #895990 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #895990;
  -webkit-box-shadow:	1px 1px 3px 2px #895990;
  box-shadow:		1px 1px 3px 2px #895990;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #895990;
-webkit-box-shadow: 1px 1px 3px 2px #895990;
box-shadow:1px 1px 3px 2px #895990;">
Div content here</div>
This div box has shadow with color #895990.

Preview

Color preview on black background

This text has color #895990 on black background.


Color preview on white background

This text has color #895990 on white background.



Black color preview on #895990 background

This text has black color on #895990 background.


White color preview on #895990 background

This text has white color on #895990 background.