COLOR #895F9E

HEX: #895F9E
RGB: (137,95,158)

Color info

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

RGB color model

#895F9E color RGB value is (137,95,158).

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

RGB channels and saturation

R 137 of 255 = 54%
G 95 of 255 = 37%
B 158 of 255 = 62%

137
95
158

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

Portions of RGB colors in percentages

R + G + B =
137 + 95 + 158 = 390 (100%)
R 137 of 390 ~ 35.13%
G 95 of 390 ~ 24.36%
B 158 of 390 ~ 40.51%

%35.13
%24.36
%40.51

CMYK color model

#895F9E color CMYK value is (13,40,0,38).

  • cyan value is 13.29%
  • magenta value is 39.87%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(13,40,0,38)
C13M40Y0K38 
(13%,40%,0%,38%)
(0.13/0.40/0.00/0.38)	

CMYK percentages

%13.29
%39.87
%0
%38.04

Codes

Color #895F9E in popluar color models

895F9E
RGB13795158
HSL280°24.90%49.61%
HSB/HSV280°39.87%61.96%
CMYK13.29%39.87%0.00%
38.04%

Color #895F9E in popluar number systems.

HEX895F9E
Decimal13795158
Binary10001001101111110011110
Octal211137236

Shades and tints

Shades of #895F9E

#895F9E
(137,95,158)
#7D5790
(125,87,144)
#714F82
(113,79,130)
#654774
(101,71,116)
#593F66
(89,63,102)
#4D3758
(77,55,88)
#412F4A
(65,47,74)
#35273C
(53,39,60)
#291F2E
(41,31,46)
#1D1720
(29,23,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #895F9E

#895F9E
(137,95,158)
#936DA6
(147,109,166)
#9D7BAE
(157,123,174)
#A789B6
(167,137,182)
#B197BE
(177,151,190)
#BBA5C6
(187,165,198)
#C5B3CE
(197,179,206)
#CFC1D6
(207,193,214)
#D9CFDE
(217,207,222)
#E3DDE6
(227,221,230)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895F9E; }

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

This text font color is #895F9E.


Background Color

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

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

This div background color is #895F9E.


Border color

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

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

This div border color is #895F9E.


Opacity

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

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

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

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

This text has shadow with #895F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895F9E on black background.


Color preview on white background

This text has color #895F9E on white background.



Black color preview on #895F9E background

This text has black color on #895F9E background.


White color preview on #895F9E background

This text has white color on #895F9E background.