COLOR #9F599C

HEX: #9F599C
RGB: (159,89,156)

Color info

#9F599C contains mainly red and blue colors. Web safe color of #9F599C is #996699 (or #969).

RGB color model

#9F599C color RGB value is (159,89,156).

  • red value is 159;
  • green value is 89;
  • blue value is 156.
RGB:
(159,89,156)
(62%,35%,61%)

RGB channels and saturation

R 159 of 255 = 62%
G 89 of 255 = 35%
B 156 of 255 = 61%

159
89
156

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

Portions of RGB colors in percentages

R + G + B =
159 + 89 + 156 = 404 (100%)
R 159 of 404 ~ 39.36%
G 89 of 404 ~ 22.03%
B 156 of 404 ~ 38.61%

%39.36
%22.03
%38.61

CMYK color model

#9F599C color CMYK value is (0,44,2,38).

  • cyan value is 0.00%
  • magenta value is 44.03%
  • yellow value is 1.89%
  • key color value is 37.65%
CMYK:
(0,44,2,38)
C0M44Y2K38 
(0%,44%,2%,38%)
(0.00/0.44/0.02/0.38)	

CMYK percentages

%0
%44.03
%1.89
%37.65

Codes

Color #9F599C in popluar color models

9F599C
RGB15989156
HSL303°28.23%48.63%
HSB/HSV303°44.03%62.35%
CMYK0.00%44.03%1.89%
37.65%

Color #9F599C in popluar number systems.

HEX9F599C
Decimal15989156
Binary10011111101100110011100
Octal237131234

Shades and tints

Shades of #9F599C

#9F599C
(159,89,156)
#91518E
(145,81,142)
#834980
(131,73,128)
#754172
(117,65,114)
#673964
(103,57,100)
#593156
(89,49,86)
#4B2948
(75,41,72)
#3D213A
(61,33,58)
#2F192C
(47,25,44)
#21111E
(33,17,30)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #9F599C

#9F599C
(159,89,156)
#A768A5
(167,104,165)
#AF77AE
(175,119,174)
#B786B7
(183,134,183)
#BF95C0
(191,149,192)
#C7A4C9
(199,164,201)
#CFB3D2
(207,179,210)
#D7C2DB
(215,194,219)
#DFD1E4
(223,209,228)
#E7E0ED
(231,224,237)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F599C color. Also use rgb(159,89,156) instead hex code.

Text Font Color

.myTextColor { color: #9F599C; }

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

This text font color is #9F599C.


Background Color

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

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

This div background color is #9F599C.


Border color

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

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

This div border color is #9F599C.


Opacity

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

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

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

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

This text has shadow with #9F599C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F599C on black background.


Color preview on white background

This text has color #9F599C on white background.



Black color preview on #9F599C background

This text has black color on #9F599C background.


White color preview on #9F599C background

This text has white color on #9F599C background.