COLOR #9B8AD6

HEX: #9B8AD6 RGB: (155,138,214)

Color info

#9B8AD6 contains mainly red and blue colors. Web safe color of #9B8AD6 is #9999CC (or #99C).

RGB color model

#9B8AD6 color RGB value is (155,138,214).

RGB: (155,138,214) (61%, 54%, 84%)

RGB channels and saturation

R 155 of 255 = 61%
G 138 of 255 = 54%
B 214 of 255 = 84%

155
138
214

R + G + B ~ 66%. #9B8AD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 138 + 214 = 507 (100%)
R 155 of 507 ~ 30.57%
G 138 of 507 ~ 27.22%
B 214 of 507 ~ 42.21'%

%30.57
%27.22
%42.21

CMYK color model

#9B8AD6 color CMYK value is (28,36,0,16).

  • cyan value is 27.57%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (28,36,0,16) C28M36Y0K16 (28%,36%,0%,16%) (0.28/0.36/0.00/0.16) 

CMYK percentages

%27.57
%35.51
%0
%16.08

Codes

Color #9B8AD6 in popluar color models

9B 8A D6
RGB 155 138 214
HSL 253° 48.10% 69.02%
HSB/HSV 253° 35.51% 83.92%
CMYK 27.57% 35.51% 0.00%
16.08%

Color #9B8AD6 in popluar number systems.

HEX 9B 8A D6
Decimal 155 138 214
Binary 10011011 10001010 11010110
Octal 233 212 326

Shades and tints

Shades of #9B8AD6

#9B8AD6
(155,138,214)
#8D7EC3
(141,126,195)
#7F72B0
(127,114,176)
#71669D
(113,102,157)
#635A8A
(99,90,138)
#554E77
(85,78,119)
#474264
(71,66,100)
#393651
(57,54,81)
#2B2A3E
(43,42,62)
#1D1E2B
(29,30,43)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #9B8AD6

#9B8AD6
(155,138,214)
#A494D9
(164,148,217)
#AD9EDC
(173,158,220)
#B6A8DF
(182,168,223)
#BFB2E2
(191,178,226)
#C8BCE5
(200,188,229)
#D1C6E8
(209,198,232)
#DAD0EB
(218,208,235)
#E3DAEE
(227,218,238)
#ECE4F1
(236,228,241)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8AD6 color. Also use rgb(155,138,214) instead hex code.

Text Font Color

.myTextColor { color: #9B8AD6; }

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

This text font color is #9B8AD6.

Background Color

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

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

This div background color is #9B8AD6.

Border color

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

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

This div border color is #9B8AD6.

Opacity

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

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

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

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

This text has shadow with #9B8AD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8AD6.

Preview

Color preview on black background

This text has color #9B8AD6 on black background.


Color preview on white background

This text has color #9B8AD6 on white background.


Black color preview on #9B8AD6 background

This text has black color on #9B8AD6 background.


White color preview on #9B8AD6 background

This text has white color on #9B8AD6 background.


Related colors

Complementary color

Complementary color for #hex is #647529.


I love getcolorcode.com

Triadic colors

1 #D69B8A and #8AD69B with #9B8AD6 are triadic colors.

2 #D68A9B and #8A9BD6 with #9B8AD6 are triadic colors.