COLOR #9F4C8A

HEX: #9F4C8A RGB: (159,76,138)

Color info

#9F4C8A contains mainly red and blue colors. Web safe color of #9F4C8A is #993399 (or #939).

RGB color model

#9F4C8A color RGB value is (159,76,138).

RGB: (159,76,138) (62%, 30%, 54%)

RGB channels and saturation

R 159 of 255 = 62%
G 76 of 255 = 30%
B 138 of 255 = 54%

159
76
138

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

Portions of RGB colors in percentages

R + G + B = 159 + 76 + 138 = 373 (100%)
R 159 of 373 ~ 42.63%
G 76 of 373 ~ 20.38%
B 138 of 373 ~ 37'%

%42.63
%20.38
%37

CMYK color model

#9F4C8A color CMYK value is (0,52,13,38).

  • cyan value is 0.00%
  • magenta value is 52.20%
  • yellow value is 13.21%
  • key color value is 37.65%

CMYK: (0,52,13,38)
C0M52Y13K38 (0%, 52%, 13%, 38%)
(0.00 / 0.52 / 0.13 / 0.38)

CMYK percentages

%0
%52.2
%13.21
%37.65

Codes

Color #9F4C8A in popluar color models

9F 4C 8A
RGB 159 76 138
HSL 315° 35.32% 46.08%
HSB/HSV 315° 52.20% 62.35%
CMYK 0.00% 52.20% 13.21%
37.65%

Color #9F4C8A in popluar number systems.

HEX 9F 4C 8A
Decimal 159 76 138
Binary 10011111 1001100 10001010
Octal 237 114 212

Shades and tints

Shades of #9F4C8A

#9F4C8A
(159,76,138)
#91467E
(145,70,126)
#834072
(131,64,114)
#753A66
(117,58,102)
#67345A
(103,52,90)
#592E4E
(89,46,78)
#4B2842
(75,40,66)
#3D2236
(61,34,54)
#2F1C2A
(47,28,42)
#21161E
(33,22,30)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #9F4C8A

#9F4C8A
(159,76,138)
#A75C94
(167,92,148)
#AF6C9E
(175,108,158)
#B77CA8
(183,124,168)
#BF8CB2
(191,140,178)
#C79CBC
(199,156,188)
#CFACC6
(207,172,198)
#D7BCD0
(215,188,208)
#DFCCDA
(223,204,218)
#E7DCE4
(231,220,228)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F4C8A color. Also use rgb(159,76,138) instead hex code.

Text Font Color

.myTextColor { color: #9F4C8A; }

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

This text font color is #9F4C8A.

Background Color

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

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

This div background color is #9F4C8A.

Border color

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

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

This div border color is #9F4C8A.

Opacity

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

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

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

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

This text has shadow with #9F4C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F4C8A.

Preview

Color preview on black background

This text has color #9F4C8A on black background.


Color preview on white background

This text has color #9F4C8A on white background.


Black color preview on #9F4C8A background

This text has black color on #9F4C8A background.


White color preview on #9F4C8A background

This text has white color on #9F4C8A background.


Related colors

Complementary color

Complementary color for #hex is #60B375.


I love getcolorcode.com

Triadic colors

1 #8A9F4C and #4C8A9F with #9F4C8A are triadic colors.

2 #8A4C9F and #4C9F8A with #9F4C8A are triadic colors.