COLOR #9F7599

HEX: #9F7599
RGB: (159,117,153)

Color info

#9F7599 contains red, green and blue colors in about the same proportion. Web safe color of #9F7599 is #996699 (or #969).

RGB color model

#9F7599 color RGB value is (159,117,153).

  • red value is 159;
  • green value is 117;
  • blue value is 153.
RGB:
(159,117,153)
(62%,46%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 117 of 255 = 46%
B 153 of 255 = 60%

159
117
153

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

Portions of RGB colors in percentages

R + G + B =
159 + 117 + 153 = 429 (100%)
R 159 of 429 ~ 37.06%
G 117 of 429 ~ 27.27%
B 153 of 429 ~ 35.66%

%37.06
%27.27
%35.66

CMYK color model

#9F7599 color CMYK value is (0,26,4,38).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 3.77%
  • key color value is 37.65%
CMYK:
(0,26,4,38)
C0M26Y4K38 
(0%,26%,4%,38%)
(0.00/0.26/0.04/0.38)	

CMYK percentages

%0
%26.42
%3.77
%37.65

Codes

Color #9F7599 in popluar color models

9F7599
RGB159117153
HSL309°17.95%54.12%
HSB/HSV309°26.42%62.35%
CMYK0.00%26.42%3.77%
37.65%

Color #9F7599 in popluar number systems.

HEX9F7599
Decimal159117153
Binary10011111111010110011001
Octal237165231

Shades and tints

Shades of #9F7599

#9F7599
(159,117,153)
#916B8C
(145,107,140)
#83617F
(131,97,127)
#755772
(117,87,114)
#674D65
(103,77,101)
#594358
(89,67,88)
#4B394B
(75,57,75)
#3D2F3E
(61,47,62)
#2F2531
(47,37,49)
#211B24
(33,27,36)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #9F7599

#9F7599
(159,117,153)
#A781A2
(167,129,162)
#AF8DAB
(175,141,171)
#B799B4
(183,153,180)
#BFA5BD
(191,165,189)
#C7B1C6
(199,177,198)
#CFBDCF
(207,189,207)
#D7C9D8
(215,201,216)
#DFD5E1
(223,213,225)
#E7E1EA
(231,225,234)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7599 color. Also use rgb(159,117,153) instead hex code.

Text Font Color

.myTextColor { color: #9F7599; }

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

This text font color is #9F7599.


Background Color

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

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

This div background color is #9F7599.


Border color

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

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

This div border color is #9F7599.


Opacity

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

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

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

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

This text has shadow with #9F7599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7599 on black background.


Color preview on white background

This text has color #9F7599 on white background.



Black color preview on #9F7599 background

This text has black color on #9F7599 background.


White color preview on #9F7599 background

This text has white color on #9F7599 background.