COLOR #9B7FCE

HEX: #9B7FCE RGB: (155,127,206)

Color info

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

RGB color model

#9B7FCE color RGB value is (155,127,206).

RGB: (155,127,206) (61%, 50%, 81%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 206 of 255 = 81%

155
127
206

R + G + B ~ 64%. #9B7FCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 127 + 206 = 488 (100%)
R 155 of 488 ~ 31.76%
G 127 of 488 ~ 26.02%
B 206 of 488 ~ 42.21'%

%31.76
%26.02
%42.21

CMYK color model

#9B7FCE color CMYK value is (25,38,0,19).

  • cyan value is 24.76%
  • magenta value is 38.35%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (25,38,0,19)
C25M38Y0K19 (25%, 38%, 0%, 19%)
(0.25 / 0.38 / 0.00 / 0.19)

CMYK percentages

%24.76
%38.35
%0
%19.22

Codes

Color #9B7FCE in popluar color models

9B 7F CE
RGB 155 127 206
HSL 261° 44.63% 65.29%
HSB/HSV 261° 38.35% 80.78%
CMYK 24.76% 38.35% 0.00%
19.22%

Color #9B7FCE in popluar number systems.

HEX 9B 7F CE
Decimal 155 127 206
Binary 10011011 1111111 11001110
Octal 233 177 316

Shades and tints

Shades of #9B7FCE

#9B7FCE
(155,127,206)
#8D74BC
(141,116,188)
#7F69AA
(127,105,170)
#715E98
(113,94,152)
#635386
(99,83,134)
#554874
(85,72,116)
#473D62
(71,61,98)
#393250
(57,50,80)
#2B273E
(43,39,62)
#1D1C2C
(29,28,44)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #9B7FCE

#9B7FCE
(155,127,206)
#A48AD2
(164,138,210)
#AD95D6
(173,149,214)
#B6A0DA
(182,160,218)
#BFABDE
(191,171,222)
#C8B6E2
(200,182,226)
#D1C1E6
(209,193,230)
#DACCEA
(218,204,234)
#E3D7EE
(227,215,238)
#ECE2F2
(236,226,242)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7FCE; }

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

This text font color is #9B7FCE.

Background Color

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

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

This div background color is #9B7FCE.

Border color

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

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

This div border color is #9B7FCE.

Opacity

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

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

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

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

This text has shadow with #9B7FCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7FCE.

Preview

Color preview on black background

This text has color #9B7FCE on black background.


Color preview on white background

This text has color #9B7FCE on white background.


Black color preview on #9B7FCE background

This text has black color on #9B7FCE background.


White color preview on #9B7FCE background

This text has white color on #9B7FCE background.


Related colors

Complementary color

Complementary color for #hex is #648031.


I love getcolorcode.com

Triadic colors

1 #CE9B7F and #7FCE9B with #9B7FCE are triadic colors.

2 #CE7F9B and #7F9BCE with #9B7FCE are triadic colors.