COLOR #9577B5

HEX: #9577B5 RGB: (149,119,181)

Color info

#9577B5 contains mainly red and blue colors. Web safe color of #9577B5 is #9966CC (or #96C).

RGB color model

#9577B5 color RGB value is (149,119,181).

RGB: (149,119,181) (58%, 47%, 71%)

RGB channels and saturation

R 149 of 255 = 58%
G 119 of 255 = 47%
B 181 of 255 = 71%

149
119
181

R + G + B ~ 59%. #9577B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 119 + 181 = 449 (100%)
R 149 of 449 ~ 33.18%
G 119 of 449 ~ 26.5%
B 181 of 449 ~ 40.31'%

%33.18
%26.5
%40.31

CMYK color model

#9577B5 color CMYK value is (18,34,0,29).

  • cyan value is 17.68%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (18,34,0,29) C18M34Y0K29 (18%,34%,0%,29%) (0.18/0.34/0.00/0.29) 

CMYK percentages

%17.68
%34.25
%0
%29.02

Codes

Color #9577B5 in popluar color models

95 77 B5
RGB 149 119 181
HSL 269° 29.52% 58.82%
HSB/HSV 269° 34.25% 70.98%
CMYK 17.68% 34.25% 0.00%
29.02%

Color #9577B5 in popluar number systems.

HEX 95 77 B5
Decimal 149 119 181
Binary 10010101 1110111 10110101
Octal 225 167 265

Shades and tints

Shades of #9577B5

#9577B5
(149,119,181)
#886DA5
(136,109,165)
#7B6395
(123,99,149)
#6E5985
(110,89,133)
#614F75
(97,79,117)
#544565
(84,69,101)
#473B55
(71,59,85)
#3A3145
(58,49,69)
#2D2735
(45,39,53)
#201D25
(32,29,37)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #9577B5

#9577B5
(149,119,181)
#9E83BB
(158,131,187)
#A78FC1
(167,143,193)
#B09BC7
(176,155,199)
#B9A7CD
(185,167,205)
#C2B3D3
(194,179,211)
#CBBFD9
(203,191,217)
#D4CBDF
(212,203,223)
#DDD7E5
(221,215,229)
#E6E3EB
(230,227,235)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9577B5 color. Also use rgb(149,119,181) instead hex code.

Text Font Color

.myTextColor { color: #9577B5; }

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

This text font color is #9577B5.

Background Color

.myBgColor { background-color: #9577B5; }

<div style="background-color:#9577B5">Inner text</div>

This div background color is #9577B5.

Border color

.myBorderColor { border: 1px solid #9577B5; }

<div style="border:3px solid #9577B5">Div</div>

This div border color is #9577B5.

Opacity

.myOpacity80 { color: #9577B5; opacity: 0.8; }

<p style="color:#9577B5;opacity:0.8;">80%</p>

Text with #9577B5 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 #9577B5;}

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

This text has shadow with #9577B5 color.


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

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

This text has shadow with #9577B5 primary color and red secondary color.


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

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

This text has shadow with #9577B5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9577B5.

Preview

Color preview on black background

This text has color #9577B5 on black background.


Color preview on white background

This text has color #9577B5 on white background.


Black color preview on #9577B5 background

This text has black color on #9577B5 background.


White color preview on #9577B5 background

This text has white color on #9577B5 background.


Related colors

Complementary color

Complementary color for #hex is #6A884A.


I love getcolorcode.com

Triadic colors

1 #B59577 and #77B595 with #9577B5 are triadic colors.

2 #B57795 and #7795B5 with #9577B5 are triadic colors.