COLOR #9B47AA

HEX: #9B47AA RGB: (155,71,170)

Color info

#9B47AA contains mainly red and blue colors. Web safe color of #9B47AA is #993399 (or #939).

RGB color model

#9B47AA color RGB value is (155,71,170).

RGB: (155,71,170) (61%, 28%, 67%)

RGB channels and saturation

R 155 of 255 = 61%
G 71 of 255 = 28%
B 170 of 255 = 67%

155
71
170

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

Portions of RGB colors in percentages

R + G + B = 155 + 71 + 170 = 396 (100%)
R 155 of 396 ~ 39.14%
G 71 of 396 ~ 17.93%
B 170 of 396 ~ 42.93'%

%39.14
%17.93
%42.93

CMYK color model

#9B47AA color CMYK value is (9,58,0,33).

  • cyan value is 8.82%
  • magenta value is 58.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (9,58,0,33)
C9M58Y0K33 (9%, 58%, 0%, 33%)
(0.09 / 0.58 / 0.00 / 0.33)

CMYK percentages

%8.82
%58.24
%0
%33.33

Codes

Color #9B47AA in popluar color models

9B 47 AA
RGB 155 71 170
HSL 291° 41.08% 47.25%
HSB/HSV 291° 58.24% 66.67%
CMYK 8.82% 58.24% 0.00%
33.33%

Color #9B47AA in popluar number systems.

HEX 9B 47 AA
Decimal 155 71 170
Binary 10011011 1000111 10101010
Octal 233 107 252

Shades and tints

Shades of #9B47AA

#9B47AA
(155,71,170)
#8D419B
(141,65,155)
#7F3B8C
(127,59,140)
#71357D
(113,53,125)
#632F6E
(99,47,110)
#55295F
(85,41,95)
#472350
(71,35,80)
#391D41
(57,29,65)
#2B1732
(43,23,50)
#1D1123
(29,17,35)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #9B47AA

#9B47AA
(155,71,170)
#A457B1
(164,87,177)
#AD67B8
(173,103,184)
#B677BF
(182,119,191)
#BF87C6
(191,135,198)
#C897CD
(200,151,205)
#D1A7D4
(209,167,212)
#DAB7DB
(218,183,219)
#E3C7E2
(227,199,226)
#ECD7E9
(236,215,233)
#F5E7F0
(245,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B47AA color. Also use rgb(155,71,170) instead hex code.

Text Font Color

.myTextColor { color: #9B47AA; }

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

This text font color is #9B47AA.

Background Color

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

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

This div background color is #9B47AA.

Border color

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

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

This div border color is #9B47AA.

Opacity

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

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

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

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

This text has shadow with #9B47AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B47AA.

Preview

Color preview on black background

This text has color #9B47AA on black background.


Color preview on white background

This text has color #9B47AA on white background.


Black color preview on #9B47AA background

This text has black color on #9B47AA background.


White color preview on #9B47AA background

This text has white color on #9B47AA background.


Related colors

Complementary color

Complementary color for #hex is #64B855.


I love getcolorcode.com

Triadic colors

1 #AA9B47 and #47AA9B with #9B47AA are triadic colors.

2 #AA479B and #479BAA with #9B47AA are triadic colors.