COLOR #9F6CCA

HEX: #9F6CCA
RGB: (159,108,202)

Color info

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

RGB color model

#9F6CCA color RGB value is (159,108,202).

  • red value is 159;
  • green value is 108;
  • blue value is 202.
RGB:
(159,108,202)
(62%,42%,79%)

RGB channels and saturation

R 159 of 255 = 62%
G 108 of 255 = 42%
B 202 of 255 = 79%

159
108
202

R + G + B ~ 61%. #9F6CCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 108 + 202 = 469 (100%)
R 159 of 469 ~ 33.9%
G 108 of 469 ~ 23.03%
B 202 of 469 ~ 43.07%

%33.9
%23.03
%43.07

CMYK color model

#9F6CCA color CMYK value is (21,47,0,21).

  • cyan value is 21.29%
  • magenta value is 46.53%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(21,47,0,21)
C21M47Y0K21 
(21%,47%,0%,21%)
(0.21/0.47/0.00/0.21)	

CMYK percentages

%21.29
%46.53
%0
%20.78

Codes

Color #9F6CCA in popluar color models

9F6CCA
RGB159108202
HSL273°47.00%60.78%
HSB/HSV273°46.53%79.22%
CMYK21.29%46.53%0.00%
20.78%

Color #9F6CCA in popluar number systems.

HEX9F6CCA
Decimal159108202
Binary10011111110110011001010
Octal237154312

Shades and tints

Shades of #9F6CCA

#9F6CCA
(159,108,202)
#9163B8
(145,99,184)
#835AA6
(131,90,166)
#755194
(117,81,148)
#674882
(103,72,130)
#593F70
(89,63,112)
#4B365E
(75,54,94)
#3D2D4C
(61,45,76)
#2F243A
(47,36,58)
#211B28
(33,27,40)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #9F6CCA

#9F6CCA
(159,108,202)
#A779CE
(167,121,206)
#AF86D2
(175,134,210)
#B793D6
(183,147,214)
#BFA0DA
(191,160,218)
#C7ADDE
(199,173,222)
#CFBAE2
(207,186,226)
#D7C7E6
(215,199,230)
#DFD4EA
(223,212,234)
#E7E1EE
(231,225,238)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6CCA color. Also use rgb(159,108,202) instead hex code.

Text Font Color

.myTextColor { color: #9F6CCA; }

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

This text font color is #9F6CCA.


Background Color

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

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

This div background color is #9F6CCA.


Border color

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

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

This div border color is #9F6CCA.


Opacity

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

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

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

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

This text has shadow with #9F6CCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6CCA on black background.


Color preview on white background

This text has color #9F6CCA on white background.



Black color preview on #9F6CCA background

This text has black color on #9F6CCA background.


White color preview on #9F6CCA background

This text has white color on #9F6CCA background.