COLOR #895EAC

HEX: #895EAC RGB: (137,94,172)

Color info

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

RGB color model

#895EAC color RGB value is (137,94,172).

RGB: (137,94,172) (54%, 37%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 94 of 255 = 37%
B 172 of 255 = 67%

137
94
172

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

Portions of RGB colors in percentages

R + G + B = 137 + 94 + 172 = 403 (100%)
R 137 of 403 ~ 34%
G 94 of 403 ~ 23.33%
B 172 of 403 ~ 42.68'%

%34
%23.33
%42.68

CMYK color model

#895EAC color CMYK value is (20,45,0,33).

  • cyan value is 20.35%
  • magenta value is 45.35%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (20,45,0,33)
C20M45Y0K33 (20%, 45%, 0%, 33%)
(0.20 / 0.45 / 0.00 / 0.33)

CMYK percentages

%20.35
%45.35
%0
%32.55

Codes

Color #895EAC in popluar color models

89 5E AC
RGB 137 94 172
HSL 273° 31.97% 52.16%
HSB/HSV 273° 45.35% 67.45%
CMYK 20.35% 45.35% 0.00%
32.55%

Color #895EAC in popluar number systems.

HEX 89 5E AC
Decimal 137 94 172
Binary 10001001 1011110 10101100
Octal 211 136 254

Shades and tints

Shades of #895EAC

#895EAC
(137,94,172)
#7D569D
(125,86,157)
#714E8E
(113,78,142)
#65467F
(101,70,127)
#593E70
(89,62,112)
#4D3661
(77,54,97)
#412E52
(65,46,82)
#352643
(53,38,67)
#291E34
(41,30,52)
#1D1625
(29,22,37)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #895EAC

#895EAC
(137,94,172)
#936CB3
(147,108,179)
#9D7ABA
(157,122,186)
#A788C1
(167,136,193)
#B196C8
(177,150,200)
#BBA4CF
(187,164,207)
#C5B2D6
(197,178,214)
#CFC0DD
(207,192,221)
#D9CEE4
(217,206,228)
#E3DCEB
(227,220,235)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895EAC color. Also use rgb(137,94,172) instead hex code.

Text Font Color

.myTextColor { color: #895EAC; }

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

This text font color is #895EAC.

Background Color

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

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

This div background color is #895EAC.

Border color

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

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

This div border color is #895EAC.

Opacity

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

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

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

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

This text has shadow with #895EAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895EAC.

Preview

Color preview on black background

This text has color #895EAC on black background.


Color preview on white background

This text has color #895EAC on white background.


Black color preview on #895EAC background

This text has black color on #895EAC background.


White color preview on #895EAC background

This text has white color on #895EAC background.


Related colors

Complementary color

Complementary color for #hex is #76A153.


I love getcolorcode.com

Triadic colors

1 #AC895E and #5EAC89 with #895EAC are triadic colors.

2 #AC5E89 and #5E89AC with #895EAC are triadic colors.