COLOR #9F4181

HEX: #9F4181
RGB: (159,65,129)

Color info

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

RGB color model

#9F4181 color RGB value is (159,65,129).

  • red value is 159;
  • green value is 65;
  • blue value is 129.
RGB:
(159,65,129)
(62%,25%,51%)

RGB channels and saturation

R 159 of 255 = 62%
G 65 of 255 = 25%
B 129 of 255 = 51%

159
65
129

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

Portions of RGB colors in percentages

R + G + B =
159 + 65 + 129 = 353 (100%)
R 159 of 353 ~ 45.04%
G 65 of 353 ~ 18.41%
B 129 of 353 ~ 36.54%

%45.04
%18.41
%36.54

CMYK color model

#9F4181 color CMYK value is (0,59,19,38).

  • cyan value is 0.00%
  • magenta value is 59.12%
  • yellow value is 18.87%
  • key color value is 37.65%
CMYK:
(0,59,19,38)
C0M59Y19K38 
(0%,59%,19%,38%)
(0.00/0.59/0.19/0.38)	

CMYK percentages

%0
%59.12
%18.87
%37.65

Codes

Color #9F4181 in popluar color models

9F4181
RGB15965129
HSL319°41.96%43.92%
HSB/HSV319°59.12%62.35%
CMYK0.00%59.12%18.87%
37.65%

Color #9F4181 in popluar number systems.

HEX9F4181
Decimal15965129
Binary10011111100000110000001
Octal237101201

Shades and tints

Shades of #9F4181

#9F4181
(159,65,129)
#913C76
(145,60,118)
#83376B
(131,55,107)
#753260
(117,50,96)
#672D55
(103,45,85)
#59284A
(89,40,74)
#4B233F
(75,35,63)
#3D1E34
(61,30,52)
#2F1929
(47,25,41)
#21141E
(33,20,30)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #9F4181

#9F4181
(159,65,129)
#A7528C
(167,82,140)
#AF6397
(175,99,151)
#B774A2
(183,116,162)
#BF85AD
(191,133,173)
#C796B8
(199,150,184)
#CFA7C3
(207,167,195)
#D7B8CE
(215,184,206)
#DFC9D9
(223,201,217)
#E7DAE4
(231,218,228)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4181 color. Also use rgb(159,65,129) instead hex code.

Text Font Color

.myTextColor { color: #9F4181; }

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

This text font color is #9F4181.


Background Color

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

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

This div background color is #9F4181.


Border color

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

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

This div border color is #9F4181.


Opacity

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

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

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

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

This text has shadow with #9F4181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F4181 on black background.


Color preview on white background

This text has color #9F4181 on white background.



Black color preview on #9F4181 background

This text has black color on #9F4181 background.


White color preview on #9F4181 background

This text has white color on #9F4181 background.