COLOR #9F6C90

HEX: #9F6C90
RGB: (159,108,144)

Color info

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

RGB color model

#9F6C90 color RGB value is (159,108,144).

  • red value is 159;
  • green value is 108;
  • blue value is 144.
RGB:
(159,108,144)
(62%,42%,56%)

RGB channels and saturation

R 159 of 255 = 62%
G 108 of 255 = 42%
B 144 of 255 = 56%

159
108
144

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

Portions of RGB colors in percentages

R + G + B =
159 + 108 + 144 = 411 (100%)
R 159 of 411 ~ 38.69%
G 108 of 411 ~ 26.28%
B 144 of 411 ~ 35.04%

%38.69
%26.28
%35.04

CMYK color model

#9F6C90 color CMYK value is (0,32,9,38).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 9.43%
  • key color value is 37.65%
CMYK:
(0,32,9,38)
C0M32Y9K38 
(0%,32%,9%,38%)
(0.00/0.32/0.09/0.38)	

CMYK percentages

%0
%32.08
%9.43
%37.65

Codes

Color #9F6C90 in popluar color models

9F6C90
RGB159108144
HSL318°20.99%52.35%
HSB/HSV318°32.08%62.35%
CMYK0.00%32.08%9.43%
37.65%

Color #9F6C90 in popluar number systems.

HEX9F6C90
Decimal159108144
Binary10011111110110010010000
Octal237154220

Shades and tints

Shades of #9F6C90

#9F6C90
(159,108,144)
#916383
(145,99,131)
#835A76
(131,90,118)
#755169
(117,81,105)
#67485C
(103,72,92)
#593F4F
(89,63,79)
#4B3642
(75,54,66)
#3D2D35
(61,45,53)
#2F2428
(47,36,40)
#211B1B
(33,27,27)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #9F6C90

#9F6C90
(159,108,144)
#A7799A
(167,121,154)
#AF86A4
(175,134,164)
#B793AE
(183,147,174)
#BFA0B8
(191,160,184)
#C7ADC2
(199,173,194)
#CFBACC
(207,186,204)
#D7C7D6
(215,199,214)
#DFD4E0
(223,212,224)
#E7E1EA
(231,225,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6C90 color. Also use rgb(159,108,144) instead hex code.

Text Font Color

.myTextColor { color: #9F6C90; }

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

This text font color is #9F6C90.


Background Color

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

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

This div background color is #9F6C90.


Border color

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

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

This div border color is #9F6C90.


Opacity

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

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

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

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

This text has shadow with #9F6C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6C90 on black background.


Color preview on white background

This text has color #9F6C90 on white background.



Black color preview on #9F6C90 background

This text has black color on #9F6C90 background.


White color preview on #9F6C90 background

This text has white color on #9F6C90 background.