COLOR #9B85EF

HEX: #9B85EF
RGB: (155,133,239)

Color info

#9B85EF contains mainly blue color. Web safe color of #9B85EF is #9999FF (or #99F).

RGB color model

#9B85EF color RGB value is (155,133,239).

  • red value is 155;
  • green value is 133;
  • blue value is 239.
RGB:
(155,133,239)
(61%,52%,94%)

RGB channels and saturation

R 155 of 255 = 61%
G 133 of 255 = 52%
B 239 of 255 = 94%

155
133
239

R + G + B ~ 69%. #9B85EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 133 + 239 = 527 (100%)
R 155 of 527 ~ 29.41%
G 133 of 527 ~ 25.24%
B 239 of 527 ~ 45.35%

%29.41
%25.24
%45.35

CMYK color model

#9B85EF color CMYK value is (35,44,0,6).

  • cyan value is 35.15%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(35,44,0,6)
C35M44Y0K6 
(35%,44%,0%,6%)
(0.35/0.44/0.00/0.06)	

CMYK percentages

%35.15
%44.35
%0
%6.27

Codes

Color #9B85EF in popluar color models

9B85EF
RGB155133239
HSL252°76.81%72.94%
HSB/HSV252°44.35%93.73%
CMYK35.15%44.35%0.00%
6.27%

Color #9B85EF in popluar number systems.

HEX9B85EF
Decimal155133239
Binary100110111000010111101111
Octal233205357

Shades and tints

Shades of #9B85EF

#9B85EF
(155,133,239)
#8D79DA
(141,121,218)
#7F6DC5
(127,109,197)
#7161B0
(113,97,176)
#63559B
(99,85,155)
#554986
(85,73,134)
#473D71
(71,61,113)
#39315C
(57,49,92)
#2B2547
(43,37,71)
#1D1932
(29,25,50)
#0F0D1D
(15,13,29)
#000000
(0,0,0)

Tints of #9B85EF

#9B85EF
(155,133,239)
#A490F0
(164,144,240)
#AD9BF1
(173,155,241)
#B6A6F2
(182,166,242)
#BFB1F3
(191,177,243)
#C8BCF4
(200,188,244)
#D1C7F5
(209,199,245)
#DAD2F6
(218,210,246)
#E3DDF7
(227,221,247)
#ECE8F8
(236,232,248)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B85EF color. Also use rgb(155,133,239) instead hex code.

Text Font Color

.myTextColor { color: #9B85EF; }

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

This text font color is #9B85EF.


Background Color

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

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

This div background color is #9B85EF.


Border color

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

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

This div border color is #9B85EF.


Opacity

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

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

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

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

This text has shadow with #9B85EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B85EF on black background.


Color preview on white background

This text has color #9B85EF on white background.



Black color preview on #9B85EF background

This text has black color on #9B85EF background.


White color preview on #9B85EF background

This text has white color on #9B85EF background.