COLOR #9B7095

HEX: #9B7095
RGB: (155,112,149)

Color info

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

RGB color model

#9B7095 color RGB value is (155,112,149).

  • red value is 155;
  • green value is 112;
  • blue value is 149.
RGB:
(155,112,149)
(61%,44%,58%)

RGB channels and saturation

R 155 of 255 = 61%
G 112 of 255 = 44%
B 149 of 255 = 58%

155
112
149

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

Portions of RGB colors in percentages

R + G + B =
155 + 112 + 149 = 416 (100%)
R 155 of 416 ~ 37.26%
G 112 of 416 ~ 26.92%
B 149 of 416 ~ 35.82%

%37.26
%26.92
%35.82

CMYK color model

#9B7095 color CMYK value is (0,28,4,39).

  • cyan value is 0.00%
  • magenta value is 27.74%
  • yellow value is 3.87%
  • key color value is 39.22%
CMYK:
(0,28,4,39)
C0M28Y4K39 
(0%,28%,4%,39%)
(0.00/0.28/0.04/0.39)	

CMYK percentages

%0
%27.74
%3.87
%39.22

Codes

Color #9B7095 in popluar color models

9B7095
RGB155112149
HSL308°17.70%52.35%
HSB/HSV308°27.74%60.78%
CMYK0.00%27.74%3.87%
39.22%

Color #9B7095 in popluar number systems.

HEX9B7095
Decimal155112149
Binary10011011111000010010101
Octal233160225

Shades and tints

Shades of #9B7095

#9B7095
(155,112,149)
#8D6688
(141,102,136)
#7F5C7B
(127,92,123)
#71526E
(113,82,110)
#634861
(99,72,97)
#553E54
(85,62,84)
#473447
(71,52,71)
#392A3A
(57,42,58)
#2B202D
(43,32,45)
#1D1620
(29,22,32)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #9B7095

#9B7095
(155,112,149)
#A47D9E
(164,125,158)
#AD8AA7
(173,138,167)
#B697B0
(182,151,176)
#BFA4B9
(191,164,185)
#C8B1C2
(200,177,194)
#D1BECB
(209,190,203)
#DACBD4
(218,203,212)
#E3D8DD
(227,216,221)
#ECE5E6
(236,229,230)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7095; }

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

This text font color is #9B7095.


Background Color

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

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

This div background color is #9B7095.


Border color

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

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

This div border color is #9B7095.


Opacity

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

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

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

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

This text has shadow with #9B7095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7095 on black background.


Color preview on white background

This text has color #9B7095 on white background.



Black color preview on #9B7095 background

This text has black color on #9B7095 background.


White color preview on #9B7095 background

This text has white color on #9B7095 background.