COLOR #9B5295

HEX: #9B5295 RGB: (155,82,149)

Color info

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

RGB color model

#9B5295 color RGB value is (155,82,149).

RGB: (155,82,149) (61%, 32%, 58%)

RGB channels and saturation

R 155 of 255 = 61%
G 82 of 255 = 32%
B 149 of 255 = 58%

155
82
149

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

Portions of RGB colors in percentages

R + G + B = 155 + 82 + 149 = 386 (100%)
R 155 of 386 ~ 40.16%
G 82 of 386 ~ 21.24%
B 149 of 386 ~ 38.6'%

%40.16
%21.24
%38.6

CMYK color model

#9B5295 color CMYK value is (0,47,4,39).

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

CMYK: (0,47,4,39)
C0M47Y4K39 (0%, 47%, 4%, 39%)
(0.00 / 0.47 / 0.04 / 0.39)

CMYK percentages

%0
%47.1
%3.87
%39.22

Codes

Color #9B5295 in popluar color models

9B 52 95
RGB 155 82 149
HSL 305° 30.80% 46.47%
HSB/HSV 305° 47.10% 60.78%
CMYK 0.00% 47.10% 3.87%
39.22%

Color #9B5295 in popluar number systems.

HEX 9B 52 95
Decimal 155 82 149
Binary 10011011 1010010 10010101
Octal 233 122 225

Shades and tints

Shades of #9B5295

#9B5295
(155,82,149)
#8D4B88
(141,75,136)
#7F447B
(127,68,123)
#713D6E
(113,61,110)
#633661
(99,54,97)
#552F54
(85,47,84)
#472847
(71,40,71)
#39213A
(57,33,58)
#2B1A2D
(43,26,45)
#1D1320
(29,19,32)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #9B5295

#9B5295
(155,82,149)
#A4619E
(164,97,158)
#AD70A7
(173,112,167)
#B67FB0
(182,127,176)
#BF8EB9
(191,142,185)
#C89DC2
(200,157,194)
#D1ACCB
(209,172,203)
#DABBD4
(218,187,212)
#E3CADD
(227,202,221)
#ECD9E6
(236,217,230)
#F5E8EF
(245,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5295; }

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

This text font color is #9B5295.

Background Color

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

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

This div background color is #9B5295.

Border color

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

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

This div border color is #9B5295.

Opacity

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

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

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

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

This text has shadow with #9B5295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5295.

Preview

Color preview on black background

This text has color #9B5295 on black background.


Color preview on white background

This text has color #9B5295 on white background.


Black color preview on #9B5295 background

This text has black color on #9B5295 background.


White color preview on #9B5295 background

This text has white color on #9B5295 background.


Related colors

Complementary color

Complementary color for #hex is #64AD6A.


I love getcolorcode.com

Triadic colors

1 #959B52 and #52959B with #9B5295 are triadic colors.

2 #95529B and #529B95 with #9B5295 are triadic colors.