COLOR #9F63B1

HEX: #9F63B1
RGB: (159,99,177)

Color info

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

RGB color model

#9F63B1 color RGB value is (159,99,177).

  • red value is 159;
  • green value is 99;
  • blue value is 177.
RGB:
(159,99,177)
(62%,39%,69%)

RGB channels and saturation

R 159 of 255 = 62%
G 99 of 255 = 39%
B 177 of 255 = 69%

159
99
177

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

Portions of RGB colors in percentages

R + G + B =
159 + 99 + 177 = 435 (100%)
R 159 of 435 ~ 36.55%
G 99 of 435 ~ 22.76%
B 177 of 435 ~ 40.69%

%36.55
%22.76
%40.69

CMYK color model

#9F63B1 color CMYK value is (10,44,0,31).

  • cyan value is 10.17%
  • magenta value is 44.07%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(10,44,0,31)
C10M44Y0K31 
(10%,44%,0%,31%)
(0.10/0.44/0.00/0.31)	

CMYK percentages

%10.17
%44.07
%0
%30.59

Codes

Color #9F63B1 in popluar color models

9F63B1
RGB15999177
HSL286°33.33%54.12%
HSB/HSV286°44.07%69.41%
CMYK10.17%44.07%0.00%
30.59%

Color #9F63B1 in popluar number systems.

HEX9F63B1
Decimal15999177
Binary10011111110001110110001
Octal237143261

Shades and tints

Shades of #9F63B1

#9F63B1
(159,99,177)
#915AA1
(145,90,161)
#835191
(131,81,145)
#754881
(117,72,129)
#673F71
(103,63,113)
#593661
(89,54,97)
#4B2D51
(75,45,81)
#3D2441
(61,36,65)
#2F1B31
(47,27,49)
#211221
(33,18,33)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #9F63B1

#9F63B1
(159,99,177)
#A771B8
(167,113,184)
#AF7FBF
(175,127,191)
#B78DC6
(183,141,198)
#BF9BCD
(191,155,205)
#C7A9D4
(199,169,212)
#CFB7DB
(207,183,219)
#D7C5E2
(215,197,226)
#DFD3E9
(223,211,233)
#E7E1F0
(231,225,240)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F63B1 color. Also use rgb(159,99,177) instead hex code.

Text Font Color

.myTextColor { color: #9F63B1; }

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

This text font color is #9F63B1.


Background Color

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

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

This div background color is #9F63B1.


Border color

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

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

This div border color is #9F63B1.


Opacity

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

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

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

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

This text has shadow with #9F63B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F63B1 on black background.


Color preview on white background

This text has color #9F63B1 on white background.



Black color preview on #9F63B1 background

This text has black color on #9F63B1 background.


White color preview on #9F63B1 background

This text has white color on #9F63B1 background.