COLOR #9B7ED1

HEX: #9B7ED1
RGB: (155,126,209)

Color info

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

RGB color model

#9B7ED1 color RGB value is (155,126,209).

  • red value is 155;
  • green value is 126;
  • blue value is 209.
RGB:
(155,126,209)
(61%,49%,82%)

RGB channels and saturation

R 155 of 255 = 61%
G 126 of 255 = 49%
B 209 of 255 = 82%

155
126
209

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

Portions of RGB colors in percentages

R + G + B =
155 + 126 + 209 = 490 (100%)
R 155 of 490 ~ 31.63%
G 126 of 490 ~ 25.71%
B 209 of 490 ~ 42.65%

%31.63
%25.71
%42.65

CMYK color model

#9B7ED1 color CMYK value is (26,40,0,18).

  • cyan value is 25.84%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(26,40,0,18)
C26M40Y0K18 
(26%,40%,0%,18%)
(0.26/0.40/0.00/0.18)	

CMYK percentages

%25.84
%39.71
%0
%18.04

Codes

Color #9B7ED1 in popluar color models

9B7ED1
RGB155126209
HSL261°47.43%65.69%
HSB/HSV261°39.71%81.96%
CMYK25.84%39.71%0.00%
18.04%

Color #9B7ED1 in popluar number systems.

HEX9B7ED1
Decimal155126209
Binary10011011111111011010001
Octal233176321

Shades and tints

Shades of #9B7ED1

#9B7ED1
(155,126,209)
#8D73BE
(141,115,190)
#7F68AB
(127,104,171)
#715D98
(113,93,152)
#635285
(99,82,133)
#554772
(85,71,114)
#473C5F
(71,60,95)
#39314C
(57,49,76)
#2B2639
(43,38,57)
#1D1B26
(29,27,38)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #9B7ED1

#9B7ED1
(155,126,209)
#A489D5
(164,137,213)
#AD94D9
(173,148,217)
#B69FDD
(182,159,221)
#BFAAE1
(191,170,225)
#C8B5E5
(200,181,229)
#D1C0E9
(209,192,233)
#DACBED
(218,203,237)
#E3D6F1
(227,214,241)
#ECE1F5
(236,225,245)
#F5ECF9
(245,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7ED1 color. Also use rgb(155,126,209) instead hex code.

Text Font Color

.myTextColor { color: #9B7ED1; }

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

This text font color is #9B7ED1.


Background Color

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

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

This div background color is #9B7ED1.


Border color

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

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

This div border color is #9B7ED1.


Opacity

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

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

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

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

This text has shadow with #9B7ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7ED1 on black background.


Color preview on white background

This text has color #9B7ED1 on white background.



Black color preview on #9B7ED1 background

This text has black color on #9B7ED1 background.


White color preview on #9B7ED1 background

This text has white color on #9B7ED1 background.