COLOR #9B49AD

HEX: #9B49AD
RGB: (155,73,173)

Color info

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

RGB color model

#9B49AD color RGB value is (155,73,173).

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

RGB channels and saturation

R 155 of 255 = 61%
G 73 of 255 = 29%
B 173 of 255 = 68%

155
73
173

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

Portions of RGB colors in percentages

R + G + B =
155 + 73 + 173 = 401 (100%)
R 155 of 401 ~ 38.65%
G 73 of 401 ~ 18.2%
B 173 of 401 ~ 43.14%

%38.65
%18.2
%43.14

CMYK color model

#9B49AD color CMYK value is (10,58,0,32).

  • cyan value is 10.40%
  • magenta value is 57.80%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(10,58,0,32)
C10M58Y0K32 
(10%,58%,0%,32%)
(0.10/0.58/0.00/0.32)	

CMYK percentages

%10.4
%57.8
%0
%32.16

Codes

Color #9B49AD in popluar color models

9B49AD
RGB15573173
HSL289°40.65%48.24%
HSB/HSV289°57.80%67.84%
CMYK10.40%57.80%0.00%
32.16%

Color #9B49AD in popluar number systems.

HEX9B49AD
Decimal15573173
Binary10011011100100110101101
Octal233111255

Shades and tints

Shades of #9B49AD

#9B49AD
(155,73,173)
#8D439E
(141,67,158)
#7F3D8F
(127,61,143)
#713780
(113,55,128)
#633171
(99,49,113)
#552B62
(85,43,98)
#472553
(71,37,83)
#391F44
(57,31,68)
#2B1935
(43,25,53)
#1D1326
(29,19,38)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #9B49AD

#9B49AD
(155,73,173)
#A459B4
(164,89,180)
#AD69BB
(173,105,187)
#B679C2
(182,121,194)
#BF89C9
(191,137,201)
#C899D0
(200,153,208)
#D1A9D7
(209,169,215)
#DAB9DE
(218,185,222)
#E3C9E5
(227,201,229)
#ECD9EC
(236,217,236)
#F5E9F3
(245,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B49AD; }

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

This text font color is #9B49AD.


Background Color

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

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

This div background color is #9B49AD.


Border color

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

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

This div border color is #9B49AD.


Opacity

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

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

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

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

This text has shadow with #9B49AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B49AD on black background.


Color preview on white background

This text has color #9B49AD on white background.



Black color preview on #9B49AD background

This text has black color on #9B49AD background.


White color preview on #9B49AD background

This text has white color on #9B49AD background.