COLOR #9B6487

HEX: #9B6487
RGB: (155,100,135)

Color info

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

RGB color model

#9B6487 color RGB value is (155,100,135).

  • red value is 155;
  • green value is 100;
  • blue value is 135.
RGB:
(155,100,135)
(61%,39%,53%)

RGB channels and saturation

R 155 of 255 = 61%
G 100 of 255 = 39%
B 135 of 255 = 53%

155
100
135

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

Portions of RGB colors in percentages

R + G + B =
155 + 100 + 135 = 390 (100%)
R 155 of 390 ~ 39.74%
G 100 of 390 ~ 25.64%
B 135 of 390 ~ 34.62%

%39.74
%25.64
%34.62

CMYK color model

#9B6487 color CMYK value is (0,35,13,39).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 12.90%
  • key color value is 39.22%
CMYK:
(0,35,13,39)
C0M35Y13K39 
(0%,35%,13%,39%)
(0.00/0.35/0.13/0.39)	

CMYK percentages

%0
%35.48
%12.9
%39.22

Codes

Color #9B6487 in popluar color models

9B6487
RGB155100135
HSL322°21.57%50.00%
HSB/HSV322°35.48%60.78%
CMYK0.00%35.48%12.90%
39.22%

Color #9B6487 in popluar number systems.

HEX9B6487
Decimal155100135
Binary10011011110010010000111
Octal233144207

Shades and tints

Shades of #9B6487

#9B6487
(155,100,135)
#8D5B7B
(141,91,123)
#7F526F
(127,82,111)
#714963
(113,73,99)
#634057
(99,64,87)
#55374B
(85,55,75)
#472E3F
(71,46,63)
#392533
(57,37,51)
#2B1C27
(43,28,39)
#1D131B
(29,19,27)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #9B6487

#9B6487
(155,100,135)
#A47291
(164,114,145)
#AD809B
(173,128,155)
#B68EA5
(182,142,165)
#BF9CAF
(191,156,175)
#C8AAB9
(200,170,185)
#D1B8C3
(209,184,195)
#DAC6CD
(218,198,205)
#E3D4D7
(227,212,215)
#ECE2E1
(236,226,225)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6487 color. Also use rgb(155,100,135) instead hex code.

Text Font Color

.myTextColor { color: #9B6487; }

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

This text font color is #9B6487.


Background Color

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

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

This div background color is #9B6487.


Border color

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

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

This div border color is #9B6487.


Opacity

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

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

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

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

This text has shadow with #9B6487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6487 on black background.


Color preview on white background

This text has color #9B6487 on white background.



Black color preview on #9B6487 background

This text has black color on #9B6487 background.


White color preview on #9B6487 background

This text has white color on #9B6487 background.