COLOR #9C76B3

HEX: #9C76B3
RGB: (156,118,179)

Color info

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

RGB color model

#9C76B3 color RGB value is (156,118,179).

  • red value is 156;
  • green value is 118;
  • blue value is 179.
RGB:
(156,118,179)
(61%,46%,70%)

RGB channels and saturation

R 156 of 255 = 61%
G 118 of 255 = 46%
B 179 of 255 = 70%

156
118
179

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

Portions of RGB colors in percentages

R + G + B =
156 + 118 + 179 = 453 (100%)
R 156 of 453 ~ 34.44%
G 118 of 453 ~ 26.05%
B 179 of 453 ~ 39.51%

%34.44
%26.05
%39.51

CMYK color model

#9C76B3 color CMYK value is (13,34,0,30).

  • cyan value is 12.85%
  • magenta value is 34.08%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(13,34,0,30)
C13M34Y0K30 
(13%,34%,0%,30%)
(0.13/0.34/0.00/0.30)	

CMYK percentages

%12.85
%34.08
%0
%29.8

Codes

Color #9C76B3 in popluar color models

9C76B3
RGB156118179
HSL277°28.64%58.24%
HSB/HSV277°34.08%70.20%
CMYK12.85%34.08%0.00%
29.80%

Color #9C76B3 in popluar number systems.

HEX9C76B3
Decimal156118179
Binary10011100111011010110011
Octal234166263

Shades and tints

Shades of #9C76B3

#9C76B3
(156,118,179)
#8E6CA3
(142,108,163)
#806293
(128,98,147)
#725883
(114,88,131)
#644E73
(100,78,115)
#564463
(86,68,99)
#483A53
(72,58,83)
#3A3043
(58,48,67)
#2C2633
(44,38,51)
#1E1C23
(30,28,35)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #9C76B3

#9C76B3
(156,118,179)
#A582B9
(165,130,185)
#AE8EBF
(174,142,191)
#B79AC5
(183,154,197)
#C0A6CB
(192,166,203)
#C9B2D1
(201,178,209)
#D2BED7
(210,190,215)
#DBCADD
(219,202,221)
#E4D6E3
(228,214,227)
#EDE2E9
(237,226,233)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C76B3 color. Also use rgb(156,118,179) instead hex code.

Text Font Color

.myTextColor { color: #9C76B3; }

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

This text font color is #9C76B3.


Background Color

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

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

This div background color is #9C76B3.


Border color

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

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

This div border color is #9C76B3.


Opacity

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

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

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

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

This text has shadow with #9C76B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C76B3 on black background.


Color preview on white background

This text has color #9C76B3 on white background.



Black color preview on #9C76B3 background

This text has black color on #9C76B3 background.


White color preview on #9C76B3 background

This text has white color on #9C76B3 background.