COLOR #955C7D

HEX: #955C7D RGB: (149,92,125)

Color info

#955C7D contains red, green and blue colors in about the same proportion. Web safe color of #955C7D is #996666 (or #966).

RGB color model

#955C7D color RGB value is (149,92,125).

RGB: (149,92,125) (58%, 36%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 92 of 255 = 36%
B 125 of 255 = 49%

149
92
125

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

Portions of RGB colors in percentages

R + G + B = 149 + 92 + 125 = 366 (100%)
R 149 of 366 ~ 40.71%
G 92 of 366 ~ 25.14%
B 125 of 366 ~ 34.15'%

%40.71
%25.14
%34.15

CMYK color model

#955C7D color CMYK value is (0,38,16,42).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK: (0,38,16,42) C0M38Y16K42 (0%,38%,16%,42%) (0.00/0.38/0.16/0.42) 

CMYK percentages

%0
%38.26
%16.11
%41.57

Codes

Color #955C7D in popluar color models

95 5C 7D
RGB 149 92 125
HSL 325° 23.65% 47.25%
HSB/HSV 325° 38.26% 58.43%
CMYK 0.00% 38.26% 16.11%
41.57%

Color #955C7D in popluar number systems.

HEX 95 5C 7D
Decimal 149 92 125
Binary 10010101 1011100 1111101
Octal 225 134 175

Shades and tints

Shades of #955C7D

#955C7D
(149,92,125)
#885472
(136,84,114)
#7B4C67
(123,76,103)
#6E445C
(110,68,92)
#613C51
(97,60,81)
#543446
(84,52,70)
#472C3B
(71,44,59)
#3A2430
(58,36,48)
#2D1C25
(45,28,37)
#20141A
(32,20,26)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #955C7D

#955C7D
(149,92,125)
#9E6A88
(158,106,136)
#A77893
(167,120,147)
#B0869E
(176,134,158)
#B994A9
(185,148,169)
#C2A2B4
(194,162,180)
#CBB0BF
(203,176,191)
#D4BECA
(212,190,202)
#DDCCD5
(221,204,213)
#E6DAE0
(230,218,224)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955C7D; }

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

This text font color is #955C7D.

Background Color

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

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

This div background color is #955C7D.

Border color

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

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

This div border color is #955C7D.

Opacity

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

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

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

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

This text has shadow with #955C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955C7D.

Preview

Color preview on black background

This text has color #955C7D on black background.


Color preview on white background

This text has color #955C7D on white background.


Black color preview on #955C7D background

This text has black color on #955C7D background.


White color preview on #955C7D background

This text has white color on #955C7D background.


Related colors

Complementary color

Complementary color for #hex is #6AA382.


I love getcolorcode.com

Triadic colors

1 #7D955C and #5C7D95 with #955C7D are triadic colors.

2 #7D5C95 and #5C957D with #955C7D are triadic colors.