COLOR #9B528E

HEX: #9B528E
RGB: (155,82,142)

Color info

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

RGB color model

#9B528E color RGB value is (155,82,142).

  • red value is 155;
  • green value is 82;
  • blue value is 142.
RGB:
(155,82,142)
(61%,32%,56%)

RGB channels and saturation

R 155 of 255 = 61%
G 82 of 255 = 32%
B 142 of 255 = 56%

155
82
142

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

Portions of RGB colors in percentages

R + G + B =
155 + 82 + 142 = 379 (100%)
R 155 of 379 ~ 40.9%
G 82 of 379 ~ 21.64%
B 142 of 379 ~ 37.47%

%40.9
%21.64
%37.47

CMYK color model

#9B528E color CMYK value is (0,47,8,39).

  • cyan value is 0.00%
  • magenta value is 47.10%
  • yellow value is 8.39%
  • key color value is 39.22%
CMYK:
(0,47,8,39)
C0M47Y8K39 
(0%,47%,8%,39%)
(0.00/0.47/0.08/0.39)	

CMYK percentages

%0
%47.1
%8.39
%39.22

Codes

Color #9B528E in popluar color models

9B528E
RGB15582142
HSL311°30.80%46.47%
HSB/HSV311°47.10%60.78%
CMYK0.00%47.10%8.39%
39.22%

Color #9B528E in popluar number systems.

HEX9B528E
Decimal15582142
Binary10011011101001010001110
Octal233122216

Shades and tints

Shades of #9B528E

#9B528E
(155,82,142)
#8D4B82
(141,75,130)
#7F4476
(127,68,118)
#713D6A
(113,61,106)
#63365E
(99,54,94)
#552F52
(85,47,82)
#472846
(71,40,70)
#39213A
(57,33,58)
#2B1A2E
(43,26,46)
#1D1322
(29,19,34)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #9B528E

#9B528E
(155,82,142)
#A46198
(164,97,152)
#AD70A2
(173,112,162)
#B67FAC
(182,127,172)
#BF8EB6
(191,142,182)
#C89DC0
(200,157,192)
#D1ACCA
(209,172,202)
#DABBD4
(218,187,212)
#E3CADE
(227,202,222)
#ECD9E8
(236,217,232)
#F5E8F2
(245,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B528E; }

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

This text font color is #9B528E.


Background Color

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

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

This div background color is #9B528E.


Border color

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

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

This div border color is #9B528E.


Opacity

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

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

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

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

This text has shadow with #9B528E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B528E on black background.


Color preview on white background

This text has color #9B528E on white background.



Black color preview on #9B528E background

This text has black color on #9B528E background.


White color preview on #9B528E background

This text has white color on #9B528E background.