COLOR #9F95B1

HEX: #9F95B1
RGB: (159,149,177)

Color info

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

RGB color model

#9F95B1 color RGB value is (159,149,177).

  • red value is 159;
  • green value is 149;
  • blue value is 177.
RGB:
(159,149,177)
(62%,58%,69%)

RGB channels and saturation

R 159 of 255 = 62%
G 149 of 255 = 58%
B 177 of 255 = 69%

159
149
177

R + G + B ~ 63%. #9F95B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 149 + 177 = 485 (100%)
R 159 of 485 ~ 32.78%
G 149 of 485 ~ 30.72%
B 177 of 485 ~ 36.49%

%32.78
%30.72
%36.49

CMYK color model

#9F95B1 color CMYK value is (10,16,0,31).

  • cyan value is 10.17%
  • magenta value is 15.82%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(10,16,0,31)
C10M16Y0K31 
(10%,16%,0%,31%)
(0.10/0.16/0.00/0.31)	

CMYK percentages

%10.17
%15.82
%0
%30.59

Codes

Color #9F95B1 in popluar color models

9F95B1
RGB159149177
HSL261°15.22%63.92%
HSB/HSV261°15.82%69.41%
CMYK10.17%15.82%0.00%
30.59%

Color #9F95B1 in popluar number systems.

HEX9F95B1
Decimal159149177
Binary100111111001010110110001
Octal237225261

Shades and tints

Shades of #9F95B1

#9F95B1
(159,149,177)
#9188A1
(145,136,161)
#837B91
(131,123,145)
#756E81
(117,110,129)
#676171
(103,97,113)
#595461
(89,84,97)
#4B4751
(75,71,81)
#3D3A41
(61,58,65)
#2F2D31
(47,45,49)
#212021
(33,32,33)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #9F95B1

#9F95B1
(159,149,177)
#A79EB8
(167,158,184)
#AFA7BF
(175,167,191)
#B7B0C6
(183,176,198)
#BFB9CD
(191,185,205)
#C7C2D4
(199,194,212)
#CFCBDB
(207,203,219)
#D7D4E2
(215,212,226)
#DFDDE9
(223,221,233)
#E7E6F0
(231,230,240)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F95B1 color. Also use rgb(159,149,177) instead hex code.

Text Font Color

.myTextColor { color: #9F95B1; }

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

This text font color is #9F95B1.


Background Color

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

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

This div background color is #9F95B1.


Border color

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

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

This div border color is #9F95B1.


Opacity

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

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

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

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

This text has shadow with #9F95B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F95B1 on black background.


Color preview on white background

This text has color #9F95B1 on white background.



Black color preview on #9F95B1 background

This text has black color on #9F95B1 background.


White color preview on #9F95B1 background

This text has white color on #9F95B1 background.