COLOR #895A99

HEX: #895A99
RGB: (137,90,153)

Color info

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

RGB color model

#895A99 color RGB value is (137,90,153).

  • red value is 137;
  • green value is 90;
  • blue value is 153.
RGB:
(137,90,153)
(54%,35%,60%)

RGB channels and saturation

R 137 of 255 = 54%
G 90 of 255 = 35%
B 153 of 255 = 60%

137
90
153

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

Portions of RGB colors in percentages

R + G + B =
137 + 90 + 153 = 380 (100%)
R 137 of 380 ~ 36.05%
G 90 of 380 ~ 23.68%
B 153 of 380 ~ 40.26%

%36.05
%23.68
%40.26

CMYK color model

#895A99 color CMYK value is (10,41,0,40).

  • cyan value is 10.46%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(10,41,0,40)
C10M41Y0K40 
(10%,41%,0%,40%)
(0.10/0.41/0.00/0.40)	

CMYK percentages

%10.46
%41.18
%0
%40

Codes

Color #895A99 in popluar color models

895A99
RGB13790153
HSL285°25.93%47.65%
HSB/HSV285°41.18%60.00%
CMYK10.46%41.18%0.00%
40.00%

Color #895A99 in popluar number systems.

HEX895A99
Decimal13790153
Binary10001001101101010011001
Octal211132231

Shades and tints

Shades of #895A99

#895A99
(137,90,153)
#7D528C
(125,82,140)
#714A7F
(113,74,127)
#654272
(101,66,114)
#593A65
(89,58,101)
#4D3258
(77,50,88)
#412A4B
(65,42,75)
#35223E
(53,34,62)
#291A31
(41,26,49)
#1D1224
(29,18,36)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #895A99

#895A99
(137,90,153)
#9369A2
(147,105,162)
#9D78AB
(157,120,171)
#A787B4
(167,135,180)
#B196BD
(177,150,189)
#BBA5C6
(187,165,198)
#C5B4CF
(197,180,207)
#CFC3D8
(207,195,216)
#D9D2E1
(217,210,225)
#E3E1EA
(227,225,234)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895A99 color. Also use rgb(137,90,153) instead hex code.

Text Font Color

.myTextColor { color: #895A99; }

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

This text font color is #895A99.


Background Color

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

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

This div background color is #895A99.


Border color

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

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

This div border color is #895A99.


Opacity

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

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

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

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

This text has shadow with #895A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895A99 on black background.


Color preview on white background

This text has color #895A99 on white background.



Black color preview on #895A99 background

This text has black color on #895A99 background.


White color preview on #895A99 background

This text has white color on #895A99 background.