COLOR #9F7CBC

HEX: #9F7CBC
RGB: (159,124,188)

Color info

#9F7CBC contains mainly red and blue colors. Web safe color of #9F7CBC is #9966CC (or #96C).

RGB color model

#9F7CBC color RGB value is (159,124,188).

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

RGB channels and saturation

R 159 of 255 = 62%
G 124 of 255 = 49%
B 188 of 255 = 74%

159
124
188

R + G + B ~ 62%. #9F7CBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 124 + 188 = 471 (100%)
R 159 of 471 ~ 33.76%
G 124 of 471 ~ 26.33%
B 188 of 471 ~ 39.92%

%33.76
%26.33
%39.92

CMYK color model

#9F7CBC color CMYK value is (15,34,0,26).

  • cyan value is 15.43%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(15,34,0,26)
C15M34Y0K26 
(15%,34%,0%,26%)
(0.15/0.34/0.00/0.26)	

CMYK percentages

%15.43
%34.04
%0
%26.27

Codes

Color #9F7CBC in popluar color models

9F7CBC
RGB159124188
HSL273°32.32%61.18%
HSB/HSV273°34.04%73.73%
CMYK15.43%34.04%0.00%
26.27%

Color #9F7CBC in popluar number systems.

HEX9F7CBC
Decimal159124188
Binary10011111111110010111100
Octal237174274

Shades and tints

Shades of #9F7CBC

#9F7CBC
(159,124,188)
#9171AB
(145,113,171)
#83669A
(131,102,154)
#755B89
(117,91,137)
#675078
(103,80,120)
#594567
(89,69,103)
#4B3A56
(75,58,86)
#3D2F45
(61,47,69)
#2F2434
(47,36,52)
#211923
(33,25,35)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #9F7CBC

#9F7CBC
(159,124,188)
#A787C2
(167,135,194)
#AF92C8
(175,146,200)
#B79DCE
(183,157,206)
#BFA8D4
(191,168,212)
#C7B3DA
(199,179,218)
#CFBEE0
(207,190,224)
#D7C9E6
(215,201,230)
#DFD4EC
(223,212,236)
#E7DFF2
(231,223,242)
#EFEAF8
(239,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F7CBC; }

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

This text font color is #9F7CBC.


Background Color

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

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

This div background color is #9F7CBC.


Border color

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

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

This div border color is #9F7CBC.


Opacity

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

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

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

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

This text has shadow with #9F7CBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7CBC on black background.


Color preview on white background

This text has color #9F7CBC on white background.



Black color preview on #9F7CBC background

This text has black color on #9F7CBC background.


White color preview on #9F7CBC background

This text has white color on #9F7CBC background.