COLOR #9B7293

HEX: #9B7293
RGB: (155,114,147)

Color info

#9B7293 contains red, green and blue colors in about the same proportion. Web safe color of #9B7293 is #996699 (or #969).

RGB color model

#9B7293 color RGB value is (155,114,147).

  • red value is 155;
  • green value is 114;
  • blue value is 147.
RGB:
(155,114,147)
(61%,45%,58%)

RGB channels and saturation

R 155 of 255 = 61%
G 114 of 255 = 45%
B 147 of 255 = 58%

155
114
147

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

Portions of RGB colors in percentages

R + G + B =
155 + 114 + 147 = 416 (100%)
R 155 of 416 ~ 37.26%
G 114 of 416 ~ 27.4%
B 147 of 416 ~ 35.34%

%37.26
%27.4
%35.34

CMYK color model

#9B7293 color CMYK value is (0,26,5,39).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 5.16%
  • key color value is 39.22%
CMYK:
(0,26,5,39)
C0M26Y5K39 
(0%,26%,5%,39%)
(0.00/0.26/0.05/0.39)	

CMYK percentages

%0
%26.45
%5.16
%39.22

Codes

Color #9B7293 in popluar color models

9B7293
RGB155114147
HSL312°17.01%52.75%
HSB/HSV312°26.45%60.78%
CMYK0.00%26.45%5.16%
39.22%

Color #9B7293 in popluar number systems.

HEX9B7293
Decimal155114147
Binary10011011111001010010011
Octal233162223

Shades and tints

Shades of #9B7293

#9B7293
(155,114,147)
#8D6886
(141,104,134)
#7F5E79
(127,94,121)
#71546C
(113,84,108)
#634A5F
(99,74,95)
#554052
(85,64,82)
#473645
(71,54,69)
#392C38
(57,44,56)
#2B222B
(43,34,43)
#1D181E
(29,24,30)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #9B7293

#9B7293
(155,114,147)
#A47E9C
(164,126,156)
#AD8AA5
(173,138,165)
#B696AE
(182,150,174)
#BFA2B7
(191,162,183)
#C8AEC0
(200,174,192)
#D1BAC9
(209,186,201)
#DAC6D2
(218,198,210)
#E3D2DB
(227,210,219)
#ECDEE4
(236,222,228)
#F5EAED
(245,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7293 color. Also use rgb(155,114,147) instead hex code.

Text Font Color

.myTextColor { color: #9B7293; }

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

This text font color is #9B7293.


Background Color

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

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

This div background color is #9B7293.


Border color

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

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

This div border color is #9B7293.


Opacity

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

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

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

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

This text has shadow with #9B7293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7293 on black background.


Color preview on white background

This text has color #9B7293 on white background.



Black color preview on #9B7293 background

This text has black color on #9B7293 background.


White color preview on #9B7293 background

This text has white color on #9B7293 background.