COLOR #9F4680

HEX: #9F4680 RGB: (159,70,128)

Color info

#9F4680 contains mainly red and blue colors. Web safe color of #9F4680 is #993366 (or #936).

RGB color model

#9F4680 color RGB value is (159,70,128).

RGB: (159,70,128) (62%, 27%, 50%)

RGB channels and saturation

R 159 of 255 = 62%
G 70 of 255 = 27%
B 128 of 255 = 50%

159
70
128

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

Portions of RGB colors in percentages

R + G + B = 159 + 70 + 128 = 357 (100%)
R 159 of 357 ~ 44.54%
G 70 of 357 ~ 19.61%
B 128 of 357 ~ 35.85'%

%44.54
%19.61
%35.85

CMYK color model

#9F4680 color CMYK value is (0,56,19,38).

  • cyan value is 0.00%
  • magenta value is 55.97%
  • yellow value is 19.50%
  • key color value is 37.65%

CMYK: (0,56,19,38)
C0M56Y19K38 (0%, 56%, 19%, 38%)
(0.00 / 0.56 / 0.19 / 0.38)

CMYK percentages

%0
%55.97
%19.5
%37.65

Codes

Color #9F4680 in popluar color models

9F 46 80
RGB 159 70 128
HSL 321° 38.86% 44.90%
HSB/HSV 321° 55.97% 62.35%
CMYK 0.00% 55.97% 19.50%
37.65%

Color #9F4680 in popluar number systems.

HEX 9F 46 80
Decimal 159 70 128
Binary 10011111 1000110 10000000
Octal 237 106 200

Shades and tints

Shades of #9F4680

#9F4680
(159,70,128)
#914075
(145,64,117)
#833A6A
(131,58,106)
#75345F
(117,52,95)
#672E54
(103,46,84)
#592849
(89,40,73)
#4B223E
(75,34,62)
#3D1C33
(61,28,51)
#2F1628
(47,22,40)
#21101D
(33,16,29)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #9F4680

#9F4680
(159,70,128)
#A7568B
(167,86,139)
#AF6696
(175,102,150)
#B776A1
(183,118,161)
#BF86AC
(191,134,172)
#C796B7
(199,150,183)
#CFA6C2
(207,166,194)
#D7B6CD
(215,182,205)
#DFC6D8
(223,198,216)
#E7D6E3
(231,214,227)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4680 color. Also use rgb(159,70,128) instead hex code.

Text Font Color

.myTextColor { color: #9F4680; }

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

This text font color is #9F4680.

Background Color

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

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

This div background color is #9F4680.

Border color

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

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

This div border color is #9F4680.

Opacity

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

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

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

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

This text has shadow with #9F4680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F4680.

Preview

Color preview on black background

This text has color #9F4680 on black background.


Color preview on white background

This text has color #9F4680 on white background.


Black color preview on #9F4680 background

This text has black color on #9F4680 background.


White color preview on #9F4680 background

This text has white color on #9F4680 background.


Related colors

Complementary color

Complementary color for #hex is #60B97F.


I love getcolorcode.com

Triadic colors

1 #809F46 and #46809F with #9F4680 are triadic colors.

2 #80469F and #469F80 with #9F4680 are triadic colors.