COLOR #9F2581

HEX: #9F2581
RGB: (159,37,129)

Color info

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

RGB color model

#9F2581 color RGB value is (159,37,129).

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

RGB channels and saturation

R 159 of 255 = 62%
G 37 of 255 = 15%
B 129 of 255 = 51%

159
37
129

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

Portions of RGB colors in percentages

R + G + B =
159 + 37 + 129 = 325 (100%)
R 159 of 325 ~ 48.92%
G 37 of 325 ~ 11.38%
B 129 of 325 ~ 39.69%

%48.92
%11.38
%39.69

CMYK color model

#9F2581 color CMYK value is (0,77,19,38).

  • cyan value is 0.00%
  • magenta value is 76.73%
  • yellow value is 18.87%
  • key color value is 37.65%
CMYK:
(0,77,19,38)
C0M77Y19K38 
(0%,77%,19%,38%)
(0.00/0.77/0.19/0.38)	

CMYK percentages

%0
%76.73
%18.87
%37.65

Codes

Color #9F2581 in popluar color models

9F2581
RGB15937129
HSL315°62.24%38.43%
HSB/HSV315°76.73%62.35%
CMYK0.00%76.73%18.87%
37.65%

Color #9F2581 in popluar number systems.

HEX9F2581
Decimal15937129
Binary1001111110010110000001
Octal23745201

Shades and tints

Shades of #9F2581

#9F2581
(159,37,129)
#912276
(145,34,118)
#831F6B
(131,31,107)
#751C60
(117,28,96)
#671955
(103,25,85)
#59164A
(89,22,74)
#4B133F
(75,19,63)
#3D1034
(61,16,52)
#2F0D29
(47,13,41)
#210A1E
(33,10,30)
#130713
(19,7,19)
#000000
(0,0,0)

Tints of #9F2581

#9F2581
(159,37,129)
#A7388C
(167,56,140)
#AF4B97
(175,75,151)
#B75EA2
(183,94,162)
#BF71AD
(191,113,173)
#C784B8
(199,132,184)
#CF97C3
(207,151,195)
#D7AACE
(215,170,206)
#DFBDD9
(223,189,217)
#E7D0E4
(231,208,228)
#EFE3EF
(239,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F2581; }

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

This text font color is #9F2581.


Background Color

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

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

This div background color is #9F2581.


Border color

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

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

This div border color is #9F2581.


Opacity

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

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

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

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

This text has shadow with #9F2581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F2581 on black background.


Color preview on white background

This text has color #9F2581 on white background.



Black color preview on #9F2581 background

This text has black color on #9F2581 background.


White color preview on #9F2581 background

This text has white color on #9F2581 background.