COLOR #9F83AD

HEX: #9F83AD
RGB: (159,131,173)

Color info

#9F83AD contains red, green and blue colors in about the same proportion. Web safe color of #9F83AD is #999999 (or #999).

RGB color model

#9F83AD color RGB value is (159,131,173).

  • red value is 159;
  • green value is 131;
  • blue value is 173.
RGB:
(159,131,173)
(62%,51%,68%)

RGB channels and saturation

R 159 of 255 = 62%
G 131 of 255 = 51%
B 173 of 255 = 68%

159
131
173

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

Portions of RGB colors in percentages

R + G + B =
159 + 131 + 173 = 463 (100%)
R 159 of 463 ~ 34.34%
G 131 of 463 ~ 28.29%
B 173 of 463 ~ 37.37%

%34.34
%28.29
%37.37

CMYK color model

#9F83AD color CMYK value is (8,24,0,32).

  • cyan value is 8.09%
  • magenta value is 24.28%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,24,0,32)
C8M24Y0K32 
(8%,24%,0%,32%)
(0.08/0.24/0.00/0.32)	

CMYK percentages

%8.09
%24.28
%0
%32.16

Codes

Color #9F83AD in popluar color models

9F83AD
RGB159131173
HSL280°20.39%59.61%
HSB/HSV280°24.28%67.84%
CMYK8.09%24.28%0.00%
32.16%

Color #9F83AD in popluar number systems.

HEX9F83AD
Decimal159131173
Binary100111111000001110101101
Octal237203255

Shades and tints

Shades of #9F83AD

#9F83AD
(159,131,173)
#91789E
(145,120,158)
#836D8F
(131,109,143)
#756280
(117,98,128)
#675771
(103,87,113)
#594C62
(89,76,98)
#4B4153
(75,65,83)
#3D3644
(61,54,68)
#2F2B35
(47,43,53)
#212026
(33,32,38)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #9F83AD

#9F83AD
(159,131,173)
#A78EB4
(167,142,180)
#AF99BB
(175,153,187)
#B7A4C2
(183,164,194)
#BFAFC9
(191,175,201)
#C7BAD0
(199,186,208)
#CFC5D7
(207,197,215)
#D7D0DE
(215,208,222)
#DFDBE5
(223,219,229)
#E7E6EC
(231,230,236)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F83AD color. Also use rgb(159,131,173) instead hex code.

Text Font Color

.myTextColor { color: #9F83AD; }

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

This text font color is #9F83AD.


Background Color

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

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

This div background color is #9F83AD.


Border color

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

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

This div border color is #9F83AD.


Opacity

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

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

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

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

This text has shadow with #9F83AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F83AD on black background.


Color preview on white background

This text has color #9F83AD on white background.



Black color preview on #9F83AD background

This text has black color on #9F83AD background.


White color preview on #9F83AD background

This text has white color on #9F83AD background.