COLOR #9571B3

HEX: #9571B3 RGB: (149,113,179)

Color info

#9571B3 contains mainly red and blue colors. Web safe color of #9571B3 is #996699 (or #969).

RGB color model

#9571B3 color RGB value is (149,113,179).

RGB: (149,113,179) (58%, 44%, 70%)

RGB channels and saturation

R 149 of 255 = 58%
G 113 of 255 = 44%
B 179 of 255 = 70%

149
113
179

R + G + B ~ 57%. #9571B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 113 + 179 = 441 (100%)
R 149 of 441 ~ 33.79%
G 113 of 441 ~ 25.62%
B 179 of 441 ~ 40.59'%

%33.79
%25.62
%40.59

CMYK color model

#9571B3 color CMYK value is (17,37,0,30).

  • cyan value is 16.76%
  • magenta value is 36.87%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (17,37,0,30)
C17M37Y0K30 (17%, 37%, 0%, 30%)
(0.17 / 0.37 / 0.00 / 0.30)

CMYK percentages

%16.76
%36.87
%0
%29.8

Codes

Color #9571B3 in popluar color models

95 71 B3
RGB 149 113 179
HSL 273° 30.28% 57.25%
HSB/HSV 273° 36.87% 70.20%
CMYK 16.76% 36.87% 0.00%
29.80%

Color #9571B3 in popluar number systems.

HEX 95 71 B3
Decimal 149 113 179
Binary 10010101 1110001 10110011
Octal 225 161 263

Shades and tints

Shades of #9571B3

#9571B3
(149,113,179)
#8867A3
(136,103,163)
#7B5D93
(123,93,147)
#6E5383
(110,83,131)
#614973
(97,73,115)
#543F63
(84,63,99)
#473553
(71,53,83)
#3A2B43
(58,43,67)
#2D2133
(45,33,51)
#201723
(32,23,35)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #9571B3

#9571B3
(149,113,179)
#9E7DB9
(158,125,185)
#A789BF
(167,137,191)
#B095C5
(176,149,197)
#B9A1CB
(185,161,203)
#C2ADD1
(194,173,209)
#CBB9D7
(203,185,215)
#D4C5DD
(212,197,221)
#DDD1E3
(221,209,227)
#E6DDE9
(230,221,233)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9571B3 color. Also use rgb(149,113,179) instead hex code.

Text Font Color

.myTextColor { color: #9571B3; }

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

This text font color is #9571B3.

Background Color

.myBgColor { background-color: #9571B3; }

<div style="background-color:#9571B3">Inner text</div>

This div background color is #9571B3.

Border color

.myBorderColor { border: 1px solid #9571B3; }

<div style="border:3px solid #9571B3">Div</div>

This div border color is #9571B3.

Opacity

.myOpacity80 { color: #9571B3; opacity: 0.8; }

<p style="color:#9571B3;opacity:0.8;">80%</p>

Text with #9571B3 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 #9571B3;}

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

This text has shadow with #9571B3 color.


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

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

This text has shadow with #9571B3 primary color and red secondary color.


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

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

This text has shadow with #9571B3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9571B3.

Preview

Color preview on black background

This text has color #9571B3 on black background.


Color preview on white background

This text has color #9571B3 on white background.


Black color preview on #9571B3 background

This text has black color on #9571B3 background.


White color preview on #9571B3 background

This text has white color on #9571B3 background.


Related colors

Complementary color

Complementary color for #hex is #6A8E4C.


I love getcolorcode.com

Triadic colors

1 #B39571 and #71B395 with #9571B3 are triadic colors.

2 #B37195 and #7195B3 with #9571B3 are triadic colors.