COLOR #9B4978

HEX: #9B4978
RGB: (155,73,120)

Color info

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

RGB color model

#9B4978 color RGB value is (155,73,120).

  • red value is 155;
  • green value is 73;
  • blue value is 120.
RGB:
(155,73,120)
(61%,29%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 73 of 255 = 29%
B 120 of 255 = 47%

155
73
120

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

Portions of RGB colors in percentages

R + G + B =
155 + 73 + 120 = 348 (100%)
R 155 of 348 ~ 44.54%
G 73 of 348 ~ 20.98%
B 120 of 348 ~ 34.48%

%44.54
%20.98
%34.48

CMYK color model

#9B4978 color CMYK value is (0,53,23,39).

  • cyan value is 0.00%
  • magenta value is 52.90%
  • yellow value is 22.58%
  • key color value is 39.22%
CMYK:
(0,53,23,39)
C0M53Y23K39 
(0%,53%,23%,39%)
(0.00/0.53/0.23/0.39)	

CMYK percentages

%0
%52.9
%22.58
%39.22

Codes

Color #9B4978 in popluar color models

9B4978
RGB15573120
HSL326°35.96%44.71%
HSB/HSV326°52.90%60.78%
CMYK0.00%52.90%22.58%
39.22%

Color #9B4978 in popluar number systems.

HEX9B4978
Decimal15573120
Binary1001101110010011111000
Octal233111170

Shades and tints

Shades of #9B4978

#9B4978
(155,73,120)
#8D436E
(141,67,110)
#7F3D64
(127,61,100)
#71375A
(113,55,90)
#633150
(99,49,80)
#552B46
(85,43,70)
#47253C
(71,37,60)
#391F32
(57,31,50)
#2B1928
(43,25,40)
#1D131E
(29,19,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #9B4978

#9B4978
(155,73,120)
#A45984
(164,89,132)
#AD6990
(173,105,144)
#B6799C
(182,121,156)
#BF89A8
(191,137,168)
#C899B4
(200,153,180)
#D1A9C0
(209,169,192)
#DAB9CC
(218,185,204)
#E3C9D8
(227,201,216)
#ECD9E4
(236,217,228)
#F5E9F0
(245,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4978 color. Also use rgb(155,73,120) instead hex code.

Text Font Color

.myTextColor { color: #9B4978; }

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

This text font color is #9B4978.


Background Color

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

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

This div background color is #9B4978.


Border color

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

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

This div border color is #9B4978.


Opacity

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

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

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

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

This text has shadow with #9B4978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4978 on black background.


Color preview on white background

This text has color #9B4978 on white background.



Black color preview on #9B4978 background

This text has black color on #9B4978 background.


White color preview on #9B4978 background

This text has white color on #9B4978 background.