COLOR #9F6DB5

HEX: #9F6DB5
RGB: (159,109,181)

Color info

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

RGB color model

#9F6DB5 color RGB value is (159,109,181).

  • red value is 159;
  • green value is 109;
  • blue value is 181.
RGB:
(159,109,181)
(62%,43%,71%)

RGB channels and saturation

R 159 of 255 = 62%
G 109 of 255 = 43%
B 181 of 255 = 71%

159
109
181

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

Portions of RGB colors in percentages

R + G + B =
159 + 109 + 181 = 449 (100%)
R 159 of 449 ~ 35.41%
G 109 of 449 ~ 24.28%
B 181 of 449 ~ 40.31%

%35.41
%24.28
%40.31

CMYK color model

#9F6DB5 color CMYK value is (12,40,0,29).

  • cyan value is 12.15%
  • magenta value is 39.78%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(12,40,0,29)
C12M40Y0K29 
(12%,40%,0%,29%)
(0.12/0.40/0.00/0.29)	

CMYK percentages

%12.15
%39.78
%0
%29.02

Codes

Color #9F6DB5 in popluar color models

9F6DB5
RGB159109181
HSL282°32.73%56.86%
HSB/HSV282°39.78%70.98%
CMYK12.15%39.78%0.00%
29.02%

Color #9F6DB5 in popluar number systems.

HEX9F6DB5
Decimal159109181
Binary10011111110110110110101
Octal237155265

Shades and tints

Shades of #9F6DB5

#9F6DB5
(159,109,181)
#9164A5
(145,100,165)
#835B95
(131,91,149)
#755285
(117,82,133)
#674975
(103,73,117)
#594065
(89,64,101)
#4B3755
(75,55,85)
#3D2E45
(61,46,69)
#2F2535
(47,37,53)
#211C25
(33,28,37)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #9F6DB5

#9F6DB5
(159,109,181)
#A77ABB
(167,122,187)
#AF87C1
(175,135,193)
#B794C7
(183,148,199)
#BFA1CD
(191,161,205)
#C7AED3
(199,174,211)
#CFBBD9
(207,187,217)
#D7C8DF
(215,200,223)
#DFD5E5
(223,213,229)
#E7E2EB
(231,226,235)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6DB5 color. Also use rgb(159,109,181) instead hex code.

Text Font Color

.myTextColor { color: #9F6DB5; }

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

This text font color is #9F6DB5.


Background Color

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

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

This div background color is #9F6DB5.


Border color

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

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

This div border color is #9F6DB5.


Opacity

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

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

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

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

This text has shadow with #9F6DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6DB5 on black background.


Color preview on white background

This text has color #9F6DB5 on white background.



Black color preview on #9F6DB5 background

This text has black color on #9F6DB5 background.


White color preview on #9F6DB5 background

This text has white color on #9F6DB5 background.