COLOR #955A7A

HEX: #955A7A RGB: (149,90,122)

Color info

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

RGB color model

#955A7A color RGB value is (149,90,122).

RGB: (149,90,122) (58%, 35%, 48%)

RGB channels and saturation

R 149 of 255 = 58%
G 90 of 255 = 35%
B 122 of 255 = 48%

149
90
122

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

Portions of RGB colors in percentages

R + G + B = 149 + 90 + 122 = 361 (100%)
R 149 of 361 ~ 41.27%
G 90 of 361 ~ 24.93%
B 122 of 361 ~ 33.8'%

%41.27
%24.93
%33.8

CMYK color model

#955A7A color CMYK value is (0,40,18,42).

  • cyan value is 0.00%
  • magenta value is 39.60%
  • yellow value is 18.12%
  • key color value is 41.57%
CMYK: (0,40,18,42) C0M40Y18K42 (0%,40%,18%,42%) (0.00/0.40/0.18/0.42) 

CMYK percentages

%0
%39.6
%18.12
%41.57

Codes

Color #955A7A in popluar color models

95 5A 7A
RGB 149 90 122
HSL 327° 24.69% 46.86%
HSB/HSV 327° 39.60% 58.43%
CMYK 0.00% 39.60% 18.12%
41.57%

Color #955A7A in popluar number systems.

HEX 95 5A 7A
Decimal 149 90 122
Binary 10010101 1011010 1111010
Octal 225 132 172

Shades and tints

Shades of #955A7A

#955A7A
(149,90,122)
#88526F
(136,82,111)
#7B4A64
(123,74,100)
#6E4259
(110,66,89)
#613A4E
(97,58,78)
#543243
(84,50,67)
#472A38
(71,42,56)
#3A222D
(58,34,45)
#2D1A22
(45,26,34)
#201217
(32,18,23)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #955A7A

#955A7A
(149,90,122)
#9E6986
(158,105,134)
#A77892
(167,120,146)
#B0879E
(176,135,158)
#B996AA
(185,150,170)
#C2A5B6
(194,165,182)
#CBB4C2
(203,180,194)
#D4C3CE
(212,195,206)
#DDD2DA
(221,210,218)
#E6E1E6
(230,225,230)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955A7A color. Also use rgb(149,90,122) instead hex code.

Text Font Color

.myTextColor { color: #955A7A; }

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

This text font color is #955A7A.

Background Color

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

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

This div background color is #955A7A.

Border color

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

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

This div border color is #955A7A.

Opacity

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

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

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

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

This text has shadow with #955A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #955A7A.

Preview

Color preview on black background

This text has color #955A7A on black background.


Color preview on white background

This text has color #955A7A on white background.


Black color preview on #955A7A background

This text has black color on #955A7A background.


White color preview on #955A7A background

This text has white color on #955A7A background.


Related colors

Complementary color

Complementary color for #hex is #6AA585.


I love getcolorcode.com

Triadic colors

1 #7A955A and #5A7A95 with #955A7A are triadic colors.

2 #7A5A95 and #5A957A with #955A7A are triadic colors.