COLOR #9B5285

HEX: #9B5285 RGB: (155,82,133)

Color info

#9B5285 contains mainly red and blue colors. Web safe color of #9B5285 is #996699 (or #969).

RGB color model

#9B5285 color RGB value is (155,82,133).

RGB: (155,82,133) (61%, 32%, 52%)

RGB channels and saturation

R 155 of 255 = 61%
G 82 of 255 = 32%
B 133 of 255 = 52%

155
82
133

R + G + B ~ 48%. #9B5285 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 155 + 82 + 133 = 370 (100%)
R 155 of 370 ~ 41.89%
G 82 of 370 ~ 22.16%
B 133 of 370 ~ 35.95'%

%41.89
%22.16
%35.95

CMYK color model

#9B5285 color CMYK value is (0,47,14,39).

  • cyan value is 0.00%
  • magenta value is 47.10%
  • yellow value is 14.19%
  • key color value is 39.22%

CMYK: (0,47,14,39)
C0M47Y14K39 (0%, 47%, 14%, 39%)
(0.00 / 0.47 / 0.14 / 0.39)

CMYK percentages

%0
%47.1
%14.19
%39.22

Codes

Color #9B5285 in popluar color models

9B 52 85
RGB 155 82 133
HSL 318° 30.80% 46.47%
HSB/HSV 318° 47.10% 60.78%
CMYK 0.00% 47.10% 14.19%
39.22%

Color #9B5285 in popluar number systems.

HEX 9B 52 85
Decimal 155 82 133
Binary 10011011 1010010 10000101
Octal 233 122 205

Shades and tints

Shades of #9B5285

#9B5285
(155,82,133)
#8D4B79
(141,75,121)
#7F446D
(127,68,109)
#713D61
(113,61,97)
#633655
(99,54,85)
#552F49
(85,47,73)
#47283D
(71,40,61)
#392131
(57,33,49)
#2B1A25
(43,26,37)
#1D1319
(29,19,25)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #9B5285

#9B5285
(155,82,133)
#A46190
(164,97,144)
#AD709B
(173,112,155)
#B67FA6
(182,127,166)
#BF8EB1
(191,142,177)
#C89DBC
(200,157,188)
#D1ACC7
(209,172,199)
#DABBD2
(218,187,210)
#E3CADD
(227,202,221)
#ECD9E8
(236,217,232)
#F5E8F3
(245,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5285; }

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

This text font color is #9B5285.

Background Color

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

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

This div background color is #9B5285.

Border color

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

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

This div border color is #9B5285.

Opacity

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

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

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

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

This text has shadow with #9B5285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5285.

Preview

Color preview on black background

This text has color #9B5285 on black background.


Color preview on white background

This text has color #9B5285 on white background.


Black color preview on #9B5285 background

This text has black color on #9B5285 background.


White color preview on #9B5285 background

This text has white color on #9B5285 background.


Related colors

Complementary color

Complementary color for #hex is #64AD7A.


I love getcolorcode.com

Triadic colors

1 #859B52 and #52859B with #9B5285 are triadic colors.

2 #85529B and #529B85 with #9B5285 are triadic colors.