COLOR #9F587A

HEX: #9F587A
RGB: (159,88,122)

Color info

#9F587A contains mainly red and blue colors. Web safe color of #9F587A is #996666 (or #966).

RGB color model

#9F587A color RGB value is (159,88,122).

  • red value is 159;
  • green value is 88;
  • blue value is 122.
RGB:
(159,88,122)
(62%,35%,48%)

RGB channels and saturation

R 159 of 255 = 62%
G 88 of 255 = 35%
B 122 of 255 = 48%

159
88
122

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

Portions of RGB colors in percentages

R + G + B =
159 + 88 + 122 = 369 (100%)
R 159 of 369 ~ 43.09%
G 88 of 369 ~ 23.85%
B 122 of 369 ~ 33.06%

%43.09
%23.85
%33.06

CMYK color model

#9F587A color CMYK value is (0,45,23,38).

  • cyan value is 0.00%
  • magenta value is 44.65%
  • yellow value is 23.27%
  • key color value is 37.65%
CMYK:
(0,45,23,38)
C0M45Y23K38 
(0%,45%,23%,38%)
(0.00/0.45/0.23/0.38)	

CMYK percentages

%0
%44.65
%23.27
%37.65

Codes

Color #9F587A in popluar color models

9F587A
RGB15988122
HSL331°28.74%48.43%
HSB/HSV331°44.65%62.35%
CMYK0.00%44.65%23.27%
37.65%

Color #9F587A in popluar number systems.

HEX9F587A
Decimal15988122
Binary1001111110110001111010
Octal237130172

Shades and tints

Shades of #9F587A

#9F587A
(159,88,122)
#91506F
(145,80,111)
#834864
(131,72,100)
#754059
(117,64,89)
#67384E
(103,56,78)
#593043
(89,48,67)
#4B2838
(75,40,56)
#3D202D
(61,32,45)
#2F1822
(47,24,34)
#211017
(33,16,23)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #9F587A

#9F587A
(159,88,122)
#A76786
(167,103,134)
#AF7692
(175,118,146)
#B7859E
(183,133,158)
#BF94AA
(191,148,170)
#C7A3B6
(199,163,182)
#CFB2C2
(207,178,194)
#D7C1CE
(215,193,206)
#DFD0DA
(223,208,218)
#E7DFE6
(231,223,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F587A color. Also use rgb(159,88,122) instead hex code.

Text Font Color

.myTextColor { color: #9F587A; }

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

This text font color is #9F587A.


Background Color

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

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

This div background color is #9F587A.


Border color

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

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

This div border color is #9F587A.


Opacity

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

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

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

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

This text has shadow with #9F587A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F587A on black background.


Color preview on white background

This text has color #9F587A on white background.



Black color preview on #9F587A background

This text has black color on #9F587A background.


White color preview on #9F587A background

This text has white color on #9F587A background.