COLOR #9876C5

HEX: #9876C5
RGB: (152,118,197)

Color info

#9876C5 contains mainly red and blue colors. Web safe color of #9876C5 is #9966CC (or #96C).

RGB color model

#9876C5 color RGB value is (152,118,197).

  • red value is 152;
  • green value is 118;
  • blue value is 197.
RGB:
(152,118,197)
(60%,46%,77%)

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 197 of 255 = 77%

152
118
197

R + G + B ~ 61%. #9876C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 118 + 197 = 467 (100%)
R 152 of 467 ~ 32.55%
G 118 of 467 ~ 25.27%
B 197 of 467 ~ 42.18%

%32.55
%25.27
%42.18

CMYK color model

#9876C5 color CMYK value is (23,40,0,23).

  • cyan value is 22.84%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(23,40,0,23)
C23M40Y0K23 
(23%,40%,0%,23%)
(0.23/0.40/0.00/0.23)	

CMYK percentages

%22.84
%40.1
%0
%22.75

Codes

Color #9876C5 in popluar color models

9876C5
RGB152118197
HSL266°40.51%61.76%
HSB/HSV266°40.10%77.25%
CMYK22.84%40.10%0.00%
22.75%

Color #9876C5 in popluar number systems.

HEX9876C5
Decimal152118197
Binary10011000111011011000101
Octal230166305

Shades and tints

Shades of #9876C5

#9876C5
(152,118,197)
#8B6CB4
(139,108,180)
#7E62A3
(126,98,163)
#715892
(113,88,146)
#644E81
(100,78,129)
#574470
(87,68,112)
#4A3A5F
(74,58,95)
#3D304E
(61,48,78)
#30263D
(48,38,61)
#231C2C
(35,28,44)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #9876C5

#9876C5
(152,118,197)
#A182CA
(161,130,202)
#AA8ECF
(170,142,207)
#B39AD4
(179,154,212)
#BCA6D9
(188,166,217)
#C5B2DE
(197,178,222)
#CEBEE3
(206,190,227)
#D7CAE8
(215,202,232)
#E0D6ED
(224,214,237)
#E9E2F2
(233,226,242)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9876C5 color. Also use rgb(152,118,197) instead hex code.

Text Font Color

.myTextColor { color: #9876C5; }

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

This text font color is #9876C5.


Background Color

.myBgColor { background-color: #9876C5; }

<div style="background-color:#9876C5">Inner text</div>

This div background color is #9876C5.


Border color

.myBorderColor { border: 1px solid #9876C5; }

<div style="border:3px solid #9876C5">Div</div>

This div border color is #9876C5.


Opacity

.myOpacity80 { color: #9876C5; opacity: 0.8; }

<p style="color:#9876C5;opacity:0.8;">80%</p>

Text with #9876C5 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 #9876C5;}

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

This text has shadow with #9876C5 color.

.textShadow {text-shadow: 3px 3px 1px #9876C5, 3px 3px 1px red;}

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

This text has shadow with #9876C5 primary color and red secondary color.


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

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

This text has shadow with #9876C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9876C5 on black background.


Color preview on white background

This text has color #9876C5 on white background.



Black color preview on #9876C5 background

This text has black color on #9876C5 background.


White color preview on #9876C5 background

This text has white color on #9876C5 background.