COLOR #9F84CD

HEX: #9F84CD
RGB: (159,132,205)

Color info

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

RGB color model

#9F84CD color RGB value is (159,132,205).

  • red value is 159;
  • green value is 132;
  • blue value is 205.
RGB:
(159,132,205)
(62%,52%,80%)

RGB channels and saturation

R 159 of 255 = 62%
G 132 of 255 = 52%
B 205 of 255 = 80%

159
132
205

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

Portions of RGB colors in percentages

R + G + B =
159 + 132 + 205 = 496 (100%)
R 159 of 496 ~ 32.06%
G 132 of 496 ~ 26.61%
B 205 of 496 ~ 41.33%

%32.06
%26.61
%41.33

CMYK color model

#9F84CD color CMYK value is (22,36,0,20).

  • cyan value is 22.44%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(22,36,0,20)
C22M36Y0K20 
(22%,36%,0%,20%)
(0.22/0.36/0.00/0.20)	

CMYK percentages

%22.44
%35.61
%0
%19.61

Codes

Color #9F84CD in popluar color models

9F84CD
RGB159132205
HSL262°42.20%66.08%
HSB/HSV262°35.61%80.39%
CMYK22.44%35.61%0.00%
19.61%

Color #9F84CD in popluar number systems.

HEX9F84CD
Decimal159132205
Binary100111111000010011001101
Octal237204315

Shades and tints

Shades of #9F84CD

#9F84CD
(159,132,205)
#9178BB
(145,120,187)
#836CA9
(131,108,169)
#756097
(117,96,151)
#675485
(103,84,133)
#594873
(89,72,115)
#4B3C61
(75,60,97)
#3D304F
(61,48,79)
#2F243D
(47,36,61)
#21182B
(33,24,43)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #9F84CD

#9F84CD
(159,132,205)
#A78FD1
(167,143,209)
#AF9AD5
(175,154,213)
#B7A5D9
(183,165,217)
#BFB0DD
(191,176,221)
#C7BBE1
(199,187,225)
#CFC6E5
(207,198,229)
#D7D1E9
(215,209,233)
#DFDCED
(223,220,237)
#E7E7F1
(231,231,241)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F84CD color. Also use rgb(159,132,205) instead hex code.

Text Font Color

.myTextColor { color: #9F84CD; }

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

This text font color is #9F84CD.


Background Color

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

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

This div background color is #9F84CD.


Border color

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

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

This div border color is #9F84CD.


Opacity

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

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

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

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

This text has shadow with #9F84CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F84CD on black background.


Color preview on white background

This text has color #9F84CD on white background.



Black color preview on #9F84CD background

This text has black color on #9F84CD background.


White color preview on #9F84CD background

This text has white color on #9F84CD background.