COLOR #9B3486

HEX: #9B3486
RGB: (155,52,134)

Color info

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

RGB color model

#9B3486 color RGB value is (155,52,134).

  • red value is 155;
  • green value is 52;
  • blue value is 134.
RGB:
(155,52,134)
(61%,20%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 52 of 255 = 20%
B 134 of 255 = 53%

155
52
134

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

Portions of RGB colors in percentages

R + G + B =
155 + 52 + 134 = 341 (100%)
R 155 of 341 ~ 45.45%
G 52 of 341 ~ 15.25%
B 134 of 341 ~ 39.3%

%45.45
%15.25
%39.3

CMYK color model

#9B3486 color CMYK value is (0,66,14,39).

  • cyan value is 0.00%
  • magenta value is 66.45%
  • yellow value is 13.55%
  • key color value is 39.22%
CMYK:
(0,66,14,39)
C0M66Y14K39 
(0%,66%,14%,39%)
(0.00/0.66/0.14/0.39)	

CMYK percentages

%0
%66.45
%13.55
%39.22

Codes

Color #9B3486 in popluar color models

9B3486
RGB15552134
HSL312°49.76%40.59%
HSB/HSV312°66.45%60.78%
CMYK0.00%66.45%13.55%
39.22%

Color #9B3486 in popluar number systems.

HEX9B3486
Decimal15552134
Binary1001101111010010000110
Octal23364206

Shades and tints

Shades of #9B3486

#9B3486
(155,52,134)
#8D307A
(141,48,122)
#7F2C6E
(127,44,110)
#712862
(113,40,98)
#632456
(99,36,86)
#55204A
(85,32,74)
#471C3E
(71,28,62)
#391832
(57,24,50)
#2B1426
(43,20,38)
#1D101A
(29,16,26)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #9B3486

#9B3486
(155,52,134)
#A44691
(164,70,145)
#AD589C
(173,88,156)
#B66AA7
(182,106,167)
#BF7CB2
(191,124,178)
#C88EBD
(200,142,189)
#D1A0C8
(209,160,200)
#DAB2D3
(218,178,211)
#E3C4DE
(227,196,222)
#ECD6E9
(236,214,233)
#F5E8F4
(245,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B3486 color. Also use rgb(155,52,134) instead hex code.

Text Font Color

.myTextColor { color: #9B3486; }

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

This text font color is #9B3486.


Background Color

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

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

This div background color is #9B3486.


Border color

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

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

This div border color is #9B3486.


Opacity

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

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

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

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

This text has shadow with #9B3486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B3486 on black background.


Color preview on white background

This text has color #9B3486 on white background.



Black color preview on #9B3486 background

This text has black color on #9B3486 background.


White color preview on #9B3486 background

This text has white color on #9B3486 background.