COLOR #9B4C7A

HEX: #9B4C7A RGB: (155,76,122)

Color info

#9B4C7A contains mainly red and blue colors. Web safe color of #9B4C7A is #993366 (or #936).

RGB color model

#9B4C7A color RGB value is (155,76,122).

RGB: (155,76,122) (61%, 30%, 48%)

RGB channels and saturation

R 155 of 255 = 61%
G 76 of 255 = 30%
B 122 of 255 = 48%

155
76
122

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

Portions of RGB colors in percentages

R + G + B = 155 + 76 + 122 = 353 (100%)
R 155 of 353 ~ 43.91%
G 76 of 353 ~ 21.53%
B 122 of 353 ~ 34.56'%

%43.91
%21.53
%34.56

CMYK color model

#9B4C7A color CMYK value is (0,51,21,39).

  • cyan value is 0.00%
  • magenta value is 50.97%
  • yellow value is 21.29%
  • key color value is 39.22%

CMYK: (0,51,21,39)
C0M51Y21K39 (0%, 51%, 21%, 39%)
(0.00 / 0.51 / 0.21 / 0.39)

CMYK percentages

%0
%50.97
%21.29
%39.22

Codes

Color #9B4C7A in popluar color models

9B 4C 7A
RGB 155 76 122
HSL 325° 34.20% 45.29%
HSB/HSV 325° 50.97% 60.78%
CMYK 0.00% 50.97% 21.29%
39.22%

Color #9B4C7A in popluar number systems.

HEX 9B 4C 7A
Decimal 155 76 122
Binary 10011011 1001100 1111010
Octal 233 114 172

Shades and tints

Shades of #9B4C7A

#9B4C7A
(155,76,122)
#8D466F
(141,70,111)
#7F4064
(127,64,100)
#713A59
(113,58,89)
#63344E
(99,52,78)
#552E43
(85,46,67)
#472838
(71,40,56)
#39222D
(57,34,45)
#2B1C22
(43,28,34)
#1D1617
(29,22,23)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #9B4C7A

#9B4C7A
(155,76,122)
#A45C86
(164,92,134)
#AD6C92
(173,108,146)
#B67C9E
(182,124,158)
#BF8CAA
(191,140,170)
#C89CB6
(200,156,182)
#D1ACC2
(209,172,194)
#DABCCE
(218,188,206)
#E3CCDA
(227,204,218)
#ECDCE6
(236,220,230)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4C7A color. Also use rgb(155,76,122) instead hex code.

Text Font Color

.myTextColor { color: #9B4C7A; }

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

This text font color is #9B4C7A.

Background Color

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

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

This div background color is #9B4C7A.

Border color

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

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

This div border color is #9B4C7A.

Opacity

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

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

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

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

This text has shadow with #9B4C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B4C7A.

Preview

Color preview on black background

This text has color #9B4C7A on black background.


Color preview on white background

This text has color #9B4C7A on white background.


Black color preview on #9B4C7A background

This text has black color on #9B4C7A background.


White color preview on #9B4C7A background

This text has white color on #9B4C7A background.


Related colors

Complementary color

Complementary color for #9B4C7A is #64B385.


I love getcolorcode.com

Triadic colors

1 #7A9B4C and #4C7A9B with #9B4C7A are triadic colors.

2 #7A4C9B and #4C9B7A with #9B4C7A are triadic colors.