COLOR #9B86D3

HEX: #9B86D3
RGB: (155,134,211)

Color info

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

RGB color model

#9B86D3 color RGB value is (155,134,211).

  • red value is 155;
  • green value is 134;
  • blue value is 211.
RGB:
(155,134,211)
(61%,53%,83%)

RGB channels and saturation

R 155 of 255 = 61%
G 134 of 255 = 53%
B 211 of 255 = 83%

155
134
211

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

Portions of RGB colors in percentages

R + G + B =
155 + 134 + 211 = 500 (100%)
R 155 of 500 ~ 31%
G 134 of 500 ~ 26.8%
B 211 of 500 ~ 42.2%

%31
%26.8
%42.2

CMYK color model

#9B86D3 color CMYK value is (27,36,0,17).

  • cyan value is 26.54%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(27,36,0,17)
C27M36Y0K17 
(27%,36%,0%,17%)
(0.27/0.36/0.00/0.17)	

CMYK percentages

%26.54
%36.49
%0
%17.25

Codes

Color #9B86D3 in popluar color models

9B86D3
RGB155134211
HSL256°46.67%67.65%
HSB/HSV256°36.49%82.75%
CMYK26.54%36.49%0.00%
17.25%

Color #9B86D3 in popluar number systems.

HEX9B86D3
Decimal155134211
Binary100110111000011011010011
Octal233206323

Shades and tints

Shades of #9B86D3

#9B86D3
(155,134,211)
#8D7AC0
(141,122,192)
#7F6EAD
(127,110,173)
#71629A
(113,98,154)
#635687
(99,86,135)
#554A74
(85,74,116)
#473E61
(71,62,97)
#39324E
(57,50,78)
#2B263B
(43,38,59)
#1D1A28
(29,26,40)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #9B86D3

#9B86D3
(155,134,211)
#A491D7
(164,145,215)
#AD9CDB
(173,156,219)
#B6A7DF
(182,167,223)
#BFB2E3
(191,178,227)
#C8BDE7
(200,189,231)
#D1C8EB
(209,200,235)
#DAD3EF
(218,211,239)
#E3DEF3
(227,222,243)
#ECE9F7
(236,233,247)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B86D3 color. Also use rgb(155,134,211) instead hex code.

Text Font Color

.myTextColor { color: #9B86D3; }

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

This text font color is #9B86D3.


Background Color

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

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

This div background color is #9B86D3.


Border color

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

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

This div border color is #9B86D3.


Opacity

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

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

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

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

This text has shadow with #9B86D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B86D3 on black background.


Color preview on white background

This text has color #9B86D3 on white background.



Black color preview on #9B86D3 background

This text has black color on #9B86D3 background.


White color preview on #9B86D3 background

This text has white color on #9B86D3 background.