COLOR #9B577D

HEX: #9B577D RGB: (155,87,125)

Color info

#9B577D contains mainly red and blue colors. Web safe color of #9B577D is #996666 (or #966).

RGB color model

#9B577D color RGB value is (155,87,125).

RGB: (155,87,125) (61%, 34%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 87 of 255 = 34%
B 125 of 255 = 49%

155
87
125

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

Portions of RGB colors in percentages

R + G + B = 155 + 87 + 125 = 367 (100%)
R 155 of 367 ~ 42.23%
G 87 of 367 ~ 23.71%
B 125 of 367 ~ 34.06'%

%42.23
%23.71
%34.06

CMYK color model

#9B577D color CMYK value is (0,44,19,39).

  • cyan value is 0.00%
  • magenta value is 43.87%
  • yellow value is 19.35%
  • key color value is 39.22%

CMYK: (0,44,19,39)
C0M44Y19K39 (0%, 44%, 19%, 39%)
(0.00 / 0.44 / 0.19 / 0.39)

CMYK percentages

%0
%43.87
%19.35
%39.22

Codes

Color #9B577D in popluar color models

9B 57 7D
RGB 155 87 125
HSL 326° 28.10% 47.45%
HSB/HSV 326° 43.87% 60.78%
CMYK 0.00% 43.87% 19.35%
39.22%

Color #9B577D in popluar number systems.

HEX 9B 57 7D
Decimal 155 87 125
Binary 10011011 1010111 1111101
Octal 233 127 175

Shades and tints

Shades of #9B577D

#9B577D
(155,87,125)
#8D5072
(141,80,114)
#7F4967
(127,73,103)
#71425C
(113,66,92)
#633B51
(99,59,81)
#553446
(85,52,70)
#472D3B
(71,45,59)
#392630
(57,38,48)
#2B1F25
(43,31,37)
#1D181A
(29,24,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #9B577D

#9B577D
(155,87,125)
#A46688
(164,102,136)
#AD7593
(173,117,147)
#B6849E
(182,132,158)
#BF93A9
(191,147,169)
#C8A2B4
(200,162,180)
#D1B1BF
(209,177,191)
#DAC0CA
(218,192,202)
#E3CFD5
(227,207,213)
#ECDEE0
(236,222,224)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B577D color. Also use rgb(155,87,125) instead hex code.

Text Font Color

.myTextColor { color: #9B577D; }

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

This text font color is #9B577D.

Background Color

.myBgColor { background-color: #9B577D; }

<div style="background-color:#9B577D">Inner text</div>

This div background color is #9B577D.

Border color

.myBorderColor { border: 1px solid #9B577D; }

<div style="border:3px solid #9B577D">Div</div>

This div border color is #9B577D.

Opacity

.myOpacity80 { color: #9B577D; opacity: 0.8; }

<p style="color:#9B577D;opacity:0.8;">80%</p>

Text with #9B577D 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 #9B577D;}

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

This text has shadow with #9B577D color.


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

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

This text has shadow with #9B577D primary color and red secondary color.


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

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

This text has shadow with #9B577D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9B577D.

Preview

Color preview on black background

This text has color #9B577D on black background.


Color preview on white background

This text has color #9B577D on white background.


Black color preview on #9B577D background

This text has black color on #9B577D background.


White color preview on #9B577D background

This text has white color on #9B577D background.


Related colors

Complementary color

Complementary color for #hex is #64A882.


I love getcolorcode.com

Triadic colors

1 #7D9B57 and #577D9B with #9B577D are triadic colors.

2 #7D579B and #579B7D with #9B577D are triadic colors.