COLOR #895CA1

HEX: #895CA1
RGB: (137,92,161)

Color info

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

RGB color model

#895CA1 color RGB value is (137,92,161).

  • red value is 137;
  • green value is 92;
  • blue value is 161.
RGB:
(137,92,161)
(54%,36%,63%)

RGB channels and saturation

R 137 of 255 = 54%
G 92 of 255 = 36%
B 161 of 255 = 63%

137
92
161

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

Portions of RGB colors in percentages

R + G + B =
137 + 92 + 161 = 390 (100%)
R 137 of 390 ~ 35.13%
G 92 of 390 ~ 23.59%
B 161 of 390 ~ 41.28%

%35.13
%23.59
%41.28

CMYK color model

#895CA1 color CMYK value is (15,43,0,37).

  • cyan value is 14.91%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(15,43,0,37)
C15M43Y0K37 
(15%,43%,0%,37%)
(0.15/0.43/0.00/0.37)	

CMYK percentages

%14.91
%42.86
%0
%36.86

Codes

Color #895CA1 in popluar color models

895CA1
RGB13792161
HSL279°27.27%49.61%
HSB/HSV279°42.86%63.14%
CMYK14.91%42.86%0.00%
36.86%

Color #895CA1 in popluar number systems.

HEX895CA1
Decimal13792161
Binary10001001101110010100001
Octal211134241

Shades and tints

Shades of #895CA1

#895CA1
(137,92,161)
#7D5493
(125,84,147)
#714C85
(113,76,133)
#654477
(101,68,119)
#593C69
(89,60,105)
#4D345B
(77,52,91)
#412C4D
(65,44,77)
#35243F
(53,36,63)
#291C31
(41,28,49)
#1D1423
(29,20,35)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #895CA1

#895CA1
(137,92,161)
#936AA9
(147,106,169)
#9D78B1
(157,120,177)
#A786B9
(167,134,185)
#B194C1
(177,148,193)
#BBA2C9
(187,162,201)
#C5B0D1
(197,176,209)
#CFBED9
(207,190,217)
#D9CCE1
(217,204,225)
#E3DAE9
(227,218,233)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895CA1 color. Also use rgb(137,92,161) instead hex code.

Text Font Color

.myTextColor { color: #895CA1; }

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

This text font color is #895CA1.


Background Color

.myBgColor { background-color: #895CA1; }

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

This div background color is #895CA1.


Border color

.myBorderColor { border: 1px solid #895CA1; }

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

This div border color is #895CA1.


Opacity

.myOpacity80 { color: #895CA1; opacity: 0.8; }

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

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

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

This text has shadow with #895CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895CA1 on black background.


Color preview on white background

This text has color #895CA1 on white background.



Black color preview on #895CA1 background

This text has black color on #895CA1 background.


White color preview on #895CA1 background

This text has white color on #895CA1 background.