COLOR #9B7CCE

HEX: #9B7CCE RGB: (155,124,206)

Color info

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

RGB color model

#9B7CCE color RGB value is (155,124,206).

RGB: (155,124,206) (61%, 49%, 81%)

RGB channels and saturation

R 155 of 255 = 61%
G 124 of 255 = 49%
B 206 of 255 = 81%

155
124
206

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

Portions of RGB colors in percentages

R + G + B = 155 + 124 + 206 = 485 (100%)
R 155 of 485 ~ 31.96%
G 124 of 485 ~ 25.57%
B 206 of 485 ~ 42.47'%

%31.96
%25.57
%42.47

CMYK color model

#9B7CCE color CMYK value is (25,40,0,19).

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

CMYK: (25,40,0,19)
C25M40Y0K19 (25%, 40%, 0%, 19%)
(0.25 / 0.40 / 0.00 / 0.19)

CMYK percentages

%24.76
%39.81
%0
%19.22

Codes

Color #9B7CCE in popluar color models

9B 7C CE
RGB 155 124 206
HSL 263° 45.56% 64.71%
HSB/HSV 263° 39.81% 80.78%
CMYK 24.76% 39.81% 0.00%
19.22%

Color #9B7CCE in popluar number systems.

HEX 9B 7C CE
Decimal 155 124 206
Binary 10011011 1111100 11001110
Octal 233 174 316

Shades and tints

Shades of #9B7CCE

#9B7CCE
(155,124,206)
#8D71BC
(141,113,188)
#7F66AA
(127,102,170)
#715B98
(113,91,152)
#635086
(99,80,134)
#554574
(85,69,116)
#473A62
(71,58,98)
#392F50
(57,47,80)
#2B243E
(43,36,62)
#1D192C
(29,25,44)
#0F0E1A
(15,14,26)
#000000
(0,0,0)

Tints of #9B7CCE

#9B7CCE
(155,124,206)
#A487D2
(164,135,210)
#AD92D6
(173,146,214)
#B69DDA
(182,157,218)
#BFA8DE
(191,168,222)
#C8B3E2
(200,179,226)
#D1BEE6
(209,190,230)
#DAC9EA
(218,201,234)
#E3D4EE
(227,212,238)
#ECDFF2
(236,223,242)
#F5EAF6
(245,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7CCE; }

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

This text font color is #9B7CCE.

Background Color

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

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

This div background color is #9B7CCE.

Border color

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

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

This div border color is #9B7CCE.

Opacity

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

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

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

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

This text has shadow with #9B7CCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7CCE.

Preview

Color preview on black background

This text has color #9B7CCE on black background.


Color preview on white background

This text has color #9B7CCE on white background.


Black color preview on #9B7CCE background

This text has black color on #9B7CCE background.


White color preview on #9B7CCE background

This text has white color on #9B7CCE background.


Related colors

Complementary color

Complementary color for #hex is #648331.


I love getcolorcode.com

Triadic colors

1 #CE9B7C and #7CCE9B with #9B7CCE are triadic colors.

2 #CE7C9B and #7C9BCE with #9B7CCE are triadic colors.