COLOR #9D4FA7

HEX: #9D4FA7
RGB: (157,79,167)

Color info

#9D4FA7 contains mainly red and blue colors. Web safe color of #9D4FA7 is #996699 (or #969).

RGB color model

#9D4FA7 color RGB value is (157,79,167).

  • red value is 157;
  • green value is 79;
  • blue value is 167.
RGB:
(157,79,167)
(62%,31%,65%)

RGB channels and saturation

R 157 of 255 = 62%
G 79 of 255 = 31%
B 167 of 255 = 65%

157
79
167

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

Portions of RGB colors in percentages

R + G + B =
157 + 79 + 167 = 403 (100%)
R 157 of 403 ~ 38.96%
G 79 of 403 ~ 19.6%
B 167 of 403 ~ 41.44%

%38.96
%19.6
%41.44

CMYK color model

#9D4FA7 color CMYK value is (6,53,0,35).

  • cyan value is 5.99%
  • magenta value is 52.69%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(6,53,0,35)
C6M53Y0K35 
(6%,53%,0%,35%)
(0.06/0.53/0.00/0.35)	

CMYK percentages

%5.99
%52.69
%0
%34.51

Codes

Color #9D4FA7 in popluar color models

9D4FA7
RGB15779167
HSL293°35.77%48.24%
HSB/HSV293°52.69%65.49%
CMYK5.99%52.69%0.00%
34.51%

Color #9D4FA7 in popluar number systems.

HEX9D4FA7
Decimal15779167
Binary10011101100111110100111
Octal235117247

Shades and tints

Shades of #9D4FA7

#9D4FA7
(157,79,167)
#8F4898
(143,72,152)
#814189
(129,65,137)
#733A7A
(115,58,122)
#65336B
(101,51,107)
#572C5C
(87,44,92)
#49254D
(73,37,77)
#3B1E3E
(59,30,62)
#2D172F
(45,23,47)
#1F1020
(31,16,32)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #9D4FA7

#9D4FA7
(157,79,167)
#A55FAF
(165,95,175)
#AD6FB7
(173,111,183)
#B57FBF
(181,127,191)
#BD8FC7
(189,143,199)
#C59FCF
(197,159,207)
#CDAFD7
(205,175,215)
#D5BFDF
(213,191,223)
#DDCFE7
(221,207,231)
#E5DFEF
(229,223,239)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D4FA7 color. Also use rgb(157,79,167) instead hex code.

Text Font Color

.myTextColor { color: #9D4FA7; }

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

This text font color is #9D4FA7.


Background Color

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

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

This div background color is #9D4FA7.


Border color

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

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

This div border color is #9D4FA7.


Opacity

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

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

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

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

This text has shadow with #9D4FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4FA7 on black background.


Color preview on white background

This text has color #9D4FA7 on white background.



Black color preview on #9D4FA7 background

This text has black color on #9D4FA7 background.


White color preview on #9D4FA7 background

This text has white color on #9D4FA7 background.