COLOR #9F508F

HEX: #9F508F
RGB: (159,80,143)

Color info

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

RGB color model

#9F508F color RGB value is (159,80,143).

  • red value is 159;
  • green value is 80;
  • blue value is 143.
RGB:
(159,80,143)
(62%,31%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 80 of 255 = 31%
B 143 of 255 = 56%

159
80
143

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

Portions of RGB colors in percentages

R + G + B =
159 + 80 + 143 = 382 (100%)
R 159 of 382 ~ 41.62%
G 80 of 382 ~ 20.94%
B 143 of 382 ~ 37.43%

%41.62
%20.94
%37.43

CMYK color model

#9F508F color CMYK value is (0,50,10,38).

  • cyan value is 0.00%
  • magenta value is 49.69%
  • yellow value is 10.06%
  • key color value is 37.65%
CMYK:
(0,50,10,38)
C0M50Y10K38 
(0%,50%,10%,38%)
(0.00/0.50/0.10/0.38)	

CMYK percentages

%0
%49.69
%10.06
%37.65

Codes

Color #9F508F in popluar color models

9F508F
RGB15980143
HSL312°33.05%46.86%
HSB/HSV312°49.69%62.35%
CMYK0.00%49.69%10.06%
37.65%

Color #9F508F in popluar number systems.

HEX9F508F
Decimal15980143
Binary10011111101000010001111
Octal237120217

Shades and tints

Shades of #9F508F

#9F508F
(159,80,143)
#914982
(145,73,130)
#834275
(131,66,117)
#753B68
(117,59,104)
#67345B
(103,52,91)
#592D4E
(89,45,78)
#4B2641
(75,38,65)
#3D1F34
(61,31,52)
#2F1827
(47,24,39)
#21111A
(33,17,26)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #9F508F

#9F508F
(159,80,143)
#A75F99
(167,95,153)
#AF6EA3
(175,110,163)
#B77DAD
(183,125,173)
#BF8CB7
(191,140,183)
#C79BC1
(199,155,193)
#CFAACB
(207,170,203)
#D7B9D5
(215,185,213)
#DFC8DF
(223,200,223)
#E7D7E9
(231,215,233)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F508F color. Also use rgb(159,80,143) instead hex code.

Text Font Color

.myTextColor { color: #9F508F; }

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

This text font color is #9F508F.


Background Color

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

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

This div background color is #9F508F.


Border color

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

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

This div border color is #9F508F.


Opacity

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

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

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

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

This text has shadow with #9F508F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F508F on black background.


Color preview on white background

This text has color #9F508F on white background.



Black color preview on #9F508F background

This text has black color on #9F508F background.


White color preview on #9F508F background

This text has white color on #9F508F background.