COLOR #9F1F80

HEX: #9F1F80
RGB: (159,31,128)

Color info

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

RGB color model

#9F1F80 color RGB value is (159,31,128).

  • red value is 159;
  • green value is 31;
  • blue value is 128.
RGB:
(159,31,128)
(62%,12%,50%)

RGB channels and saturation

R 159 of 255 = 62%
G 31 of 255 = 12%
B 128 of 255 = 50%

159
31
128

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

Portions of RGB colors in percentages

R + G + B =
159 + 31 + 128 = 318 (100%)
R 159 of 318 ~ 50%
G 31 of 318 ~ 9.75%
B 128 of 318 ~ 40.25%

%50
%9.75
%40.25

CMYK color model

#9F1F80 color CMYK value is (0,81,19,38).

  • cyan value is 0.00%
  • magenta value is 80.50%
  • yellow value is 19.50%
  • key color value is 37.65%
CMYK:
(0,81,19,38)
C0M81Y19K38 
(0%,81%,19%,38%)
(0.00/0.81/0.19/0.38)	

CMYK percentages

%0
%80.5
%19.5
%37.65

Codes

Color #9F1F80 in popluar color models

9F1F80
RGB15931128
HSL315°67.37%37.25%
HSB/HSV315°80.50%62.35%
CMYK0.00%80.50%19.50%
37.65%

Color #9F1F80 in popluar number systems.

HEX9F1F80
Decimal15931128
Binary100111111111110000000
Octal23737200

Shades and tints

Shades of #9F1F80

#9F1F80
(159,31,128)
#911D75
(145,29,117)
#831B6A
(131,27,106)
#75195F
(117,25,95)
#671754
(103,23,84)
#591549
(89,21,73)
#4B133E
(75,19,62)
#3D1133
(61,17,51)
#2F0F28
(47,15,40)
#210D1D
(33,13,29)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #9F1F80

#9F1F80
(159,31,128)
#A7338B
(167,51,139)
#AF4796
(175,71,150)
#B75BA1
(183,91,161)
#BF6FAC
(191,111,172)
#C783B7
(199,131,183)
#CF97C2
(207,151,194)
#D7ABCD
(215,171,205)
#DFBFD8
(223,191,216)
#E7D3E3
(231,211,227)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F1F80 color. Also use rgb(159,31,128) instead hex code.

Text Font Color

.myTextColor { color: #9F1F80; }

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

This text font color is #9F1F80.


Background Color

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

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

This div background color is #9F1F80.


Border color

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

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

This div border color is #9F1F80.


Opacity

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

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

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

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

This text has shadow with #9F1F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F1F80 on black background.


Color preview on white background

This text has color #9F1F80 on white background.



Black color preview on #9F1F80 background

This text has black color on #9F1F80 background.


White color preview on #9F1F80 background

This text has white color on #9F1F80 background.