COLOR #9C4BA5

HEX: #9C4BA5
RGB: (156,75,165)

Color info

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

RGB color model

#9C4BA5 color RGB value is (156,75,165).

  • red value is 156;
  • green value is 75;
  • blue value is 165.
RGB:
(156,75,165)
(61%,29%,65%)

RGB channels and saturation

R 156 of 255 = 61%
G 75 of 255 = 29%
B 165 of 255 = 65%

156
75
165

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

Portions of RGB colors in percentages

R + G + B =
156 + 75 + 165 = 396 (100%)
R 156 of 396 ~ 39.39%
G 75 of 396 ~ 18.94%
B 165 of 396 ~ 41.67%

%39.39
%18.94
%41.67

CMYK color model

#9C4BA5 color CMYK value is (5,55,0,35).

  • cyan value is 5.45%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(5,55,0,35)
C5M55Y0K35 
(5%,55%,0%,35%)
(0.05/0.55/0.00/0.35)	

CMYK percentages

%5.45
%54.55
%0
%35.29

Codes

Color #9C4BA5 in popluar color models

9C4BA5
RGB15675165
HSL294°37.50%47.06%
HSB/HSV294°54.55%64.71%
CMYK5.45%54.55%0.00%
35.29%

Color #9C4BA5 in popluar number systems.

HEX9C4BA5
Decimal15675165
Binary10011100100101110100101
Octal234113245

Shades and tints

Shades of #9C4BA5

#9C4BA5
(156,75,165)
#8E4596
(142,69,150)
#803F87
(128,63,135)
#723978
(114,57,120)
#643369
(100,51,105)
#562D5A
(86,45,90)
#48274B
(72,39,75)
#3A213C
(58,33,60)
#2C1B2D
(44,27,45)
#1E151E
(30,21,30)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #9C4BA5

#9C4BA5
(156,75,165)
#A55BAD
(165,91,173)
#AE6BB5
(174,107,181)
#B77BBD
(183,123,189)
#C08BC5
(192,139,197)
#C99BCD
(201,155,205)
#D2ABD5
(210,171,213)
#DBBBDD
(219,187,221)
#E4CBE5
(228,203,229)
#EDDBED
(237,219,237)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4BA5 color. Also use rgb(156,75,165) instead hex code.

Text Font Color

.myTextColor { color: #9C4BA5; }

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

This text font color is #9C4BA5.


Background Color

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

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

This div background color is #9C4BA5.


Border color

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

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

This div border color is #9C4BA5.


Opacity

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

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

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

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

This text has shadow with #9C4BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4BA5 on black background.


Color preview on white background

This text has color #9C4BA5 on white background.



Black color preview on #9C4BA5 background

This text has black color on #9C4BA5 background.


White color preview on #9C4BA5 background

This text has white color on #9C4BA5 background.