COLOR #9F6F90

HEX: #9F6F90 RGB: (159,111,144)

Color info

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

RGB color model

#9F6F90 color RGB value is (159,111,144).

RGB: (159,111,144) (62%, 44%, 56%)

RGB channels and saturation

R 159 of 255 = 62%
G 111 of 255 = 44%
B 144 of 255 = 56%

159
111
144

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

Portions of RGB colors in percentages

R + G + B = 159 + 111 + 144 = 414 (100%)
R 159 of 414 ~ 38.41%
G 111 of 414 ~ 26.81%
B 144 of 414 ~ 34.78'%

%38.41
%26.81
%34.78

CMYK color model

#9F6F90 color CMYK value is (0,30,9,38).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 9.43%
  • key color value is 37.65%

CMYK: (0,30,9,38)
C0M30Y9K38 (0%, 30%, 9%, 38%)
(0.00 / 0.30 / 0.09 / 0.38)

CMYK percentages

%0
%30.19
%9.43
%37.65

Codes

Color #9F6F90 in popluar color models

9F 6F 90
RGB 159 111 144
HSL 319° 20.00% 52.94%
HSB/HSV 319° 30.19% 62.35%
CMYK 0.00% 30.19% 9.43%
37.65%

Color #9F6F90 in popluar number systems.

HEX 9F 6F 90
Decimal 159 111 144
Binary 10011111 1101111 10010000
Octal 237 157 220

Shades and tints

Shades of #9F6F90

#9F6F90
(159,111,144)
#916583
(145,101,131)
#835B76
(131,91,118)
#755169
(117,81,105)
#67475C
(103,71,92)
#593D4F
(89,61,79)
#4B3342
(75,51,66)
#3D2935
(61,41,53)
#2F1F28
(47,31,40)
#21151B
(33,21,27)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #9F6F90

#9F6F90
(159,111,144)
#A77C9A
(167,124,154)
#AF89A4
(175,137,164)
#B796AE
(183,150,174)
#BFA3B8
(191,163,184)
#C7B0C2
(199,176,194)
#CFBDCC
(207,189,204)
#D7CAD6
(215,202,214)
#DFD7E0
(223,215,224)
#E7E4EA
(231,228,234)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6F90; }

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

This text font color is #9F6F90.

Background Color

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

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

This div background color is #9F6F90.

Border color

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

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

This div border color is #9F6F90.

Opacity

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

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

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

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

This text has shadow with #9F6F90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6F90.

Preview

Color preview on black background

This text has color #9F6F90 on black background.


Color preview on white background

This text has color #9F6F90 on white background.


Black color preview on #9F6F90 background

This text has black color on #9F6F90 background.


White color preview on #9F6F90 background

This text has white color on #9F6F90 background.


Related colors

Complementary color

Complementary color for #hex is #60906F.


I love getcolorcode.com

Triadic colors

1 #909F6F and #6F909F with #9F6F90 are triadic colors.

2 #906F9F and #6F9F90 with #9F6F90 are triadic colors.