COLOR #9F3CCE

HEX: #9F3CCE
RGB: (159,60,206)

Color info

#9F3CCE contains mainly red and blue colors. Web safe color of #9F3CCE is #9933CC (or #93C).

RGB color model

#9F3CCE color RGB value is (159,60,206).

  • red value is 159;
  • green value is 60;
  • blue value is 206.
RGB:
(159,60,206)
(62%,24%,81%)

RGB channels and saturation

R 159 of 255 = 62%
G 60 of 255 = 24%
B 206 of 255 = 81%

159
60
206

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

Portions of RGB colors in percentages

R + G + B =
159 + 60 + 206 = 425 (100%)
R 159 of 425 ~ 37.41%
G 60 of 425 ~ 14.12%
B 206 of 425 ~ 48.47%

%37.41
%14.12
%48.47

CMYK color model

#9F3CCE color CMYK value is (23,71,0,19).

  • cyan value is 22.82%
  • magenta value is 70.87%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(23,71,0,19)
C23M71Y0K19 
(23%,71%,0%,19%)
(0.23/0.71/0.00/0.19)	

CMYK percentages

%22.82
%70.87
%0
%19.22

Codes

Color #9F3CCE in popluar color models

9F3CCE
RGB15960206
HSL281°59.84%52.16%
HSB/HSV281°70.87%80.78%
CMYK22.82%70.87%0.00%
19.22%

Color #9F3CCE in popluar number systems.

HEX9F3CCE
Decimal15960206
Binary1001111111110011001110
Octal23774316

Shades and tints

Shades of #9F3CCE

#9F3CCE
(159,60,206)
#9137BC
(145,55,188)
#8332AA
(131,50,170)
#752D98
(117,45,152)
#672886
(103,40,134)
#592374
(89,35,116)
#4B1E62
(75,30,98)
#3D1950
(61,25,80)
#2F143E
(47,20,62)
#210F2C
(33,15,44)
#130A1A
(19,10,26)
#000000
(0,0,0)

Tints of #9F3CCE

#9F3CCE
(159,60,206)
#A74DD2
(167,77,210)
#AF5ED6
(175,94,214)
#B76FDA
(183,111,218)
#BF80DE
(191,128,222)
#C791E2
(199,145,226)
#CFA2E6
(207,162,230)
#D7B3EA
(215,179,234)
#DFC4EE
(223,196,238)
#E7D5F2
(231,213,242)
#EFE6F6
(239,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F3CCE color. Also use rgb(159,60,206) instead hex code.

Text Font Color

.myTextColor { color: #9F3CCE; }

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

This text font color is #9F3CCE.


Background Color

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

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

This div background color is #9F3CCE.


Border color

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

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

This div border color is #9F3CCE.


Opacity

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

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

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

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

This text has shadow with #9F3CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F3CCE on black background.


Color preview on white background

This text has color #9F3CCE on white background.



Black color preview on #9F3CCE background

This text has black color on #9F3CCE background.


White color preview on #9F3CCE background

This text has white color on #9F3CCE background.