COLOR #895794

HEX: #895794
RGB: (137,87,148)

Color info

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

RGB color model

#895794 color RGB value is (137,87,148).

  • red value is 137;
  • green value is 87;
  • blue value is 148.
RGB:
(137,87,148)
(54%,34%,58%)

RGB channels and saturation

R 137 of 255 = 54%
G 87 of 255 = 34%
B 148 of 255 = 58%

137
87
148

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

Portions of RGB colors in percentages

R + G + B =
137 + 87 + 148 = 372 (100%)
R 137 of 372 ~ 36.83%
G 87 of 372 ~ 23.39%
B 148 of 372 ~ 39.78%

%36.83
%23.39
%39.78

CMYK color model

#895794 color CMYK value is (7,41,0,42).

  • cyan value is 7.43%
  • magenta value is 41.22%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(7,41,0,42)
C7M41Y0K42 
(7%,41%,0%,42%)
(0.07/0.41/0.00/0.42)	

CMYK percentages

%7.43
%41.22
%0
%41.96

Codes

Color #895794 in popluar color models

895794
RGB13787148
HSL289°25.96%46.08%
HSB/HSV289°41.22%58.04%
CMYK7.43%41.22%0.00%
41.96%

Color #895794 in popluar number systems.

HEX895794
Decimal13787148
Binary10001001101011110010100
Octal211127224

Shades and tints

Shades of #895794

#895794
(137,87,148)
#7D5087
(125,80,135)
#71497A
(113,73,122)
#65426D
(101,66,109)
#593B60
(89,59,96)
#4D3453
(77,52,83)
#412D46
(65,45,70)
#352639
(53,38,57)
#291F2C
(41,31,44)
#1D181F
(29,24,31)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #895794

#895794
(137,87,148)
#93669D
(147,102,157)
#9D75A6
(157,117,166)
#A784AF
(167,132,175)
#B193B8
(177,147,184)
#BBA2C1
(187,162,193)
#C5B1CA
(197,177,202)
#CFC0D3
(207,192,211)
#D9CFDC
(217,207,220)
#E3DEE5
(227,222,229)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895794 color. Also use rgb(137,87,148) instead hex code.

Text Font Color

.myTextColor { color: #895794; }

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

This text font color is #895794.


Background Color

.myBgColor { background-color: #895794; }

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

This div background color is #895794.


Border color

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

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

This div border color is #895794.


Opacity

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

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

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

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

This text has shadow with #895794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895794 on black background.


Color preview on white background

This text has color #895794 on white background.



Black color preview on #895794 background

This text has black color on #895794 background.


White color preview on #895794 background

This text has white color on #895794 background.