COLOR #895FC2

HEX: #895FC2
RGB: (137,95,194)

Color info

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

RGB color model

#895FC2 color RGB value is (137,95,194).

  • red value is 137;
  • green value is 95;
  • blue value is 194.
RGB:
(137,95,194)
(54%,37%,76%)

RGB channels and saturation

R 137 of 255 = 54%
G 95 of 255 = 37%
B 194 of 255 = 76%

137
95
194

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

Portions of RGB colors in percentages

R + G + B =
137 + 95 + 194 = 426 (100%)
R 137 of 426 ~ 32.16%
G 95 of 426 ~ 22.3%
B 194 of 426 ~ 45.54%

%32.16
%22.3
%45.54

CMYK color model

#895FC2 color CMYK value is (29,51,0,24).

  • cyan value is 29.38%
  • magenta value is 51.03%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(29,51,0,24)
C29M51Y0K24 
(29%,51%,0%,24%)
(0.29/0.51/0.00/0.24)	

CMYK percentages

%29.38
%51.03
%0
%23.92

Codes

Color #895FC2 in popluar color models

895FC2
RGB13795194
HSL265°44.80%56.67%
HSB/HSV265°51.03%76.08%
CMYK29.38%51.03%0.00%
23.92%

Color #895FC2 in popluar number systems.

HEX895FC2
Decimal13795194
Binary10001001101111111000010
Octal211137302

Shades and tints

Shades of #895FC2

#895FC2
(137,95,194)
#7D57B1
(125,87,177)
#714FA0
(113,79,160)
#65478F
(101,71,143)
#593F7E
(89,63,126)
#4D376D
(77,55,109)
#412F5C
(65,47,92)
#35274B
(53,39,75)
#291F3A
(41,31,58)
#1D1729
(29,23,41)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #895FC2

#895FC2
(137,95,194)
#936DC7
(147,109,199)
#9D7BCC
(157,123,204)
#A789D1
(167,137,209)
#B197D6
(177,151,214)
#BBA5DB
(187,165,219)
#C5B3E0
(197,179,224)
#CFC1E5
(207,193,229)
#D9CFEA
(217,207,234)
#E3DDEF
(227,221,239)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895FC2 color. Also use rgb(137,95,194) instead hex code.

Text Font Color

.myTextColor { color: #895FC2; }

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

This text font color is #895FC2.


Background Color

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

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

This div background color is #895FC2.


Border color

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

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

This div border color is #895FC2.


Opacity

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

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

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

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

This text has shadow with #895FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895FC2 on black background.


Color preview on white background

This text has color #895FC2 on white background.



Black color preview on #895FC2 background

This text has black color on #895FC2 background.


White color preview on #895FC2 background

This text has white color on #895FC2 background.