COLOR #9F2D9A

HEX: #9F2D9A
RGB: (159,45,154)

Color info

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

RGB color model

#9F2D9A color RGB value is (159,45,154).

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

RGB channels and saturation

R 159 of 255 = 62%
G 45 of 255 = 18%
B 154 of 255 = 60%

159
45
154

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

Portions of RGB colors in percentages

R + G + B =
159 + 45 + 154 = 358 (100%)
R 159 of 358 ~ 44.41%
G 45 of 358 ~ 12.57%
B 154 of 358 ~ 43.02%

%44.41
%12.57
%43.02

CMYK color model

#9F2D9A color CMYK value is (0,72,3,38).

  • cyan value is 0.00%
  • magenta value is 71.70%
  • yellow value is 3.14%
  • key color value is 37.65%
CMYK:
(0,72,3,38)
C0M72Y3K38 
(0%,72%,3%,38%)
(0.00/0.72/0.03/0.38)	

CMYK percentages

%0
%71.7
%3.14
%37.65

Codes

Color #9F2D9A in popluar color models

9F2D9A
RGB15945154
HSL303°55.88%40.00%
HSB/HSV303°71.70%62.35%
CMYK0.00%71.70%3.14%
37.65%

Color #9F2D9A in popluar number systems.

HEX9F2D9A
Decimal15945154
Binary1001111110110110011010
Octal23755232

Shades and tints

Shades of #9F2D9A

#9F2D9A
(159,45,154)
#91298C
(145,41,140)
#83257E
(131,37,126)
#752170
(117,33,112)
#671D62
(103,29,98)
#591954
(89,25,84)
#4B1546
(75,21,70)
#3D1138
(61,17,56)
#2F0D2A
(47,13,42)
#21091C
(33,9,28)
#13050E
(19,5,14)
#000000
(0,0,0)

Tints of #9F2D9A

#9F2D9A
(159,45,154)
#A740A3
(167,64,163)
#AF53AC
(175,83,172)
#B766B5
(183,102,181)
#BF79BE
(191,121,190)
#C78CC7
(199,140,199)
#CF9FD0
(207,159,208)
#D7B2D9
(215,178,217)
#DFC5E2
(223,197,226)
#E7D8EB
(231,216,235)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F2D9A; }

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

This text font color is #9F2D9A.


Background Color

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

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

This div background color is #9F2D9A.


Border color

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

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

This div border color is #9F2D9A.


Opacity

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

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

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

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

This text has shadow with #9F2D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F2D9A on black background.


Color preview on white background

This text has color #9F2D9A on white background.



Black color preview on #9F2D9A background

This text has black color on #9F2D9A background.


White color preview on #9F2D9A background

This text has white color on #9F2D9A background.