COLOR #9B4984

HEX: #9B4984
RGB: (155,73,132)

Color info

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

RGB color model

#9B4984 color RGB value is (155,73,132).

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

RGB channels and saturation

R 155 of 255 = 61%
G 73 of 255 = 29%
B 132 of 255 = 52%

155
73
132

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

Portions of RGB colors in percentages

R + G + B =
155 + 73 + 132 = 360 (100%)
R 155 of 360 ~ 43.06%
G 73 of 360 ~ 20.28%
B 132 of 360 ~ 36.67%

%43.06
%20.28
%36.67

CMYK color model

#9B4984 color CMYK value is (0,53,15,39).

  • cyan value is 0.00%
  • magenta value is 52.90%
  • yellow value is 14.84%
  • key color value is 39.22%
CMYK:
(0,53,15,39)
C0M53Y15K39 
(0%,53%,15%,39%)
(0.00/0.53/0.15/0.39)	

CMYK percentages

%0
%52.9
%14.84
%39.22

Codes

Color #9B4984 in popluar color models

9B4984
RGB15573132
HSL317°35.96%44.71%
HSB/HSV317°52.90%60.78%
CMYK0.00%52.90%14.84%
39.22%

Color #9B4984 in popluar number systems.

HEX9B4984
Decimal15573132
Binary10011011100100110000100
Octal233111204

Shades and tints

Shades of #9B4984

#9B4984
(155,73,132)
#8D4378
(141,67,120)
#7F3D6C
(127,61,108)
#713760
(113,55,96)
#633154
(99,49,84)
#552B48
(85,43,72)
#47253C
(71,37,60)
#391F30
(57,31,48)
#2B1924
(43,25,36)
#1D1318
(29,19,24)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #9B4984

#9B4984
(155,73,132)
#A4598F
(164,89,143)
#AD699A
(173,105,154)
#B679A5
(182,121,165)
#BF89B0
(191,137,176)
#C899BB
(200,153,187)
#D1A9C6
(209,169,198)
#DAB9D1
(218,185,209)
#E3C9DC
(227,201,220)
#ECD9E7
(236,217,231)
#F5E9F2
(245,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B4984; }

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

This text font color is #9B4984.


Background Color

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

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

This div background color is #9B4984.


Border color

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

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

This div border color is #9B4984.


Opacity

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

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

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

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

This text has shadow with #9B4984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4984 on black background.


Color preview on white background

This text has color #9B4984 on white background.



Black color preview on #9B4984 background

This text has black color on #9B4984 background.


White color preview on #9B4984 background

This text has white color on #9B4984 background.