COLOR #9B537D

HEX: #9B537D
RGB: (155,83,125)

Color info

#9B537D contains mainly red and blue colors. Web safe color of #9B537D is #996666 (or #966).

RGB color model

#9B537D color RGB value is (155,83,125).

  • red value is 155;
  • green value is 83;
  • blue value is 125.
RGB:
(155,83,125)
(61%,33%,49%)

RGB channels and saturation

R 155 of 255 = 61%
G 83 of 255 = 33%
B 125 of 255 = 49%

155
83
125

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

Portions of RGB colors in percentages

R + G + B =
155 + 83 + 125 = 363 (100%)
R 155 of 363 ~ 42.7%
G 83 of 363 ~ 22.87%
B 125 of 363 ~ 34.44%

%42.7
%22.87
%34.44

CMYK color model

#9B537D color CMYK value is (0,46,19,39).

  • cyan value is 0.00%
  • magenta value is 46.45%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(0,46,19,39)
C0M46Y19K39 
(0%,46%,19%,39%)
(0.00/0.46/0.19/0.39)	

CMYK percentages

%0
%46.45
%19.35
%39.22

Codes

Color #9B537D in popluar color models

9B537D
RGB15583125
HSL325°30.25%46.67%
HSB/HSV325°46.45%60.78%
CMYK0.00%46.45%19.35%
39.22%

Color #9B537D in popluar number systems.

HEX9B537D
Decimal15583125
Binary1001101110100111111101
Octal233123175

Shades and tints

Shades of #9B537D

#9B537D
(155,83,125)
#8D4C72
(141,76,114)
#7F4567
(127,69,103)
#713E5C
(113,62,92)
#633751
(99,55,81)
#553046
(85,48,70)
#47293B
(71,41,59)
#392230
(57,34,48)
#2B1B25
(43,27,37)
#1D141A
(29,20,26)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #9B537D

#9B537D
(155,83,125)
#A46288
(164,98,136)
#AD7193
(173,113,147)
#B6809E
(182,128,158)
#BF8FA9
(191,143,169)
#C89EB4
(200,158,180)
#D1ADBF
(209,173,191)
#DABCCA
(218,188,202)
#E3CBD5
(227,203,213)
#ECDAE0
(236,218,224)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B537D color. Also use rgb(155,83,125) instead hex code.

Text Font Color

.myTextColor { color: #9B537D; }

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

This text font color is #9B537D.


Background Color

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

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

This div background color is #9B537D.


Border color

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

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

This div border color is #9B537D.


Opacity

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

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

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

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

This text has shadow with #9B537D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B537D on black background.


Color preview on white background

This text has color #9B537D on white background.



Black color preview on #9B537D background

This text has black color on #9B537D background.


White color preview on #9B537D background

This text has white color on #9B537D background.