COLOR #896493

HEX: #896493
RGB: (137,100,147)

Color info

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

RGB color model

#896493 color RGB value is (137,100,147).

  • red value is 137;
  • green value is 100;
  • blue value is 147.
RGB:
(137,100,147)
(54%,39%,58%)

RGB channels and saturation

R 137 of 255 = 54%
G 100 of 255 = 39%
B 147 of 255 = 58%

137
100
147

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

Portions of RGB colors in percentages

R + G + B =
137 + 100 + 147 = 384 (100%)
R 137 of 384 ~ 35.68%
G 100 of 384 ~ 26.04%
B 147 of 384 ~ 38.28%

%35.68
%26.04
%38.28

CMYK color model

#896493 color CMYK value is (7,32,0,42).

  • cyan value is 6.80%
  • magenta value is 31.97%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(7,32,0,42)
C7M32Y0K42 
(7%,32%,0%,42%)
(0.07/0.32/0.00/0.42)	

CMYK percentages

%6.8
%31.97
%0
%42.35

Codes

Color #896493 in popluar color models

896493
RGB137100147
HSL287°19.03%48.43%
HSB/HSV287°31.97%57.65%
CMYK6.80%31.97%0.00%
42.35%

Color #896493 in popluar number systems.

HEX896493
Decimal137100147
Binary10001001110010010010011
Octal211144223

Shades and tints

Shades of #896493

#896493
(137,100,147)
#7D5B86
(125,91,134)
#715279
(113,82,121)
#65496C
(101,73,108)
#59405F
(89,64,95)
#4D3752
(77,55,82)
#412E45
(65,46,69)
#352538
(53,37,56)
#291C2B
(41,28,43)
#1D131E
(29,19,30)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #896493

#896493
(137,100,147)
#93729C
(147,114,156)
#9D80A5
(157,128,165)
#A78EAE
(167,142,174)
#B19CB7
(177,156,183)
#BBAAC0
(187,170,192)
#C5B8C9
(197,184,201)
#CFC6D2
(207,198,210)
#D9D4DB
(217,212,219)
#E3E2E4
(227,226,228)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896493 color. Also use rgb(137,100,147) instead hex code.

Text Font Color

.myTextColor { color: #896493; }

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

This text font color is #896493.


Background Color

.myBgColor { background-color: #896493; }

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

This div background color is #896493.


Border color

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

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

This div border color is #896493.


Opacity

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

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

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

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

This text has shadow with #896493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896493 on black background.


Color preview on white background

This text has color #896493 on white background.



Black color preview on #896493 background

This text has black color on #896493 background.


White color preview on #896493 background

This text has white color on #896493 background.