COLOR #9F8FC1

HEX: #9F8FC1
RGB: (159,143,193)

Color info

#9F8FC1 contains red, green and blue colors in about the same proportion. Web safe color of #9F8FC1 is #9999CC (or #99C).

RGB color model

#9F8FC1 color RGB value is (159,143,193).

  • red value is 159;
  • green value is 143;
  • blue value is 193.
RGB:
(159,143,193)
(62%,56%,76%)

RGB channels and saturation

R 159 of 255 = 62%
G 143 of 255 = 56%
B 193 of 255 = 76%

159
143
193

R + G + B ~ 65%. #9F8FC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 143 + 193 = 495 (100%)
R 159 of 495 ~ 32.12%
G 143 of 495 ~ 28.89%
B 193 of 495 ~ 38.99%

%32.12
%28.89
%38.99

CMYK color model

#9F8FC1 color CMYK value is (18,26,0,24).

  • cyan value is 17.62%
  • magenta value is 25.91%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(18,26,0,24)
C18M26Y0K24 
(18%,26%,0%,24%)
(0.18/0.26/0.00/0.24)	

CMYK percentages

%17.62
%25.91
%0
%24.31

Codes

Color #9F8FC1 in popluar color models

9F8FC1
RGB159143193
HSL259°28.74%65.88%
HSB/HSV259°25.91%75.69%
CMYK17.62%25.91%0.00%
24.31%

Color #9F8FC1 in popluar number systems.

HEX9F8FC1
Decimal159143193
Binary100111111000111111000001
Octal237217301

Shades and tints

Shades of #9F8FC1

#9F8FC1
(159,143,193)
#9182B0
(145,130,176)
#83759F
(131,117,159)
#75688E
(117,104,142)
#675B7D
(103,91,125)
#594E6C
(89,78,108)
#4B415B
(75,65,91)
#3D344A
(61,52,74)
#2F2739
(47,39,57)
#211A28
(33,26,40)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #9F8FC1

#9F8FC1
(159,143,193)
#A799C6
(167,153,198)
#AFA3CB
(175,163,203)
#B7ADD0
(183,173,208)
#BFB7D5
(191,183,213)
#C7C1DA
(199,193,218)
#CFCBDF
(207,203,223)
#D7D5E4
(215,213,228)
#DFDFE9
(223,223,233)
#E7E9EE
(231,233,238)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F8FC1 color. Also use rgb(159,143,193) instead hex code.

Text Font Color

.myTextColor { color: #9F8FC1; }

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

This text font color is #9F8FC1.


Background Color

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

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

This div background color is #9F8FC1.


Border color

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

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

This div border color is #9F8FC1.


Opacity

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

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

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

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

This text has shadow with #9F8FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F8FC1 on black background.


Color preview on white background

This text has color #9F8FC1 on white background.



Black color preview on #9F8FC1 background

This text has black color on #9F8FC1 background.


White color preview on #9F8FC1 background

This text has white color on #9F8FC1 background.