COLOR #895A8A

HEX: #895A8A
RGB: (137,90,138)

Color info

#895A8A contains red, green and blue colors in about the same proportion. Web safe color of #895A8A is #996699 (or #969).

RGB color model

#895A8A color RGB value is (137,90,138).

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

RGB channels and saturation

R 137 of 255 = 54%
G 90 of 255 = 35%
B 138 of 255 = 54%

137
90
138

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

Portions of RGB colors in percentages

R + G + B =
137 + 90 + 138 = 365 (100%)
R 137 of 365 ~ 37.53%
G 90 of 365 ~ 24.66%
B 138 of 365 ~ 37.81%

%37.53
%24.66
%37.81

CMYK color model

#895A8A color CMYK value is (1,35,0,46).

  • cyan value is 0.72%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,35,0,46)
C1M35Y0K46 
(1%,35%,0%,46%)
(0.01/0.35/0.00/0.46)	

CMYK percentages

%0.72
%34.78
%0
%45.88

Codes

Color #895A8A in popluar color models

895A8A
RGB13790138
HSL299°21.05%44.71%
HSB/HSV299°34.78%54.12%
CMYK0.72%34.78%0.00%
45.88%

Color #895A8A in popluar number systems.

HEX895A8A
Decimal13790138
Binary10001001101101010001010
Octal211132212

Shades and tints

Shades of #895A8A

#895A8A
(137,90,138)
#7D527E
(125,82,126)
#714A72
(113,74,114)
#654266
(101,66,102)
#593A5A
(89,58,90)
#4D324E
(77,50,78)
#412A42
(65,42,66)
#352236
(53,34,54)
#291A2A
(41,26,42)
#1D121E
(29,18,30)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #895A8A

#895A8A
(137,90,138)
#936994
(147,105,148)
#9D789E
(157,120,158)
#A787A8
(167,135,168)
#B196B2
(177,150,178)
#BBA5BC
(187,165,188)
#C5B4C6
(197,180,198)
#CFC3D0
(207,195,208)
#D9D2DA
(217,210,218)
#E3E1E4
(227,225,228)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895A8A; }

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

This text font color is #895A8A.


Background Color

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

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

This div background color is #895A8A.


Border color

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

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

This div border color is #895A8A.


Opacity

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

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

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

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

This text has shadow with #895A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895A8A on black background.


Color preview on white background

This text has color #895A8A on white background.



Black color preview on #895A8A background

This text has black color on #895A8A background.


White color preview on #895A8A background

This text has white color on #895A8A background.