COLOR #9B7FC6

HEX: #9B7FC6
RGB: (155,127,198)

Color info

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

RGB color model

#9B7FC6 color RGB value is (155,127,198).

  • red value is 155;
  • green value is 127;
  • blue value is 198.
RGB:
(155,127,198)
(61%,50%,78%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 198 of 255 = 78%

155
127
198

R + G + B ~ 63%. #9B7FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 127 + 198 = 480 (100%)
R 155 of 480 ~ 32.29%
G 127 of 480 ~ 26.46%
B 198 of 480 ~ 41.25%

%32.29
%26.46
%41.25

CMYK color model

#9B7FC6 color CMYK value is (22,36,0,22).

  • cyan value is 21.72%
  • magenta value is 35.86%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(22,36,0,22)
C22M36Y0K22 
(22%,36%,0%,22%)
(0.22/0.36/0.00/0.22)	

CMYK percentages

%21.72
%35.86
%0
%22.35

Codes

Color #9B7FC6 in popluar color models

9B7FC6
RGB155127198
HSL264°38.38%63.73%
HSB/HSV264°35.86%77.65%
CMYK21.72%35.86%0.00%
22.35%

Color #9B7FC6 in popluar number systems.

HEX9B7FC6
Decimal155127198
Binary10011011111111111000110
Octal233177306

Shades and tints

Shades of #9B7FC6

#9B7FC6
(155,127,198)
#8D74B4
(141,116,180)
#7F69A2
(127,105,162)
#715E90
(113,94,144)
#63537E
(99,83,126)
#55486C
(85,72,108)
#473D5A
(71,61,90)
#393248
(57,50,72)
#2B2736
(43,39,54)
#1D1C24
(29,28,36)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #9B7FC6

#9B7FC6
(155,127,198)
#A48ACB
(164,138,203)
#AD95D0
(173,149,208)
#B6A0D5
(182,160,213)
#BFABDA
(191,171,218)
#C8B6DF
(200,182,223)
#D1C1E4
(209,193,228)
#DACCE9
(218,204,233)
#E3D7EE
(227,215,238)
#ECE2F3
(236,226,243)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7FC6 color. Also use rgb(155,127,198) instead hex code.

Text Font Color

.myTextColor { color: #9B7FC6; }

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

This text font color is #9B7FC6.


Background Color

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

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

This div background color is #9B7FC6.


Border color

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

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

This div border color is #9B7FC6.


Opacity

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

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

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

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

This text has shadow with #9B7FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7FC6 on black background.


Color preview on white background

This text has color #9B7FC6 on white background.



Black color preview on #9B7FC6 background

This text has black color on #9B7FC6 background.


White color preview on #9B7FC6 background

This text has white color on #9B7FC6 background.