COLOR #9B85BE

HEX: #9B85BE RGB: (155,133,190)

Color info

#9B85BE contains red, green and blue colors in about the same proportion. Web safe color of #9B85BE is #9999CC (or #99C).

RGB color model

#9B85BE color RGB value is (155,133,190).

RGB: (155,133,190) (61%, 52%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 133 of 255 = 52%
B 190 of 255 = 75%

155
133
190

R + G + B ~ 63%. #9B85BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 133 + 190 = 478 (100%)
R 155 of 478 ~ 32.43%
G 133 of 478 ~ 27.82%
B 190 of 478 ~ 39.75'%

%32.43
%27.82
%39.75

CMYK color model

#9B85BE color CMYK value is (18,30,0,25).

  • cyan value is 18.42%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (18,30,0,25) C18M30Y0K25 (18%,30%,0%,25%) (0.18/0.30/0.00/0.25) 

CMYK percentages

%18.42
%30
%0
%25.49

Codes

Color #9B85BE in popluar color models

9B 85 BE
RGB 155 133 190
HSL 263° 30.48% 63.33%
HSB/HSV 263° 30.00% 74.51%
CMYK 18.42% 30.00% 0.00%
25.49%

Color #9B85BE in popluar number systems.

HEX 9B 85 BE
Decimal 155 133 190
Binary 10011011 10000101 10111110
Octal 233 205 276

Shades and tints

Shades of #9B85BE

#9B85BE
(155,133,190)
#8D79AD
(141,121,173)
#7F6D9C
(127,109,156)
#71618B
(113,97,139)
#63557A
(99,85,122)
#554969
(85,73,105)
#473D58
(71,61,88)
#393147
(57,49,71)
#2B2536
(43,37,54)
#1D1925
(29,25,37)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #9B85BE

#9B85BE
(155,133,190)
#A490C3
(164,144,195)
#AD9BC8
(173,155,200)
#B6A6CD
(182,166,205)
#BFB1D2
(191,177,210)
#C8BCD7
(200,188,215)
#D1C7DC
(209,199,220)
#DAD2E1
(218,210,225)
#E3DDE6
(227,221,230)
#ECE8EB
(236,232,235)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B85BE; }

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

This text font color is #9B85BE.

Background Color

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

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

This div background color is #9B85BE.

Border color

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

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

This div border color is #9B85BE.

Opacity

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

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

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

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

This text has shadow with #9B85BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B85BE.

Preview

Color preview on black background

This text has color #9B85BE on black background.


Color preview on white background

This text has color #9B85BE on white background.


Black color preview on #9B85BE background

This text has black color on #9B85BE background.


White color preview on #9B85BE background

This text has white color on #9B85BE background.


Related colors

Complementary color

Complementary color for #hex is #647A41.


I love getcolorcode.com

Triadic colors

1 #BE9B85 and #85BE9B with #9B85BE are triadic colors.

2 #BE859B and #859BBE with #9B85BE are triadic colors.