COLOR #9D4F96

HEX: #9D4F96
RGB: (157,79,150)

Color info

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

RGB color model

#9D4F96 color RGB value is (157,79,150).

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

RGB channels and saturation

R 157 of 255 = 62%
G 79 of 255 = 31%
B 150 of 255 = 59%

157
79
150

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

Portions of RGB colors in percentages

R + G + B =
157 + 79 + 150 = 386 (100%)
R 157 of 386 ~ 40.67%
G 79 of 386 ~ 20.47%
B 150 of 386 ~ 38.86%

%40.67
%20.47
%38.86

CMYK color model

#9D4F96 color CMYK value is (0,50,4,38).

  • cyan value is 0.00%
  • magenta value is 49.68%
  • yellow value is 4.46%
  • key color value is 38.43%
CMYK:
(0,50,4,38)
C0M50Y4K38 
(0%,50%,4%,38%)
(0.00/0.50/0.04/0.38)	

CMYK percentages

%0
%49.68
%4.46
%38.43

Codes

Color #9D4F96 in popluar color models

9D4F96
RGB15779150
HSL305°33.05%46.27%
HSB/HSV305°49.68%61.57%
CMYK0.00%49.68%4.46%
38.43%

Color #9D4F96 in popluar number systems.

HEX9D4F96
Decimal15779150
Binary10011101100111110010110
Octal235117226

Shades and tints

Shades of #9D4F96

#9D4F96
(157,79,150)
#8F4889
(143,72,137)
#81417C
(129,65,124)
#733A6F
(115,58,111)
#653362
(101,51,98)
#572C55
(87,44,85)
#492548
(73,37,72)
#3B1E3B
(59,30,59)
#2D172E
(45,23,46)
#1F1021
(31,16,33)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #9D4F96

#9D4F96
(157,79,150)
#A55F9F
(165,95,159)
#AD6FA8
(173,111,168)
#B57FB1
(181,127,177)
#BD8FBA
(189,143,186)
#C59FC3
(197,159,195)
#CDAFCC
(205,175,204)
#D5BFD5
(213,191,213)
#DDCFDE
(221,207,222)
#E5DFE7
(229,223,231)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D4F96; }

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

This text font color is #9D4F96.


Background Color

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

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

This div background color is #9D4F96.


Border color

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

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

This div border color is #9D4F96.


Opacity

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

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

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

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

This text has shadow with #9D4F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4F96 on black background.


Color preview on white background

This text has color #9D4F96 on white background.



Black color preview on #9D4F96 background

This text has black color on #9D4F96 background.


White color preview on #9D4F96 background

This text has white color on #9D4F96 background.