COLOR #9B4183

HEX: #9B4183
RGB: (155,65,131)

Color info

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

RGB color model

#9B4183 color RGB value is (155,65,131).

  • red value is 155;
  • green value is 65;
  • blue value is 131.
RGB:
(155,65,131)
(61%,25%,51%)

RGB channels and saturation

R 155 of 255 = 61%
G 65 of 255 = 25%
B 131 of 255 = 51%

155
65
131

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

Portions of RGB colors in percentages

R + G + B =
155 + 65 + 131 = 351 (100%)
R 155 of 351 ~ 44.16%
G 65 of 351 ~ 18.52%
B 131 of 351 ~ 37.32%

%44.16
%18.52
%37.32

CMYK color model

#9B4183 color CMYK value is (0,58,15,39).

  • cyan value is 0.00%
  • magenta value is 58.06%
  • yellow value is 15.48%
  • key color value is 39.22%
CMYK:
(0,58,15,39)
C0M58Y15K39 
(0%,58%,15%,39%)
(0.00/0.58/0.15/0.39)	

CMYK percentages

%0
%58.06
%15.48
%39.22

Codes

Color #9B4183 in popluar color models

9B4183
RGB15565131
HSL316°40.91%43.14%
HSB/HSV316°58.06%60.78%
CMYK0.00%58.06%15.48%
39.22%

Color #9B4183 in popluar number systems.

HEX9B4183
Decimal15565131
Binary10011011100000110000011
Octal233101203

Shades and tints

Shades of #9B4183

#9B4183
(155,65,131)
#8D3C78
(141,60,120)
#7F376D
(127,55,109)
#713262
(113,50,98)
#632D57
(99,45,87)
#55284C
(85,40,76)
#472341
(71,35,65)
#391E36
(57,30,54)
#2B192B
(43,25,43)
#1D1420
(29,20,32)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #9B4183

#9B4183
(155,65,131)
#A4528E
(164,82,142)
#AD6399
(173,99,153)
#B674A4
(182,116,164)
#BF85AF
(191,133,175)
#C896BA
(200,150,186)
#D1A7C5
(209,167,197)
#DAB8D0
(218,184,208)
#E3C9DB
(227,201,219)
#ECDAE6
(236,218,230)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4183 color. Also use rgb(155,65,131) instead hex code.

Text Font Color

.myTextColor { color: #9B4183; }

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

This text font color is #9B4183.


Background Color

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

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

This div background color is #9B4183.


Border color

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

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

This div border color is #9B4183.


Opacity

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

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

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

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

This text has shadow with #9B4183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4183 on black background.


Color preview on white background

This text has color #9B4183 on white background.



Black color preview on #9B4183 background

This text has black color on #9B4183 background.


White color preview on #9B4183 background

This text has white color on #9B4183 background.