COLOR #9F349D

HEX: #9F349D
RGB: (159,52,157)

Color info

#9F349D contains mainly red and blue colors. Web safe color of #9F349D is #993399 (or #939).

RGB color model

#9F349D color RGB value is (159,52,157).

  • red value is 159;
  • green value is 52;
  • blue value is 157.
RGB:
(159,52,157)
(62%,20%,62%)

RGB channels and saturation

R 159 of 255 = 62%
G 52 of 255 = 20%
B 157 of 255 = 62%

159
52
157

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

Portions of RGB colors in percentages

R + G + B =
159 + 52 + 157 = 368 (100%)
R 159 of 368 ~ 43.21%
G 52 of 368 ~ 14.13%
B 157 of 368 ~ 42.66%

%43.21
%14.13
%42.66

CMYK color model

#9F349D color CMYK value is (0,67,1,38).

  • cyan value is 0.00%
  • magenta value is 67.30%
  • yellow value is 1.26%
  • key color value is 37.65%
CMYK:
(0,67,1,38)
C0M67Y1K38 
(0%,67%,1%,38%)
(0.00/0.67/0.01/0.38)	

CMYK percentages

%0
%67.3
%1.26
%37.65

Codes

Color #9F349D in popluar color models

9F349D
RGB15952157
HSL301°50.71%41.37%
HSB/HSV301°67.30%62.35%
CMYK0.00%67.30%1.26%
37.65%

Color #9F349D in popluar number systems.

HEX9F349D
Decimal15952157
Binary1001111111010010011101
Octal23764235

Shades and tints

Shades of #9F349D

#9F349D
(159,52,157)
#91308F
(145,48,143)
#832C81
(131,44,129)
#752873
(117,40,115)
#672465
(103,36,101)
#592057
(89,32,87)
#4B1C49
(75,28,73)
#3D183B
(61,24,59)
#2F142D
(47,20,45)
#21101F
(33,16,31)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #9F349D

#9F349D
(159,52,157)
#A746A5
(167,70,165)
#AF58AD
(175,88,173)
#B76AB5
(183,106,181)
#BF7CBD
(191,124,189)
#C78EC5
(199,142,197)
#CFA0CD
(207,160,205)
#D7B2D5
(215,178,213)
#DFC4DD
(223,196,221)
#E7D6E5
(231,214,229)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F349D color. Also use rgb(159,52,157) instead hex code.

Text Font Color

.myTextColor { color: #9F349D; }

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

This text font color is #9F349D.


Background Color

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

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

This div background color is #9F349D.


Border color

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

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

This div border color is #9F349D.


Opacity

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

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

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

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

This text has shadow with #9F349D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F349D on black background.


Color preview on white background

This text has color #9F349D on white background.



Black color preview on #9F349D background

This text has black color on #9F349D background.


White color preview on #9F349D background

This text has white color on #9F349D background.