COLOR #9F7CAC

HEX: #9F7CAC
RGB: (159,124,172)

Color info

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

RGB color model

#9F7CAC color RGB value is (159,124,172).

  • red value is 159;
  • green value is 124;
  • blue value is 172.
RGB:
(159,124,172)
(62%,49%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 124 of 255 = 49%
B 172 of 255 = 67%

159
124
172

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

Portions of RGB colors in percentages

R + G + B =
159 + 124 + 172 = 455 (100%)
R 159 of 455 ~ 34.95%
G 124 of 455 ~ 27.25%
B 172 of 455 ~ 37.8%

%34.95
%27.25
%37.8

CMYK color model

#9F7CAC color CMYK value is (8,28,0,33).

  • cyan value is 7.56%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(8,28,0,33)
C8M28Y0K33 
(8%,28%,0%,33%)
(0.08/0.28/0.00/0.33)	

CMYK percentages

%7.56
%27.91
%0
%32.55

Codes

Color #9F7CAC in popluar color models

9F7CAC
RGB159124172
HSL284°22.43%58.04%
HSB/HSV284°27.91%67.45%
CMYK7.56%27.91%0.00%
32.55%

Color #9F7CAC in popluar number systems.

HEX9F7CAC
Decimal159124172
Binary10011111111110010101100
Octal237174254

Shades and tints

Shades of #9F7CAC

#9F7CAC
(159,124,172)
#91719D
(145,113,157)
#83668E
(131,102,142)
#755B7F
(117,91,127)
#675070
(103,80,112)
#594561
(89,69,97)
#4B3A52
(75,58,82)
#3D2F43
(61,47,67)
#2F2434
(47,36,52)
#211925
(33,25,37)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #9F7CAC

#9F7CAC
(159,124,172)
#A787B3
(167,135,179)
#AF92BA
(175,146,186)
#B79DC1
(183,157,193)
#BFA8C8
(191,168,200)
#C7B3CF
(199,179,207)
#CFBED6
(207,190,214)
#D7C9DD
(215,201,221)
#DFD4E4
(223,212,228)
#E7DFEB
(231,223,235)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7CAC color. Also use rgb(159,124,172) instead hex code.

Text Font Color

.myTextColor { color: #9F7CAC; }

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

This text font color is #9F7CAC.


Background Color

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

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

This div background color is #9F7CAC.


Border color

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

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

This div border color is #9F7CAC.


Opacity

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

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

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

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

This text has shadow with #9F7CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7CAC on black background.


Color preview on white background

This text has color #9F7CAC on white background.



Black color preview on #9F7CAC background

This text has black color on #9F7CAC background.


White color preview on #9F7CAC background

This text has white color on #9F7CAC background.