COLOR #995F89

HEX: #995F89
RGB: (153,95,137)

Color info

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

RGB color model

#995F89 color RGB value is (153,95,137).

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

RGB channels and saturation

R 153 of 255 = 60%
G 95 of 255 = 37%
B 137 of 255 = 54%

153
95
137

R + G + B ~ 50%. #995F89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 95 + 137 = 385 (100%)
R 153 of 385 ~ 39.74%
G 95 of 385 ~ 24.68%
B 137 of 385 ~ 35.58%

%39.74
%24.68
%35.58

CMYK color model

#995F89 color CMYK value is (0,38,10,40).

  • cyan value is 0.00%
  • magenta value is 37.91%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(0,38,10,40)
C0M38Y10K40 
(0%,38%,10%,40%)
(0.00/0.38/0.10/0.40)	

CMYK percentages

%0
%37.91
%10.46
%40

Codes

Color #995F89 in popluar color models

995F89
RGB15395137
HSL317°23.39%48.63%
HSB/HSV317°37.91%60.00%
CMYK0.00%37.91%10.46%
40.00%

Color #995F89 in popluar number systems.

HEX995F89
Decimal15395137
Binary10011001101111110001001
Octal231137211

Shades and tints

Shades of #995F89

#995F89
(153,95,137)
#8C577D
(140,87,125)
#7F4F71
(127,79,113)
#724765
(114,71,101)
#653F59
(101,63,89)
#58374D
(88,55,77)
#4B2F41
(75,47,65)
#3E2735
(62,39,53)
#311F29
(49,31,41)
#24171D
(36,23,29)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #995F89

#995F89
(153,95,137)
#A26D93
(162,109,147)
#AB7B9D
(171,123,157)
#B489A7
(180,137,167)
#BD97B1
(189,151,177)
#C6A5BB
(198,165,187)
#CFB3C5
(207,179,197)
#D8C1CF
(216,193,207)
#E1CFD9
(225,207,217)
#EADDE3
(234,221,227)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995F89 color. Also use rgb(153,95,137) instead hex code.

Text Font Color

.myTextColor { color: #995F89; }

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

This text font color is #995F89.


Background Color

.myBgColor { background-color: #995F89; }

<div style="background-color:#995F89">Inner text</div>

This div background color is #995F89.


Border color

.myBorderColor { border: 1px solid #995F89; }

<div style="border:3px solid #995F89">Div</div>

This div border color is #995F89.


Opacity

.myOpacity80 { color: #995F89; opacity: 0.8; }

<p style="color:#995F89;opacity:0.8;">80%</p>

Text with #995F89 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 #995F89;}

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

This text has shadow with #995F89 color.

.textShadow {text-shadow: 3px 3px 1px #995F89, 3px 3px 1px red;}

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

This text has shadow with #995F89 primary color and red secondary color.


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

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

This text has shadow with #995F89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995F89 on black background.


Color preview on white background

This text has color #995F89 on white background.



Black color preview on #995F89 background

This text has black color on #995F89 background.


White color preview on #995F89 background

This text has white color on #995F89 background.