COLOR #955C89

HEX: #955C89
RGB: (149,92,137)

Color info

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

RGB color model

#955C89 color RGB value is (149,92,137).

  • red value is 149;
  • green value is 92;
  • blue value is 137.
RGB:
(149,92,137)
(58%,36%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 92 of 255 = 36%
B 137 of 255 = 54%

149
92
137

R + G + B ~ 49%. #955C89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 92 + 137 = 378 (100%)
R 149 of 378 ~ 39.42%
G 92 of 378 ~ 24.34%
B 137 of 378 ~ 36.24%

%39.42
%24.34
%36.24

CMYK color model

#955C89 color CMYK value is (0,38,8,42).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(0,38,8,42)
C0M38Y8K42 
(0%,38%,8%,42%)
(0.00/0.38/0.08/0.42)	

CMYK percentages

%0
%38.26
%8.05
%41.57

Codes

Color #955C89 in popluar color models

955C89
RGB14992137
HSL313°23.65%47.25%
HSB/HSV313°38.26%58.43%
CMYK0.00%38.26%8.05%
41.57%

Color #955C89 in popluar number systems.

HEX955C89
Decimal14992137
Binary10010101101110010001001
Octal225134211

Shades and tints

Shades of #955C89

#955C89
(149,92,137)
#88547D
(136,84,125)
#7B4C71
(123,76,113)
#6E4465
(110,68,101)
#613C59
(97,60,89)
#54344D
(84,52,77)
#472C41
(71,44,65)
#3A2435
(58,36,53)
#2D1C29
(45,28,41)
#20141D
(32,20,29)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #955C89

#955C89
(149,92,137)
#9E6A93
(158,106,147)
#A7789D
(167,120,157)
#B086A7
(176,134,167)
#B994B1
(185,148,177)
#C2A2BB
(194,162,187)
#CBB0C5
(203,176,197)
#D4BECF
(212,190,207)
#DDCCD9
(221,204,217)
#E6DAE3
(230,218,227)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955C89 color. Also use rgb(149,92,137) instead hex code.

Text Font Color

.myTextColor { color: #955C89; }

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

This text font color is #955C89.


Background Color

.myBgColor { background-color: #955C89; }

<div style="background-color:#955C89">Inner text</div>

This div background color is #955C89.


Border color

.myBorderColor { border: 1px solid #955C89; }

<div style="border:3px solid #955C89">Div</div>

This div border color is #955C89.


Opacity

.myOpacity80 { color: #955C89; opacity: 0.8; }

<p style="color:#955C89;opacity:0.8;">80%</p>

Text with #955C89 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 #955C89;}

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

This text has shadow with #955C89 color.

.textShadow {text-shadow: 3px 3px 1px #955C89, 3px 3px 1px red;}

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

This text has shadow with #955C89 primary color and red secondary color.


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

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

This text has shadow with #955C89 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955C89 on black background.


Color preview on white background

This text has color #955C89 on white background.



Black color preview on #955C89 background

This text has black color on #955C89 background.


White color preview on #955C89 background

This text has white color on #955C89 background.