COLOR #9B3D84

HEX: #9B3D84
RGB: (155,61,132)

Color info

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

RGB color model

#9B3D84 color RGB value is (155,61,132).

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

RGB channels and saturation

R 155 of 255 = 61%
G 61 of 255 = 24%
B 132 of 255 = 52%

155
61
132

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

Portions of RGB colors in percentages

R + G + B =
155 + 61 + 132 = 348 (100%)
R 155 of 348 ~ 44.54%
G 61 of 348 ~ 17.53%
B 132 of 348 ~ 37.93%

%44.54
%17.53
%37.93

CMYK color model

#9B3D84 color CMYK value is (0,61,15,39).

  • cyan value is 0.00%
  • magenta value is 60.65%
  • yellow value is 14.84%
  • key color value is 39.22%
CMYK:
(0,61,15,39)
C0M61Y15K39 
(0%,61%,15%,39%)
(0.00/0.61/0.15/0.39)	

CMYK percentages

%0
%60.65
%14.84
%39.22

Codes

Color #9B3D84 in popluar color models

9B3D84
RGB15561132
HSL315°43.52%42.35%
HSB/HSV315°60.65%60.78%
CMYK0.00%60.65%14.84%
39.22%

Color #9B3D84 in popluar number systems.

HEX9B3D84
Decimal15561132
Binary1001101111110110000100
Octal23375204

Shades and tints

Shades of #9B3D84

#9B3D84
(155,61,132)
#8D3878
(141,56,120)
#7F336C
(127,51,108)
#712E60
(113,46,96)
#632954
(99,41,84)
#552448
(85,36,72)
#471F3C
(71,31,60)
#391A30
(57,26,48)
#2B1524
(43,21,36)
#1D1018
(29,16,24)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #9B3D84

#9B3D84
(155,61,132)
#A44E8F
(164,78,143)
#AD5F9A
(173,95,154)
#B670A5
(182,112,165)
#BF81B0
(191,129,176)
#C892BB
(200,146,187)
#D1A3C6
(209,163,198)
#DAB4D1
(218,180,209)
#E3C5DC
(227,197,220)
#ECD6E7
(236,214,231)
#F5E7F2
(245,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B3D84; }

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

This text font color is #9B3D84.


Background Color

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

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

This div background color is #9B3D84.


Border color

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

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

This div border color is #9B3D84.


Opacity

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

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

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

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

This text has shadow with #9B3D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B3D84 on black background.


Color preview on white background

This text has color #9B3D84 on white background.



Black color preview on #9B3D84 background

This text has black color on #9B3D84 background.


White color preview on #9B3D84 background

This text has white color on #9B3D84 background.