COLOR #895798

HEX: #895798
RGB: (137,87,152)

Color info

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

RGB color model

#895798 color RGB value is (137,87,152).

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

RGB channels and saturation

R 137 of 255 = 54%
G 87 of 255 = 34%
B 152 of 255 = 60%

137
87
152

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

Portions of RGB colors in percentages

R + G + B =
137 + 87 + 152 = 376 (100%)
R 137 of 376 ~ 36.44%
G 87 of 376 ~ 23.14%
B 152 of 376 ~ 40.43%

%36.44
%23.14
%40.43

CMYK color model

#895798 color CMYK value is (10,43,0,40).

  • cyan value is 9.87%
  • magenta value is 42.76%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(10,43,0,40)
C10M43Y0K40 
(10%,43%,0%,40%)
(0.10/0.43/0.00/0.40)	

CMYK percentages

%9.87
%42.76
%0
%40.39

Codes

Color #895798 in popluar color models

895798
RGB13787152
HSL286°27.20%46.86%
HSB/HSV286°42.76%59.61%
CMYK9.87%42.76%0.00%
40.39%

Color #895798 in popluar number systems.

HEX895798
Decimal13787152
Binary10001001101011110011000
Octal211127230

Shades and tints

Shades of #895798

#895798
(137,87,152)
#7D508B
(125,80,139)
#71497E
(113,73,126)
#654271
(101,66,113)
#593B64
(89,59,100)
#4D3457
(77,52,87)
#412D4A
(65,45,74)
#35263D
(53,38,61)
#291F30
(41,31,48)
#1D1823
(29,24,35)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #895798

#895798
(137,87,152)
#9366A1
(147,102,161)
#9D75AA
(157,117,170)
#A784B3
(167,132,179)
#B193BC
(177,147,188)
#BBA2C5
(187,162,197)
#C5B1CE
(197,177,206)
#CFC0D7
(207,192,215)
#D9CFE0
(217,207,224)
#E3DEE9
(227,222,233)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895798; }

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

This text font color is #895798.


Background Color

.myBgColor { background-color: #895798; }

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

This div background color is #895798.


Border color

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

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

This div border color is #895798.


Opacity

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

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

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

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

This text has shadow with #895798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895798 on black background.


Color preview on white background

This text has color #895798 on white background.



Black color preview on #895798 background

This text has black color on #895798 background.


White color preview on #895798 background

This text has white color on #895798 background.