COLOR #895CAB

HEX: #895CAB
RGB: (137,92,171)

Color info

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

RGB color model

#895CAB color RGB value is (137,92,171).

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

RGB channels and saturation

R 137 of 255 = 54%
G 92 of 255 = 36%
B 171 of 255 = 67%

137
92
171

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

Portions of RGB colors in percentages

R + G + B =
137 + 92 + 171 = 400 (100%)
R 137 of 400 ~ 34.25%
G 92 of 400 ~ 23%
B 171 of 400 ~ 42.75%

%34.25
%23
%42.75

CMYK color model

#895CAB color CMYK value is (20,46,0,33).

  • cyan value is 19.88%
  • magenta value is 46.20%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(20,46,0,33)
C20M46Y0K33 
(20%,46%,0%,33%)
(0.20/0.46/0.00/0.33)	

CMYK percentages

%19.88
%46.2
%0
%32.94

Codes

Color #895CAB in popluar color models

895CAB
RGB13792171
HSL274°31.98%51.57%
HSB/HSV274°46.20%67.06%
CMYK19.88%46.20%0.00%
32.94%

Color #895CAB in popluar number systems.

HEX895CAB
Decimal13792171
Binary10001001101110010101011
Octal211134253

Shades and tints

Shades of #895CAB

#895CAB
(137,92,171)
#7D549C
(125,84,156)
#714C8D
(113,76,141)
#65447E
(101,68,126)
#593C6F
(89,60,111)
#4D3460
(77,52,96)
#412C51
(65,44,81)
#352442
(53,36,66)
#291C33
(41,28,51)
#1D1424
(29,20,36)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #895CAB

#895CAB
(137,92,171)
#936AB2
(147,106,178)
#9D78B9
(157,120,185)
#A786C0
(167,134,192)
#B194C7
(177,148,199)
#BBA2CE
(187,162,206)
#C5B0D5
(197,176,213)
#CFBEDC
(207,190,220)
#D9CCE3
(217,204,227)
#E3DAEA
(227,218,234)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895CAB; }

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

This text font color is #895CAB.


Background Color

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

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

This div background color is #895CAB.


Border color

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

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

This div border color is #895CAB.


Opacity

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

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

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

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

This text has shadow with #895CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895CAB on black background.


Color preview on white background

This text has color #895CAB on white background.



Black color preview on #895CAB background

This text has black color on #895CAB background.


White color preview on #895CAB background

This text has white color on #895CAB background.