COLOR #9F71CD

HEX: #9F71CD
RGB: (159,113,205)

Color info

#9F71CD contains mainly red and blue colors. Web safe color of #9F71CD is #9966CC (or #96C).

RGB color model

#9F71CD color RGB value is (159,113,205).

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

RGB channels and saturation

R 159 of 255 = 62%
G 113 of 255 = 44%
B 205 of 255 = 80%

159
113
205

R + G + B ~ 62%. #9F71CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 113 + 205 = 477 (100%)
R 159 of 477 ~ 33.33%
G 113 of 477 ~ 23.69%
B 205 of 477 ~ 42.98%

%33.33
%23.69
%42.98

CMYK color model

#9F71CD color CMYK value is (22,45,0,20).

  • cyan value is 22.44%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(22,45,0,20)
C22M45Y0K20 
(22%,45%,0%,20%)
(0.22/0.45/0.00/0.20)	

CMYK percentages

%22.44
%44.88
%0
%19.61

Codes

Color #9F71CD in popluar color models

9F71CD
RGB159113205
HSL270°47.92%62.35%
HSB/HSV270°44.88%80.39%
CMYK22.44%44.88%0.00%
19.61%

Color #9F71CD in popluar number systems.

HEX9F71CD
Decimal159113205
Binary10011111111000111001101
Octal237161315

Shades and tints

Shades of #9F71CD

#9F71CD
(159,113,205)
#9167BB
(145,103,187)
#835DA9
(131,93,169)
#755397
(117,83,151)
#674985
(103,73,133)
#593F73
(89,63,115)
#4B3561
(75,53,97)
#3D2B4F
(61,43,79)
#2F213D
(47,33,61)
#21172B
(33,23,43)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #9F71CD

#9F71CD
(159,113,205)
#A77DD1
(167,125,209)
#AF89D5
(175,137,213)
#B795D9
(183,149,217)
#BFA1DD
(191,161,221)
#C7ADE1
(199,173,225)
#CFB9E5
(207,185,229)
#D7C5E9
(215,197,233)
#DFD1ED
(223,209,237)
#E7DDF1
(231,221,241)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F71CD; }

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

This text font color is #9F71CD.


Background Color

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

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

This div background color is #9F71CD.


Border color

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

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

This div border color is #9F71CD.


Opacity

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

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

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

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

This text has shadow with #9F71CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F71CD on black background.


Color preview on white background

This text has color #9F71CD on white background.



Black color preview on #9F71CD background

This text has black color on #9F71CD background.


White color preview on #9F71CD background

This text has white color on #9F71CD background.