COLOR #9F2E8F

HEX: #9F2E8F
RGB: (159,46,143)

Color info

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

RGB color model

#9F2E8F color RGB value is (159,46,143).

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

RGB channels and saturation

R 159 of 255 = 62%
G 46 of 255 = 18%
B 143 of 255 = 56%

159
46
143

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

Portions of RGB colors in percentages

R + G + B =
159 + 46 + 143 = 348 (100%)
R 159 of 348 ~ 45.69%
G 46 of 348 ~ 13.22%
B 143 of 348 ~ 41.09%

%45.69
%13.22
%41.09

CMYK color model

#9F2E8F color CMYK value is (0,71,10,38).

  • cyan value is 0.00%
  • magenta value is 71.07%
  • yellow value is 10.06%
  • key color value is 37.65%
CMYK:
(0,71,10,38)
C0M71Y10K38 
(0%,71%,10%,38%)
(0.00/0.71/0.10/0.38)	

CMYK percentages

%0
%71.07
%10.06
%37.65

Codes

Color #9F2E8F in popluar color models

9F2E8F
RGB15946143
HSL308°55.12%40.20%
HSB/HSV308°71.07%62.35%
CMYK0.00%71.07%10.06%
37.65%

Color #9F2E8F in popluar number systems.

HEX9F2E8F
Decimal15946143
Binary1001111110111010001111
Octal23756217

Shades and tints

Shades of #9F2E8F

#9F2E8F
(159,46,143)
#912A82
(145,42,130)
#832675
(131,38,117)
#752268
(117,34,104)
#671E5B
(103,30,91)
#591A4E
(89,26,78)
#4B1641
(75,22,65)
#3D1234
(61,18,52)
#2F0E27
(47,14,39)
#210A1A
(33,10,26)
#13060D
(19,6,13)
#000000
(0,0,0)

Tints of #9F2E8F

#9F2E8F
(159,46,143)
#A74199
(167,65,153)
#AF54A3
(175,84,163)
#B767AD
(183,103,173)
#BF7AB7
(191,122,183)
#C78DC1
(199,141,193)
#CFA0CB
(207,160,203)
#D7B3D5
(215,179,213)
#DFC6DF
(223,198,223)
#E7D9E9
(231,217,233)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F2E8F; }

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

This text font color is #9F2E8F.


Background Color

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

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

This div background color is #9F2E8F.


Border color

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

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

This div border color is #9F2E8F.


Opacity

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

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

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

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

This text has shadow with #9F2E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F2E8F on black background.


Color preview on white background

This text has color #9F2E8F on white background.



Black color preview on #9F2E8F background

This text has black color on #9F2E8F background.


White color preview on #9F2E8F background

This text has white color on #9F2E8F background.