COLOR #9F66C9

HEX: #9F66C9
RGB: (159,102,201)

Color info

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

RGB color model

#9F66C9 color RGB value is (159,102,201).

  • red value is 159;
  • green value is 102;
  • blue value is 201.
RGB:
(159,102,201)
(62%,40%,79%)

RGB channels and saturation

R 159 of 255 = 62%
G 102 of 255 = 40%
B 201 of 255 = 79%

159
102
201

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

Portions of RGB colors in percentages

R + G + B =
159 + 102 + 201 = 462 (100%)
R 159 of 462 ~ 34.42%
G 102 of 462 ~ 22.08%
B 201 of 462 ~ 43.51%

%34.42
%22.08
%43.51

CMYK color model

#9F66C9 color CMYK value is (21,49,0,21).

  • cyan value is 20.90%
  • magenta value is 49.25%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(21,49,0,21)
C21M49Y0K21 
(21%,49%,0%,21%)
(0.21/0.49/0.00/0.21)	

CMYK percentages

%20.9
%49.25
%0
%21.18

Codes

Color #9F66C9 in popluar color models

9F66C9
RGB159102201
HSL275°47.83%59.41%
HSB/HSV275°49.25%78.82%
CMYK20.90%49.25%0.00%
21.18%

Color #9F66C9 in popluar number systems.

HEX9F66C9
Decimal159102201
Binary10011111110011011001001
Octal237146311

Shades and tints

Shades of #9F66C9

#9F66C9
(159,102,201)
#915DB7
(145,93,183)
#8354A5
(131,84,165)
#754B93
(117,75,147)
#674281
(103,66,129)
#59396F
(89,57,111)
#4B305D
(75,48,93)
#3D274B
(61,39,75)
#2F1E39
(47,30,57)
#211527
(33,21,39)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #9F66C9

#9F66C9
(159,102,201)
#A773CD
(167,115,205)
#AF80D1
(175,128,209)
#B78DD5
(183,141,213)
#BF9AD9
(191,154,217)
#C7A7DD
(199,167,221)
#CFB4E1
(207,180,225)
#D7C1E5
(215,193,229)
#DFCEE9
(223,206,233)
#E7DBED
(231,219,237)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F66C9 color. Also use rgb(159,102,201) instead hex code.

Text Font Color

.myTextColor { color: #9F66C9; }

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

This text font color is #9F66C9.


Background Color

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

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

This div background color is #9F66C9.


Border color

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

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

This div border color is #9F66C9.


Opacity

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

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

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

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

This text has shadow with #9F66C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F66C9 on black background.


Color preview on white background

This text has color #9F66C9 on white background.



Black color preview on #9F66C9 background

This text has black color on #9F66C9 background.


White color preview on #9F66C9 background

This text has white color on #9F66C9 background.