COLOR #896795

HEX: #896795
RGB: (137,103,149)

Color info

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

RGB color model

#896795 color RGB value is (137,103,149).

  • red value is 137;
  • green value is 103;
  • blue value is 149.
RGB:
(137,103,149)
(54%,40%,58%)

RGB channels and saturation

R 137 of 255 = 54%
G 103 of 255 = 40%
B 149 of 255 = 58%

137
103
149

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

Portions of RGB colors in percentages

R + G + B =
137 + 103 + 149 = 389 (100%)
R 137 of 389 ~ 35.22%
G 103 of 389 ~ 26.48%
B 149 of 389 ~ 38.3%

%35.22
%26.48
%38.3

CMYK color model

#896795 color CMYK value is (8,31,0,42).

  • cyan value is 8.05%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(8,31,0,42)
C8M31Y0K42 
(8%,31%,0%,42%)
(0.08/0.31/0.00/0.42)	

CMYK percentages

%8.05
%30.87
%0
%41.57

Codes

Color #896795 in popluar color models

896795
RGB137103149
HSL284°18.25%49.41%
HSB/HSV284°30.87%58.43%
CMYK8.05%30.87%0.00%
41.57%

Color #896795 in popluar number systems.

HEX896795
Decimal137103149
Binary10001001110011110010101
Octal211147225

Shades and tints

Shades of #896795

#896795
(137,103,149)
#7D5E88
(125,94,136)
#71557B
(113,85,123)
#654C6E
(101,76,110)
#594361
(89,67,97)
#4D3A54
(77,58,84)
#413147
(65,49,71)
#35283A
(53,40,58)
#291F2D
(41,31,45)
#1D1620
(29,22,32)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #896795

#896795
(137,103,149)
#93749E
(147,116,158)
#9D81A7
(157,129,167)
#A78EB0
(167,142,176)
#B19BB9
(177,155,185)
#BBA8C2
(187,168,194)
#C5B5CB
(197,181,203)
#CFC2D4
(207,194,212)
#D9CFDD
(217,207,221)
#E3DCE6
(227,220,230)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896795 color. Also use rgb(137,103,149) instead hex code.

Text Font Color

.myTextColor { color: #896795; }

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

This text font color is #896795.


Background Color

.myBgColor { background-color: #896795; }

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

This div background color is #896795.


Border color

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

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

This div border color is #896795.


Opacity

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

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

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

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

This text has shadow with #896795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896795 on black background.


Color preview on white background

This text has color #896795 on white background.



Black color preview on #896795 background

This text has black color on #896795 background.


White color preview on #896795 background

This text has white color on #896795 background.