COLOR #9767C5

HEX: #9767C5
RGB: (151,103,197)

Color info

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

RGB color model

#9767C5 color RGB value is (151,103,197).

  • red value is 151;
  • green value is 103;
  • blue value is 197.
RGB:
(151,103,197)
(59%,40%,77%)

RGB channels and saturation

R 151 of 255 = 59%
G 103 of 255 = 40%
B 197 of 255 = 77%

151
103
197

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

Portions of RGB colors in percentages

R + G + B =
151 + 103 + 197 = 451 (100%)
R 151 of 451 ~ 33.48%
G 103 of 451 ~ 22.84%
B 197 of 451 ~ 43.68%

%33.48
%22.84
%43.68

CMYK color model

#9767C5 color CMYK value is (23,48,0,23).

  • cyan value is 23.35%
  • magenta value is 47.72%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(23,48,0,23)
C23M48Y0K23 
(23%,48%,0%,23%)
(0.23/0.48/0.00/0.23)	

CMYK percentages

%23.35
%47.72
%0
%22.75

Codes

Color #9767C5 in popluar color models

9767C5
RGB151103197
HSL271°44.76%58.82%
HSB/HSV271°47.72%77.25%
CMYK23.35%47.72%0.00%
22.75%

Color #9767C5 in popluar number systems.

HEX9767C5
Decimal151103197
Binary10010111110011111000101
Octal227147305

Shades and tints

Shades of #9767C5

#9767C5
(151,103,197)
#8A5EB4
(138,94,180)
#7D55A3
(125,85,163)
#704C92
(112,76,146)
#634381
(99,67,129)
#563A70
(86,58,112)
#49315F
(73,49,95)
#3C284E
(60,40,78)
#2F1F3D
(47,31,61)
#22162C
(34,22,44)
#150D1B
(21,13,27)
#000000
(0,0,0)

Tints of #9767C5

#9767C5
(151,103,197)
#A074CA
(160,116,202)
#A981CF
(169,129,207)
#B28ED4
(178,142,212)
#BB9BD9
(187,155,217)
#C4A8DE
(196,168,222)
#CDB5E3
(205,181,227)
#D6C2E8
(214,194,232)
#DFCFED
(223,207,237)
#E8DCF2
(232,220,242)
#F1E9F7
(241,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9767C5 color. Also use rgb(151,103,197) instead hex code.

Text Font Color

.myTextColor { color: #9767C5; }

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

This text font color is #9767C5.


Background Color

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

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

This div background color is #9767C5.


Border color

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

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

This div border color is #9767C5.


Opacity

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

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

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

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

This text has shadow with #9767C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9767C5 on black background.


Color preview on white background

This text has color #9767C5 on white background.



Black color preview on #9767C5 background

This text has black color on #9767C5 background.


White color preview on #9767C5 background

This text has white color on #9767C5 background.