COLOR #9B5E92

HEX: #9B5E92
RGB: (155,94,146)

Color info

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

RGB color model

#9B5E92 color RGB value is (155,94,146).

  • red value is 155;
  • green value is 94;
  • blue value is 146.
RGB:
(155,94,146)
(61%,37%,57%)

RGB channels and saturation

R 155 of 255 = 61%
G 94 of 255 = 37%
B 146 of 255 = 57%

155
94
146

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

Portions of RGB colors in percentages

R + G + B =
155 + 94 + 146 = 395 (100%)
R 155 of 395 ~ 39.24%
G 94 of 395 ~ 23.8%
B 146 of 395 ~ 36.96%

%39.24
%23.8
%36.96

CMYK color model

#9B5E92 color CMYK value is (0,39,6,39).

  • cyan value is 0.00%
  • magenta value is 39.35%
  • yellow value is 5.81%
  • key color value is 39.22%
CMYK:
(0,39,6,39)
C0M39Y6K39 
(0%,39%,6%,39%)
(0.00/0.39/0.06/0.39)	

CMYK percentages

%0
%39.35
%5.81
%39.22

Codes

Color #9B5E92 in popluar color models

9B5E92
RGB15594146
HSL309°24.50%48.82%
HSB/HSV309°39.35%60.78%
CMYK0.00%39.35%5.81%
39.22%

Color #9B5E92 in popluar number systems.

HEX9B5E92
Decimal15594146
Binary10011011101111010010010
Octal233136222

Shades and tints

Shades of #9B5E92

#9B5E92
(155,94,146)
#8D5685
(141,86,133)
#7F4E78
(127,78,120)
#71466B
(113,70,107)
#633E5E
(99,62,94)
#553651
(85,54,81)
#472E44
(71,46,68)
#392637
(57,38,55)
#2B1E2A
(43,30,42)
#1D161D
(29,22,29)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #9B5E92

#9B5E92
(155,94,146)
#A46C9B
(164,108,155)
#AD7AA4
(173,122,164)
#B688AD
(182,136,173)
#BF96B6
(191,150,182)
#C8A4BF
(200,164,191)
#D1B2C8
(209,178,200)
#DAC0D1
(218,192,209)
#E3CEDA
(227,206,218)
#ECDCE3
(236,220,227)
#F5EAEC
(245,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5E92 color. Also use rgb(155,94,146) instead hex code.

Text Font Color

.myTextColor { color: #9B5E92; }

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

This text font color is #9B5E92.


Background Color

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

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

This div background color is #9B5E92.


Border color

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

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

This div border color is #9B5E92.


Opacity

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

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

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

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

This text has shadow with #9B5E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5E92 on black background.


Color preview on white background

This text has color #9B5E92 on white background.



Black color preview on #9B5E92 background

This text has black color on #9B5E92 background.


White color preview on #9B5E92 background

This text has white color on #9B5E92 background.