COLOR #9B7AD2

HEX: #9B7AD2 RGB: (155,122,210)

Color info

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

RGB color model

#9B7AD2 color RGB value is (155,122,210).

RGB: (155,122,210) (61%, 48%, 82%)

RGB channels and saturation

R 155 of 255 = 61%
G 122 of 255 = 48%
B 210 of 255 = 82%

155
122
210

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

Portions of RGB colors in percentages

R + G + B = 155 + 122 + 210 = 487 (100%)
R 155 of 487 ~ 31.83%
G 122 of 487 ~ 25.05%
B 210 of 487 ~ 43.12'%

%31.83
%25.05
%43.12

CMYK color model

#9B7AD2 color CMYK value is (26,42,0,18).

  • cyan value is 26.19%
  • magenta value is 41.90%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (26,42,0,18)
C26M42Y0K18 (26%, 42%, 0%, 18%)
(0.26 / 0.42 / 0.00 / 0.18)

CMYK percentages

%26.19
%41.9
%0
%17.65

Codes

Color #9B7AD2 in popluar color models

9B 7A D2
RGB 155 122 210
HSL 263° 49.44% 65.10%
HSB/HSV 263° 41.90% 82.35%
CMYK 26.19% 41.90% 0.00%
17.65%

Color #9B7AD2 in popluar number systems.

HEX 9B 7A D2
Decimal 155 122 210
Binary 10011011 1111010 11010010
Octal 233 172 322

Shades and tints

Shades of #9B7AD2

#9B7AD2
(155,122,210)
#8D6FBF
(141,111,191)
#7F64AC
(127,100,172)
#715999
(113,89,153)
#634E86
(99,78,134)
#554373
(85,67,115)
#473860
(71,56,96)
#392D4D
(57,45,77)
#2B223A
(43,34,58)
#1D1727
(29,23,39)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #9B7AD2

#9B7AD2
(155,122,210)
#A486D6
(164,134,214)
#AD92DA
(173,146,218)
#B69EDE
(182,158,222)
#BFAAE2
(191,170,226)
#C8B6E6
(200,182,230)
#D1C2EA
(209,194,234)
#DACEEE
(218,206,238)
#E3DAF2
(227,218,242)
#ECE6F6
(236,230,246)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7AD2 color. Also use rgb(155,122,210) instead hex code.

Text Font Color

.myTextColor { color: #9B7AD2; }

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

This text font color is #9B7AD2.

Background Color

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

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

This div background color is #9B7AD2.

Border color

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

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

This div border color is #9B7AD2.

Opacity

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

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

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

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

This text has shadow with #9B7AD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7AD2.

Preview

Color preview on black background

This text has color #9B7AD2 on black background.


Color preview on white background

This text has color #9B7AD2 on white background.


Black color preview on #9B7AD2 background

This text has black color on #9B7AD2 background.


White color preview on #9B7AD2 background

This text has white color on #9B7AD2 background.


Related colors

Complementary color

Complementary color for #hex is #64852D.


I love getcolorcode.com

Triadic colors

1 #D29B7A and #7AD29B with #9B7AD2 are triadic colors.

2 #D27A9B and #7A9BD2 with #9B7AD2 are triadic colors.