COLOR #9F83BF

HEX: #9F83BF
RGB: (159,131,191)

Color info

#9F83BF contains mainly red and blue colors. Web safe color of #9F83BF is #9999CC (or #99C).

RGB color model

#9F83BF color RGB value is (159,131,191).

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

RGB channels and saturation

R 159 of 255 = 62%
G 131 of 255 = 51%
B 191 of 255 = 75%

159
131
191

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

Portions of RGB colors in percentages

R + G + B =
159 + 131 + 191 = 481 (100%)
R 159 of 481 ~ 33.06%
G 131 of 481 ~ 27.23%
B 191 of 481 ~ 39.71%

%33.06
%27.23
%39.71

CMYK color model

#9F83BF color CMYK value is (17,31,0,25).

  • cyan value is 16.75%
  • magenta value is 31.41%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(17,31,0,25)
C17M31Y0K25 
(17%,31%,0%,25%)
(0.17/0.31/0.00/0.25)	

CMYK percentages

%16.75
%31.41
%0
%25.1

Codes

Color #9F83BF in popluar color models

9F83BF
RGB159131191
HSL268°31.91%63.14%
HSB/HSV268°31.41%74.90%
CMYK16.75%31.41%0.00%
25.10%

Color #9F83BF in popluar number systems.

HEX9F83BF
Decimal159131191
Binary100111111000001110111111
Octal237203277

Shades and tints

Shades of #9F83BF

#9F83BF
(159,131,191)
#9178AE
(145,120,174)
#836D9D
(131,109,157)
#75628C
(117,98,140)
#67577B
(103,87,123)
#594C6A
(89,76,106)
#4B4159
(75,65,89)
#3D3648
(61,54,72)
#2F2B37
(47,43,55)
#212026
(33,32,38)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #9F83BF

#9F83BF
(159,131,191)
#A78EC4
(167,142,196)
#AF99C9
(175,153,201)
#B7A4CE
(183,164,206)
#BFAFD3
(191,175,211)
#C7BAD8
(199,186,216)
#CFC5DD
(207,197,221)
#D7D0E2
(215,208,226)
#DFDBE7
(223,219,231)
#E7E6EC
(231,230,236)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F83BF; }

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

This text font color is #9F83BF.


Background Color

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

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

This div background color is #9F83BF.


Border color

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

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

This div border color is #9F83BF.


Opacity

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

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

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

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

This text has shadow with #9F83BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F83BF on black background.


Color preview on white background

This text has color #9F83BF on white background.



Black color preview on #9F83BF background

This text has black color on #9F83BF background.


White color preview on #9F83BF background

This text has white color on #9F83BF background.