COLOR #9C4794

HEX: #9C4794
RGB: (156,71,148)

Color info

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

RGB color model

#9C4794 color RGB value is (156,71,148).

  • red value is 156;
  • green value is 71;
  • blue value is 148.
RGB:
(156,71,148)
(61%,28%,58%)

RGB channels and saturation

R 156 of 255 = 61%
G 71 of 255 = 28%
B 148 of 255 = 58%

156
71
148

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

Portions of RGB colors in percentages

R + G + B =
156 + 71 + 148 = 375 (100%)
R 156 of 375 ~ 41.6%
G 71 of 375 ~ 18.93%
B 148 of 375 ~ 39.47%

%41.6
%18.93
%39.47

CMYK color model

#9C4794 color CMYK value is (0,54,5,39).

  • cyan value is 0.00%
  • magenta value is 54.49%
  • yellow value is 5.13%
  • key color value is 38.82%
CMYK:
(0,54,5,39)
C0M54Y5K39 
(0%,54%,5%,39%)
(0.00/0.54/0.05/0.39)	

CMYK percentages

%0
%54.49
%5.13
%38.82

Codes

Color #9C4794 in popluar color models

9C4794
RGB15671148
HSL306°37.44%44.51%
HSB/HSV306°54.49%61.18%
CMYK0.00%54.49%5.13%
38.82%

Color #9C4794 in popluar number systems.

HEX9C4794
Decimal15671148
Binary10011100100011110010100
Octal234107224

Shades and tints

Shades of #9C4794

#9C4794
(156,71,148)
#8E4187
(142,65,135)
#803B7A
(128,59,122)
#72356D
(114,53,109)
#642F60
(100,47,96)
#562953
(86,41,83)
#482346
(72,35,70)
#3A1D39
(58,29,57)
#2C172C
(44,23,44)
#1E111F
(30,17,31)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #9C4794

#9C4794
(156,71,148)
#A5579D
(165,87,157)
#AE67A6
(174,103,166)
#B777AF
(183,119,175)
#C087B8
(192,135,184)
#C997C1
(201,151,193)
#D2A7CA
(210,167,202)
#DBB7D3
(219,183,211)
#E4C7DC
(228,199,220)
#EDD7E5
(237,215,229)
#F6E7EE
(246,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4794 color. Also use rgb(156,71,148) instead hex code.

Text Font Color

.myTextColor { color: #9C4794; }

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

This text font color is #9C4794.


Background Color

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

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

This div background color is #9C4794.


Border color

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

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

This div border color is #9C4794.


Opacity

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

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

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

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

This text has shadow with #9C4794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4794 on black background.


Color preview on white background

This text has color #9C4794 on white background.



Black color preview on #9C4794 background

This text has black color on #9C4794 background.


White color preview on #9C4794 background

This text has white color on #9C4794 background.