COLOR #9F1E76

HEX: #9F1E76
RGB: (159,30,118)

Color info

#9F1E76 contains mainly red and blue colors. Web safe color of #9F1E76 is #993366 (or #936).

RGB color model

#9F1E76 color RGB value is (159,30,118).

  • red value is 159;
  • green value is 30;
  • blue value is 118.
RGB:
(159,30,118)
(62%,12%,46%)

RGB channels and saturation

R 159 of 255 = 62%
G 30 of 255 = 12%
B 118 of 255 = 46%

159
30
118

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

Portions of RGB colors in percentages

R + G + B =
159 + 30 + 118 = 307 (100%)
R 159 of 307 ~ 51.79%
G 30 of 307 ~ 9.77%
B 118 of 307 ~ 38.44%

%51.79
%9.77
%38.44

CMYK color model

#9F1E76 color CMYK value is (0,81,26,38).

  • cyan value is 0.00%
  • magenta value is 81.13%
  • yellow value is 25.79%
  • key color value is 37.65%
CMYK:
(0,81,26,38)
C0M81Y26K38 
(0%,81%,26%,38%)
(0.00/0.81/0.26/0.38)	

CMYK percentages

%0
%81.13
%25.79
%37.65

Codes

Color #9F1E76 in popluar color models

9F1E76
RGB15930118
HSL319°68.25%37.06%
HSB/HSV319°81.13%62.35%
CMYK0.00%81.13%25.79%
37.65%

Color #9F1E76 in popluar number systems.

HEX9F1E76
Decimal15930118
Binary10011111111101110110
Octal23736166

Shades and tints

Shades of #9F1E76

#9F1E76
(159,30,118)
#911C6C
(145,28,108)
#831A62
(131,26,98)
#751858
(117,24,88)
#67164E
(103,22,78)
#591444
(89,20,68)
#4B123A
(75,18,58)
#3D1030
(61,16,48)
#2F0E26
(47,14,38)
#210C1C
(33,12,28)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #9F1E76

#9F1E76
(159,30,118)
#A73282
(167,50,130)
#AF468E
(175,70,142)
#B75A9A
(183,90,154)
#BF6EA6
(191,110,166)
#C782B2
(199,130,178)
#CF96BE
(207,150,190)
#D7AACA
(215,170,202)
#DFBED6
(223,190,214)
#E7D2E2
(231,210,226)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F1E76 color. Also use rgb(159,30,118) instead hex code.

Text Font Color

.myTextColor { color: #9F1E76; }

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

This text font color is #9F1E76.


Background Color

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

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

This div background color is #9F1E76.


Border color

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

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

This div border color is #9F1E76.


Opacity

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

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

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

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

This text has shadow with #9F1E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F1E76 on black background.


Color preview on white background

This text has color #9F1E76 on white background.



Black color preview on #9F1E76 background

This text has black color on #9F1E76 background.


White color preview on #9F1E76 background

This text has white color on #9F1E76 background.