COLOR #9B6284

HEX: #9B6284
RGB: (155,98,132)

Color info

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

RGB color model

#9B6284 color RGB value is (155,98,132).

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

RGB channels and saturation

R 155 of 255 = 61%
G 98 of 255 = 38%
B 132 of 255 = 52%

155
98
132

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

Portions of RGB colors in percentages

R + G + B =
155 + 98 + 132 = 385 (100%)
R 155 of 385 ~ 40.26%
G 98 of 385 ~ 25.45%
B 132 of 385 ~ 34.29%

%40.26
%25.45
%34.29

CMYK color model

#9B6284 color CMYK value is (0,37,15,39).

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 14.84%
  • key color value is 39.22%
CMYK:
(0,37,15,39)
C0M37Y15K39 
(0%,37%,15%,39%)
(0.00/0.37/0.15/0.39)	

CMYK percentages

%0
%36.77
%14.84
%39.22

Codes

Color #9B6284 in popluar color models

9B6284
RGB15598132
HSL324°22.53%49.61%
HSB/HSV324°36.77%60.78%
CMYK0.00%36.77%14.84%
39.22%

Color #9B6284 in popluar number systems.

HEX9B6284
Decimal15598132
Binary10011011110001010000100
Octal233142204

Shades and tints

Shades of #9B6284

#9B6284
(155,98,132)
#8D5A78
(141,90,120)
#7F526C
(127,82,108)
#714A60
(113,74,96)
#634254
(99,66,84)
#553A48
(85,58,72)
#47323C
(71,50,60)
#392A30
(57,42,48)
#2B2224
(43,34,36)
#1D1A18
(29,26,24)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #9B6284

#9B6284
(155,98,132)
#A4708F
(164,112,143)
#AD7E9A
(173,126,154)
#B68CA5
(182,140,165)
#BF9AB0
(191,154,176)
#C8A8BB
(200,168,187)
#D1B6C6
(209,182,198)
#DAC4D1
(218,196,209)
#E3D2DC
(227,210,220)
#ECE0E7
(236,224,231)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6284; }

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

This text font color is #9B6284.


Background Color

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

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

This div background color is #9B6284.


Border color

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

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

This div border color is #9B6284.


Opacity

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

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

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

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

This text has shadow with #9B6284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6284 on black background.


Color preview on white background

This text has color #9B6284 on white background.



Black color preview on #9B6284 background

This text has black color on #9B6284 background.


White color preview on #9B6284 background

This text has white color on #9B6284 background.