COLOR #9F64A3

HEX: #9F64A3
RGB: (159,100,163)

Color info

#9F64A3 contains mainly red and blue colors. Web safe color of #9F64A3 is #996699 (or #969).

RGB color model

#9F64A3 color RGB value is (159,100,163).

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

RGB channels and saturation

R 159 of 255 = 62%
G 100 of 255 = 39%
B 163 of 255 = 64%

159
100
163

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

Portions of RGB colors in percentages

R + G + B =
159 + 100 + 163 = 422 (100%)
R 159 of 422 ~ 37.68%
G 100 of 422 ~ 23.7%
B 163 of 422 ~ 38.63%

%37.68
%23.7
%38.63

CMYK color model

#9F64A3 color CMYK value is (2,39,0,36).

  • cyan value is 2.45%
  • magenta value is 38.65%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(2,39,0,36)
C2M39Y0K36 
(2%,39%,0%,36%)
(0.02/0.39/0.00/0.36)	

CMYK percentages

%2.45
%38.65
%0
%36.08

Codes

Color #9F64A3 in popluar color models

9F64A3
RGB159100163
HSL296°25.51%51.57%
HSB/HSV296°38.65%63.92%
CMYK2.45%38.65%0.00%
36.08%

Color #9F64A3 in popluar number systems.

HEX9F64A3
Decimal159100163
Binary10011111110010010100011
Octal237144243

Shades and tints

Shades of #9F64A3

#9F64A3
(159,100,163)
#915B95
(145,91,149)
#835287
(131,82,135)
#754979
(117,73,121)
#67406B
(103,64,107)
#59375D
(89,55,93)
#4B2E4F
(75,46,79)
#3D2541
(61,37,65)
#2F1C33
(47,28,51)
#211325
(33,19,37)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #9F64A3

#9F64A3
(159,100,163)
#A772AB
(167,114,171)
#AF80B3
(175,128,179)
#B78EBB
(183,142,187)
#BF9CC3
(191,156,195)
#C7AACB
(199,170,203)
#CFB8D3
(207,184,211)
#D7C6DB
(215,198,219)
#DFD4E3
(223,212,227)
#E7E2EB
(231,226,235)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F64A3; }

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

This text font color is #9F64A3.


Background Color

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

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

This div background color is #9F64A3.


Border color

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

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

This div border color is #9F64A3.


Opacity

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

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

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

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

This text has shadow with #9F64A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F64A3 on black background.


Color preview on white background

This text has color #9F64A3 on white background.



Black color preview on #9F64A3 background

This text has black color on #9F64A3 background.


White color preview on #9F64A3 background

This text has white color on #9F64A3 background.