COLOR #896991

HEX: #896991
RGB: (137,105,145)

Color info

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

RGB color model

#896991 color RGB value is (137,105,145).

  • red value is 137;
  • green value is 105;
  • blue value is 145.
RGB:
(137,105,145)
(54%,41%,57%)

RGB channels and saturation

R 137 of 255 = 54%
G 105 of 255 = 41%
B 145 of 255 = 57%

137
105
145

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

Portions of RGB colors in percentages

R + G + B =
137 + 105 + 145 = 387 (100%)
R 137 of 387 ~ 35.4%
G 105 of 387 ~ 27.13%
B 145 of 387 ~ 37.47%

%35.4
%27.13
%37.47

CMYK color model

#896991 color CMYK value is (6,28,0,43).

  • cyan value is 5.52%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(6,28,0,43)
C6M28Y0K43 
(6%,28%,0%,43%)
(0.06/0.28/0.00/0.43)	

CMYK percentages

%5.52
%27.59
%0
%43.14

Codes

Color #896991 in popluar color models

896991
RGB137105145
HSL288°16.00%49.02%
HSB/HSV288°27.59%56.86%
CMYK5.52%27.59%0.00%
43.14%

Color #896991 in popluar number systems.

HEX896991
Decimal137105145
Binary10001001110100110010001
Octal211151221

Shades and tints

Shades of #896991

#896991
(137,105,145)
#7D6084
(125,96,132)
#715777
(113,87,119)
#654E6A
(101,78,106)
#59455D
(89,69,93)
#4D3C50
(77,60,80)
#413343
(65,51,67)
#352A36
(53,42,54)
#292129
(41,33,41)
#1D181C
(29,24,28)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #896991

#896991
(137,105,145)
#93769B
(147,118,155)
#9D83A5
(157,131,165)
#A790AF
(167,144,175)
#B19DB9
(177,157,185)
#BBAAC3
(187,170,195)
#C5B7CD
(197,183,205)
#CFC4D7
(207,196,215)
#D9D1E1
(217,209,225)
#E3DEEB
(227,222,235)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896991 color. Also use rgb(137,105,145) instead hex code.

Text Font Color

.myTextColor { color: #896991; }

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

This text font color is #896991.


Background Color

.myBgColor { background-color: #896991; }

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

This div background color is #896991.


Border color

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

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

This div border color is #896991.


Opacity

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

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

Text with #896991 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 #896991;}

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

This text has shadow with #896991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896991 on black background.


Color preview on white background

This text has color #896991 on white background.



Black color preview on #896991 background

This text has black color on #896991 background.


White color preview on #896991 background

This text has white color on #896991 background.