COLOR #9B4E7C

HEX: #9B4E7C
RGB: (155,78,124)

Color info

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

RGB color model

#9B4E7C color RGB value is (155,78,124).

  • red value is 155;
  • green value is 78;
  • blue value is 124.
RGB:
(155,78,124)
(61%,31%,49%)

RGB channels and saturation

R 155 of 255 = 61%
G 78 of 255 = 31%
B 124 of 255 = 49%

155
78
124

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

Portions of RGB colors in percentages

R + G + B =
155 + 78 + 124 = 357 (100%)
R 155 of 357 ~ 43.42%
G 78 of 357 ~ 21.85%
B 124 of 357 ~ 34.73%

%43.42
%21.85
%34.73

CMYK color model

#9B4E7C color CMYK value is (0,50,20,39).

  • cyan value is 0.00%
  • magenta value is 49.68%
  • yellow value is 20.00%
  • key color value is 39.22%
CMYK:
(0,50,20,39)
C0M50Y20K39 
(0%,50%,20%,39%)
(0.00/0.50/0.20/0.39)	

CMYK percentages

%0
%49.68
%20
%39.22

Codes

Color #9B4E7C in popluar color models

9B4E7C
RGB15578124
HSL324°33.05%45.69%
HSB/HSV324°49.68%60.78%
CMYK0.00%49.68%20.00%
39.22%

Color #9B4E7C in popluar number systems.

HEX9B4E7C
Decimal15578124
Binary1001101110011101111100
Octal233116174

Shades and tints

Shades of #9B4E7C

#9B4E7C
(155,78,124)
#8D4771
(141,71,113)
#7F4066
(127,64,102)
#71395B
(113,57,91)
#633250
(99,50,80)
#552B45
(85,43,69)
#47243A
(71,36,58)
#391D2F
(57,29,47)
#2B1624
(43,22,36)
#1D0F19
(29,15,25)
#0F080E
(15,8,14)
#000000
(0,0,0)

Tints of #9B4E7C

#9B4E7C
(155,78,124)
#A45E87
(164,94,135)
#AD6E92
(173,110,146)
#B67E9D
(182,126,157)
#BF8EA8
(191,142,168)
#C89EB3
(200,158,179)
#D1AEBE
(209,174,190)
#DABEC9
(218,190,201)
#E3CED4
(227,206,212)
#ECDEDF
(236,222,223)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4E7C color. Also use rgb(155,78,124) instead hex code.

Text Font Color

.myTextColor { color: #9B4E7C; }

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

This text font color is #9B4E7C.


Background Color

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

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

This div background color is #9B4E7C.


Border color

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

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

This div border color is #9B4E7C.


Opacity

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

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

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

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

This text has shadow with #9B4E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4E7C on black background.


Color preview on white background

This text has color #9B4E7C on white background.



Black color preview on #9B4E7C background

This text has black color on #9B4E7C background.


White color preview on #9B4E7C background

This text has white color on #9B4E7C background.