COLOR #9B6293

HEX: #9B6293
RGB: (155,98,147)

Color info

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

RGB color model

#9B6293 color RGB value is (155,98,147).

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

RGB channels and saturation

R 155 of 255 = 61%
G 98 of 255 = 38%
B 147 of 255 = 58%

155
98
147

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

Portions of RGB colors in percentages

R + G + B =
155 + 98 + 147 = 400 (100%)
R 155 of 400 ~ 38.75%
G 98 of 400 ~ 24.5%
B 147 of 400 ~ 36.75%

%38.75
%24.5
%36.75

CMYK color model

#9B6293 color CMYK value is (0,37,5,39).

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 5.16%
  • key color value is 39.22%
CMYK:
(0,37,5,39)
C0M37Y5K39 
(0%,37%,5%,39%)
(0.00/0.37/0.05/0.39)	

CMYK percentages

%0
%36.77
%5.16
%39.22

Codes

Color #9B6293 in popluar color models

9B6293
RGB15598147
HSL308°22.53%49.61%
HSB/HSV308°36.77%60.78%
CMYK0.00%36.77%5.16%
39.22%

Color #9B6293 in popluar number systems.

HEX9B6293
Decimal15598147
Binary10011011110001010010011
Octal233142223

Shades and tints

Shades of #9B6293

#9B6293
(155,98,147)
#8D5A86
(141,90,134)
#7F5279
(127,82,121)
#714A6C
(113,74,108)
#63425F
(99,66,95)
#553A52
(85,58,82)
#473245
(71,50,69)
#392A38
(57,42,56)
#2B222B
(43,34,43)
#1D1A1E
(29,26,30)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #9B6293

#9B6293
(155,98,147)
#A4709C
(164,112,156)
#AD7EA5
(173,126,165)
#B68CAE
(182,140,174)
#BF9AB7
(191,154,183)
#C8A8C0
(200,168,192)
#D1B6C9
(209,182,201)
#DAC4D2
(218,196,210)
#E3D2DB
(227,210,219)
#ECE0E4
(236,224,228)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6293; }

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

This text font color is #9B6293.


Background Color

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

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

This div background color is #9B6293.


Border color

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

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

This div border color is #9B6293.


Opacity

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

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

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

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

This text has shadow with #9B6293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6293 on black background.


Color preview on white background

This text has color #9B6293 on white background.



Black color preview on #9B6293 background

This text has black color on #9B6293 background.


White color preview on #9B6293 background

This text has white color on #9B6293 background.