COLOR #955E85

HEX: #955E85 RGB: (149,94,133)

Color info

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

RGB color model

#955E85 color RGB value is (149,94,133).

RGB: (149,94,133) (58%, 37%, 52%)

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 133 of 255 = 52%

149
94
133

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

Portions of RGB colors in percentages

R + G + B = 149 + 94 + 133 = 376 (100%)
R 149 of 376 ~ 39.63%
G 94 of 376 ~ 25%
B 133 of 376 ~ 35.37'%

%39.63
%25
%35.37

CMYK color model

#955E85 color CMYK value is (0,37,11,42).

  • cyan value is 0.00%
  • magenta value is 36.91%
  • yellow value is 10.74%
  • key color value is 41.57%

CMYK: (0,37,11,42)
C0M37Y11K42 (0%, 37%, 11%, 42%)
(0.00 / 0.37 / 0.11 / 0.42)

CMYK percentages

%0
%36.91
%10.74
%41.57

Codes

Color #955E85 in popluar color models

95 5E 85
RGB 149 94 133
HSL 317° 22.63% 47.65%
HSB/HSV 317° 36.91% 58.43%
CMYK 0.00% 36.91% 10.74%
41.57%

Color #955E85 in popluar number systems.

HEX 95 5E 85
Decimal 149 94 133
Binary 10010101 1011110 10000101
Octal 225 136 205

Shades and tints

Shades of #955E85

#955E85
(149,94,133)
#885679
(136,86,121)
#7B4E6D
(123,78,109)
#6E4661
(110,70,97)
#613E55
(97,62,85)
#543649
(84,54,73)
#472E3D
(71,46,61)
#3A2631
(58,38,49)
#2D1E25
(45,30,37)
#201619
(32,22,25)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #955E85

#955E85
(149,94,133)
#9E6C90
(158,108,144)
#A77A9B
(167,122,155)
#B088A6
(176,136,166)
#B996B1
(185,150,177)
#C2A4BC
(194,164,188)
#CBB2C7
(203,178,199)
#D4C0D2
(212,192,210)
#DDCEDD
(221,206,221)
#E6DCE8
(230,220,232)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955E85 color. Also use rgb(149,94,133) instead hex code.

Text Font Color

.myTextColor { color: #955E85; }

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

This text font color is #955E85.

Background Color

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

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

This div background color is #955E85.

Border color

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

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

This div border color is #955E85.

Opacity

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

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

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

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

This text has shadow with #955E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955E85.

Preview

Color preview on black background

This text has color #955E85 on black background.


Color preview on white background

This text has color #955E85 on white background.


Black color preview on #955E85 background

This text has black color on #955E85 background.


White color preview on #955E85 background

This text has white color on #955E85 background.


Related colors

Complementary color

Complementary color for #hex is #6AA17A.


I love getcolorcode.com

Triadic colors

1 #85955E and #5E8595 with #955E85 are triadic colors.

2 #855E95 and #5E9585 with #955E85 are triadic colors.