COLOR #895EC4

HEX: #895EC4 RGB: (137,94,196)

Color info

#895EC4 contains mainly red and blue colors. Web safe color of #895EC4 is #9966CC (or #96C).

RGB color model

#895EC4 color RGB value is (137,94,196).

RGB: (137,94,196) (54%, 37%, 77%)

RGB channels and saturation

R 137 of 255 = 54%
G 94 of 255 = 37%
B 196 of 255 = 77%

137
94
196

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

Portions of RGB colors in percentages

R + G + B = 137 + 94 + 196 = 427 (100%)
R 137 of 427 ~ 32.08%
G 94 of 427 ~ 22.01%
B 196 of 427 ~ 45.9'%

%32.08
%22.01
%45.9

CMYK color model

#895EC4 color CMYK value is (30,52,0,23).

  • cyan value is 30.10%
  • magenta value is 52.04%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (30,52,0,23)
C30M52Y0K23 (30%, 52%, 0%, 23%)
(0.30 / 0.52 / 0.00 / 0.23)

CMYK percentages

%30.1
%52.04
%0
%23.14

Codes

Color #895EC4 in popluar color models

89 5E C4
RGB 137 94 196
HSL 265° 46.36% 56.86%
HSB/HSV 265° 52.04% 76.86%
CMYK 30.10% 52.04% 0.00%
23.14%

Color #895EC4 in popluar number systems.

HEX 89 5E C4
Decimal 137 94 196
Binary 10001001 1011110 11000100
Octal 211 136 304

Shades and tints

Shades of #895EC4

#895EC4
(137,94,196)
#7D56B3
(125,86,179)
#714EA2
(113,78,162)
#654691
(101,70,145)
#593E80
(89,62,128)
#4D366F
(77,54,111)
#412E5E
(65,46,94)
#35264D
(53,38,77)
#291E3C
(41,30,60)
#1D162B
(29,22,43)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #895EC4

#895EC4
(137,94,196)
#936CC9
(147,108,201)
#9D7ACE
(157,122,206)
#A788D3
(167,136,211)
#B196D8
(177,150,216)
#BBA4DD
(187,164,221)
#C5B2E2
(197,178,226)
#CFC0E7
(207,192,231)
#D9CEEC
(217,206,236)
#E3DCF1
(227,220,241)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895EC4; }

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

This text font color is #895EC4.

Background Color

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

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

This div background color is #895EC4.

Border color

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

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

This div border color is #895EC4.

Opacity

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

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

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

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

This text has shadow with #895EC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895EC4.

Preview

Color preview on black background

This text has color #895EC4 on black background.


Color preview on white background

This text has color #895EC4 on white background.


Black color preview on #895EC4 background

This text has black color on #895EC4 background.


White color preview on #895EC4 background

This text has white color on #895EC4 background.


Related colors

Complementary color

Complementary color for #hex is #76A13B.


I love getcolorcode.com

Triadic colors

1 #C4895E and #5EC489 with #895EC4 are triadic colors.

2 #C45E89 and #5E89C4 with #895EC4 are triadic colors.