COLOR #9B7FE2

HEX: #9B7FE2 RGB: (155,127,226)

Color info

#9B7FE2 contains mainly blue color. Web safe color of #9B7FE2 is #9966CC (or #96C).

RGB color model

#9B7FE2 color RGB value is (155,127,226).

RGB: (155,127,226) (61%, 50%, 89%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 226 of 255 = 89%

155
127
226

R + G + B ~ 67%. #9B7FE2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 127 + 226 = 508 (100%)
R 155 of 508 ~ 30.51%
G 127 of 508 ~ 25%
B 226 of 508 ~ 44.49'%

%30.51
%25
%44.49

CMYK color model

#9B7FE2 color CMYK value is (31,44,0,11).

  • cyan value is 31.42%
  • magenta value is 43.81%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (31,44,0,11)
C31M44Y0K11 (31%, 44%, 0%, 11%)
(0.31 / 0.44 / 0.00 / 0.11)

CMYK percentages

%31.42
%43.81
%0
%11.37

Codes

Color #9B7FE2 in popluar color models

9B 7F E2
RGB 155 127 226
HSL 257° 63.06% 69.22%
HSB/HSV 257° 43.81% 88.63%
CMYK 31.42% 43.81% 0.00%
11.37%

Color #9B7FE2 in popluar number systems.

HEX 9B 7F E2
Decimal 155 127 226
Binary 10011011 1111111 11100010
Octal 233 177 342

Shades and tints

Shades of #9B7FE2

#9B7FE2
(155,127,226)
#8D74CE
(141,116,206)
#7F69BA
(127,105,186)
#715EA6
(113,94,166)
#635392
(99,83,146)
#55487E
(85,72,126)
#473D6A
(71,61,106)
#393256
(57,50,86)
#2B2742
(43,39,66)
#1D1C2E
(29,28,46)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #9B7FE2

#9B7FE2
(155,127,226)
#A48AE4
(164,138,228)
#AD95E6
(173,149,230)
#B6A0E8
(182,160,232)
#BFABEA
(191,171,234)
#C8B6EC
(200,182,236)
#D1C1EE
(209,193,238)
#DACCF0
(218,204,240)
#E3D7F2
(227,215,242)
#ECE2F4
(236,226,244)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7FE2; }

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

This text font color is #9B7FE2.

Background Color

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

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

This div background color is #9B7FE2.

Border color

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

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

This div border color is #9B7FE2.

Opacity

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

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

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

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

This text has shadow with #9B7FE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7FE2.

Preview

Color preview on black background

This text has color #9B7FE2 on black background.


Color preview on white background

This text has color #9B7FE2 on white background.


Black color preview on #9B7FE2 background

This text has black color on #9B7FE2 background.


White color preview on #9B7FE2 background

This text has white color on #9B7FE2 background.


Related colors

Complementary color

Complementary color for #hex is #64801D.


I love getcolorcode.com

Triadic colors

1 #E29B7F and #7FE29B with #9B7FE2 are triadic colors.

2 #E27F9B and #7F9BE2 with #9B7FE2 are triadic colors.