COLOR #9F5ECF

HEX: #9F5ECF
RGB: (159,94,207)

Color info

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

RGB color model

#9F5ECF color RGB value is (159,94,207).

  • red value is 159;
  • green value is 94;
  • blue value is 207.
RGB:
(159,94,207)
(62%,37%,81%)

RGB channels and saturation

R 159 of 255 = 62%
G 94 of 255 = 37%
B 207 of 255 = 81%

159
94
207

R + G + B ~ 60%. #9F5ECF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 94 + 207 = 460 (100%)
R 159 of 460 ~ 34.57%
G 94 of 460 ~ 20.43%
B 207 of 460 ~ 45%

%34.57
%20.43
%45

CMYK color model

#9F5ECF color CMYK value is (23,55,0,19).

  • cyan value is 23.19%
  • magenta value is 54.59%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(23,55,0,19)
C23M55Y0K19 
(23%,55%,0%,19%)
(0.23/0.55/0.00/0.19)	

CMYK percentages

%23.19
%54.59
%0
%18.82

Codes

Color #9F5ECF in popluar color models

9F5ECF
RGB15994207
HSL275°54.07%59.02%
HSB/HSV275°54.59%81.18%
CMYK23.19%54.59%0.00%
18.82%

Color #9F5ECF in popluar number systems.

HEX9F5ECF
Decimal15994207
Binary10011111101111011001111
Octal237136317

Shades and tints

Shades of #9F5ECF

#9F5ECF
(159,94,207)
#9156BD
(145,86,189)
#834EAB
(131,78,171)
#754699
(117,70,153)
#673E87
(103,62,135)
#593675
(89,54,117)
#4B2E63
(75,46,99)
#3D2651
(61,38,81)
#2F1E3F
(47,30,63)
#21162D
(33,22,45)
#130E1B
(19,14,27)
#000000
(0,0,0)

Tints of #9F5ECF

#9F5ECF
(159,94,207)
#A76CD3
(167,108,211)
#AF7AD7
(175,122,215)
#B788DB
(183,136,219)
#BF96DF
(191,150,223)
#C7A4E3
(199,164,227)
#CFB2E7
(207,178,231)
#D7C0EB
(215,192,235)
#DFCEEF
(223,206,239)
#E7DCF3
(231,220,243)
#EFEAF7
(239,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5ECF color. Also use rgb(159,94,207) instead hex code.

Text Font Color

.myTextColor { color: #9F5ECF; }

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

This text font color is #9F5ECF.


Background Color

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

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

This div background color is #9F5ECF.


Border color

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

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

This div border color is #9F5ECF.


Opacity

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

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

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

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

This text has shadow with #9F5ECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5ECF on black background.


Color preview on white background

This text has color #9F5ECF on white background.



Black color preview on #9F5ECF background

This text has black color on #9F5ECF background.


White color preview on #9F5ECF background

This text has white color on #9F5ECF background.