COLOR #9F5F9A

HEX: #9F5F9A
RGB: (159,95,154)

Color info

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

RGB color model

#9F5F9A color RGB value is (159,95,154).

  • red value is 159;
  • green value is 95;
  • blue value is 154.
RGB:
(159,95,154)
(62%,37%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 95 of 255 = 37%
B 154 of 255 = 60%

159
95
154

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

Portions of RGB colors in percentages

R + G + B =
159 + 95 + 154 = 408 (100%)
R 159 of 408 ~ 38.97%
G 95 of 408 ~ 23.28%
B 154 of 408 ~ 37.75%

%38.97
%23.28
%37.75

CMYK color model

#9F5F9A color CMYK value is (0,40,3,38).

  • cyan value is 0.00%
  • magenta value is 40.25%
  • yellow value is 3.14%
  • key color value is 37.65%
CMYK:
(0,40,3,38)
C0M40Y3K38 
(0%,40%,3%,38%)
(0.00/0.40/0.03/0.38)	

CMYK percentages

%0
%40.25
%3.14
%37.65

Codes

Color #9F5F9A in popluar color models

9F5F9A
RGB15995154
HSL305°25.20%49.80%
HSB/HSV305°40.25%62.35%
CMYK0.00%40.25%3.14%
37.65%

Color #9F5F9A in popluar number systems.

HEX9F5F9A
Decimal15995154
Binary10011111101111110011010
Octal237137232

Shades and tints

Shades of #9F5F9A

#9F5F9A
(159,95,154)
#91578C
(145,87,140)
#834F7E
(131,79,126)
#754770
(117,71,112)
#673F62
(103,63,98)
#593754
(89,55,84)
#4B2F46
(75,47,70)
#3D2738
(61,39,56)
#2F1F2A
(47,31,42)
#21171C
(33,23,28)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #9F5F9A

#9F5F9A
(159,95,154)
#A76DA3
(167,109,163)
#AF7BAC
(175,123,172)
#B789B5
(183,137,181)
#BF97BE
(191,151,190)
#C7A5C7
(199,165,199)
#CFB3D0
(207,179,208)
#D7C1D9
(215,193,217)
#DFCFE2
(223,207,226)
#E7DDEB
(231,221,235)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5F9A color. Also use rgb(159,95,154) instead hex code.

Text Font Color

.myTextColor { color: #9F5F9A; }

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

This text font color is #9F5F9A.


Background Color

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

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

This div background color is #9F5F9A.


Border color

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

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

This div border color is #9F5F9A.


Opacity

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

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

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

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

This text has shadow with #9F5F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5F9A on black background.


Color preview on white background

This text has color #9F5F9A on white background.



Black color preview on #9F5F9A background

This text has black color on #9F5F9A background.


White color preview on #9F5F9A background

This text has white color on #9F5F9A background.