COLOR #9F64B7

HEX: #9F64B7
RGB: (159,100,183)

Color info

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

RGB color model

#9F64B7 color RGB value is (159,100,183).

  • red value is 159;
  • green value is 100;
  • blue value is 183.
RGB:
(159,100,183)
(62%,39%,72%)

RGB channels and saturation

R 159 of 255 = 62%
G 100 of 255 = 39%
B 183 of 255 = 72%

159
100
183

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

Portions of RGB colors in percentages

R + G + B =
159 + 100 + 183 = 442 (100%)
R 159 of 442 ~ 35.97%
G 100 of 442 ~ 22.62%
B 183 of 442 ~ 41.4%

%35.97
%22.62
%41.4

CMYK color model

#9F64B7 color CMYK value is (13,45,0,28).

  • cyan value is 13.11%
  • magenta value is 45.36%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(13,45,0,28)
C13M45Y0K28 
(13%,45%,0%,28%)
(0.13/0.45/0.00/0.28)	

CMYK percentages

%13.11
%45.36
%0
%28.24

Codes

Color #9F64B7 in popluar color models

9F64B7
RGB159100183
HSL283°36.56%55.49%
HSB/HSV283°45.36%71.76%
CMYK13.11%45.36%0.00%
28.24%

Color #9F64B7 in popluar number systems.

HEX9F64B7
Decimal159100183
Binary10011111110010010110111
Octal237144267

Shades and tints

Shades of #9F64B7

#9F64B7
(159,100,183)
#915BA7
(145,91,167)
#835297
(131,82,151)
#754987
(117,73,135)
#674077
(103,64,119)
#593767
(89,55,103)
#4B2E57
(75,46,87)
#3D2547
(61,37,71)
#2F1C37
(47,28,55)
#211327
(33,19,39)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #9F64B7

#9F64B7
(159,100,183)
#A772BD
(167,114,189)
#AF80C3
(175,128,195)
#B78EC9
(183,142,201)
#BF9CCF
(191,156,207)
#C7AAD5
(199,170,213)
#CFB8DB
(207,184,219)
#D7C6E1
(215,198,225)
#DFD4E7
(223,212,231)
#E7E2ED
(231,226,237)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F64B7 color. Also use rgb(159,100,183) instead hex code.

Text Font Color

.myTextColor { color: #9F64B7; }

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

This text font color is #9F64B7.


Background Color

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

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

This div background color is #9F64B7.


Border color

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

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

This div border color is #9F64B7.


Opacity

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

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

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

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

This text has shadow with #9F64B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F64B7 on black background.


Color preview on white background

This text has color #9F64B7 on white background.



Black color preview on #9F64B7 background

This text has black color on #9F64B7 background.


White color preview on #9F64B7 background

This text has white color on #9F64B7 background.