COLOR #895397

HEX: #895397
RGB: (137,83,151)

Color info

#895397 contains mainly red and blue colors. Web safe color of #895397 is #996699 (or #969).

RGB color model

#895397 color RGB value is (137,83,151).

  • red value is 137;
  • green value is 83;
  • blue value is 151.
RGB:
(137,83,151)
(54%,33%,59%)

RGB channels and saturation

R 137 of 255 = 54%
G 83 of 255 = 33%
B 151 of 255 = 59%

137
83
151

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

Portions of RGB colors in percentages

R + G + B =
137 + 83 + 151 = 371 (100%)
R 137 of 371 ~ 36.93%
G 83 of 371 ~ 22.37%
B 151 of 371 ~ 40.7%

%36.93
%22.37
%40.7

CMYK color model

#895397 color CMYK value is (9,45,0,41).

  • cyan value is 9.27%
  • magenta value is 45.03%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(9,45,0,41)
C9M45Y0K41 
(9%,45%,0%,41%)
(0.09/0.45/0.00/0.41)	

CMYK percentages

%9.27
%45.03
%0
%40.78

Codes

Color #895397 in popluar color models

895397
RGB13783151
HSL288°29.06%45.88%
HSB/HSV288°45.03%59.22%
CMYK9.27%45.03%0.00%
40.78%

Color #895397 in popluar number systems.

HEX895397
Decimal13783151
Binary10001001101001110010111
Octal211123227

Shades and tints

Shades of #895397

#895397
(137,83,151)
#7D4C8A
(125,76,138)
#71457D
(113,69,125)
#653E70
(101,62,112)
#593763
(89,55,99)
#4D3056
(77,48,86)
#412949
(65,41,73)
#35223C
(53,34,60)
#291B2F
(41,27,47)
#1D1422
(29,20,34)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #895397

#895397
(137,83,151)
#9362A0
(147,98,160)
#9D71A9
(157,113,169)
#A780B2
(167,128,178)
#B18FBB
(177,143,187)
#BB9EC4
(187,158,196)
#C5ADCD
(197,173,205)
#CFBCD6
(207,188,214)
#D9CBDF
(217,203,223)
#E3DAE8
(227,218,232)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895397 color. Also use rgb(137,83,151) instead hex code.

Text Font Color

.myTextColor { color: #895397; }

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

This text font color is #895397.


Background Color

.myBgColor { background-color: #895397; }

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

This div background color is #895397.


Border color

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

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

This div border color is #895397.


Opacity

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

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

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

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

This text has shadow with #895397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895397 on black background.


Color preview on white background

This text has color #895397 on white background.



Black color preview on #895397 background

This text has black color on #895397 background.


White color preview on #895397 background

This text has white color on #895397 background.