COLOR #896DA1

HEX: #896DA1
RGB: (137,109,161)

Color info

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

RGB color model

#896DA1 color RGB value is (137,109,161).

  • red value is 137;
  • green value is 109;
  • blue value is 161.
RGB:
(137,109,161)
(54%,43%,63%)

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 161 of 255 = 63%

137
109
161

R + G + B ~ 53%. #896DA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 109 + 161 = 407 (100%)
R 137 of 407 ~ 33.66%
G 109 of 407 ~ 26.78%
B 161 of 407 ~ 39.56%

%33.66
%26.78
%39.56

CMYK color model

#896DA1 color CMYK value is (15,32,0,37).

  • cyan value is 14.91%
  • magenta value is 32.30%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(15,32,0,37)
C15M32Y0K37 
(15%,32%,0%,37%)
(0.15/0.32/0.00/0.37)	

CMYK percentages

%14.91
%32.3
%0
%36.86

Codes

Color #896DA1 in popluar color models

896DA1
RGB137109161
HSL272°21.67%52.94%
HSB/HSV272°32.30%63.14%
CMYK14.91%32.30%0.00%
36.86%

Color #896DA1 in popluar number systems.

HEX896DA1
Decimal137109161
Binary10001001110110110100001
Octal211155241

Shades and tints

Shades of #896DA1

#896DA1
(137,109,161)
#7D6493
(125,100,147)
#715B85
(113,91,133)
#655277
(101,82,119)
#594969
(89,73,105)
#4D405B
(77,64,91)
#41374D
(65,55,77)
#352E3F
(53,46,63)
#292531
(41,37,49)
#1D1C23
(29,28,35)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #896DA1

#896DA1
(137,109,161)
#937AA9
(147,122,169)
#9D87B1
(157,135,177)
#A794B9
(167,148,185)
#B1A1C1
(177,161,193)
#BBAEC9
(187,174,201)
#C5BBD1
(197,187,209)
#CFC8D9
(207,200,217)
#D9D5E1
(217,213,225)
#E3E2E9
(227,226,233)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896DA1 color. Also use rgb(137,109,161) instead hex code.

Text Font Color

.myTextColor { color: #896DA1; }

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

This text font color is #896DA1.


Background Color

.myBgColor { background-color: #896DA1; }

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

This div background color is #896DA1.


Border color

.myBorderColor { border: 1px solid #896DA1; }

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

This div border color is #896DA1.


Opacity

.myOpacity80 { color: #896DA1; opacity: 0.8; }

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

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

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

This text has shadow with #896DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896DA1 on black background.


Color preview on white background

This text has color #896DA1 on white background.



Black color preview on #896DA1 background

This text has black color on #896DA1 background.


White color preview on #896DA1 background

This text has white color on #896DA1 background.