COLOR #9F309D

HEX: #9F309D
RGB: (159,48,157)

Color info

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

RGB color model

#9F309D color RGB value is (159,48,157).

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

RGB channels and saturation

R 159 of 255 = 62%
G 48 of 255 = 19%
B 157 of 255 = 62%

159
48
157

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

Portions of RGB colors in percentages

R + G + B =
159 + 48 + 157 = 364 (100%)
R 159 of 364 ~ 43.68%
G 48 of 364 ~ 13.19%
B 157 of 364 ~ 43.13%

%43.68
%13.19
%43.13

CMYK color model

#9F309D color CMYK value is (0,70,1,38).

  • cyan value is 0.00%
  • magenta value is 69.81%
  • yellow value is 1.26%
  • key color value is 37.65%
CMYK:
(0,70,1,38)
C0M70Y1K38 
(0%,70%,1%,38%)
(0.00/0.70/0.01/0.38)	

CMYK percentages

%0
%69.81
%1.26
%37.65

Codes

Color #9F309D in popluar color models

9F309D
RGB15948157
HSL301°53.62%40.59%
HSB/HSV301°69.81%62.35%
CMYK0.00%69.81%1.26%
37.65%

Color #9F309D in popluar number systems.

HEX9F309D
Decimal15948157
Binary1001111111000010011101
Octal23760235

Shades and tints

Shades of #9F309D

#9F309D
(159,48,157)
#912C8F
(145,44,143)
#832881
(131,40,129)
#752473
(117,36,115)
#672065
(103,32,101)
#591C57
(89,28,87)
#4B1849
(75,24,73)
#3D143B
(61,20,59)
#2F102D
(47,16,45)
#210C1F
(33,12,31)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #9F309D

#9F309D
(159,48,157)
#A742A5
(167,66,165)
#AF54AD
(175,84,173)
#B766B5
(183,102,181)
#BF78BD
(191,120,189)
#C78AC5
(199,138,197)
#CF9CCD
(207,156,205)
#D7AED5
(215,174,213)
#DFC0DD
(223,192,221)
#E7D2E5
(231,210,229)
#EFE4ED
(239,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F309D; }

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

This text font color is #9F309D.


Background Color

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

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

This div background color is #9F309D.


Border color

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

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

This div border color is #9F309D.


Opacity

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

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

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

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

This text has shadow with #9F309D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F309D on black background.


Color preview on white background

This text has color #9F309D on white background.



Black color preview on #9F309D background

This text has black color on #9F309D background.


White color preview on #9F309D background

This text has white color on #9F309D background.