COLOR #9B6D9E

HEX: #9B6D9E RGB: (155,109,158)

Color info

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

RGB color model

#9B6D9E color RGB value is (155,109,158).

RGB: (155,109,158) (61%, 43%, 62%)

RGB channels and saturation

R 155 of 255 = 61%
G 109 of 255 = 43%
B 158 of 255 = 62%

155
109
158

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

Portions of RGB colors in percentages

R + G + B = 155 + 109 + 158 = 422 (100%)
R 155 of 422 ~ 36.73%
G 109 of 422 ~ 25.83%
B 158 of 422 ~ 37.44'%

%36.73
%25.83
%37.44

CMYK color model

#9B6D9E color CMYK value is (2,31,0,38).

  • cyan value is 1.90%
  • magenta value is 31.01%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (2,31,0,38)
C2M31Y0K38 (2%, 31%, 0%, 38%)
(0.02 / 0.31 / 0.00 / 0.38)

CMYK percentages

%1.9
%31.01
%0
%38.04

Codes

Color #9B6D9E in popluar color models

9B 6D 9E
RGB 155 109 158
HSL 296° 20.16% 52.35%
HSB/HSV 296° 31.01% 61.96%
CMYK 1.90% 31.01% 0.00%
38.04%

Color #9B6D9E in popluar number systems.

HEX 9B 6D 9E
Decimal 155 109 158
Binary 10011011 1101101 10011110
Octal 233 155 236

Shades and tints

Shades of #9B6D9E

#9B6D9E
(155,109,158)
#8D6490
(141,100,144)
#7F5B82
(127,91,130)
#715274
(113,82,116)
#634966
(99,73,102)
#554058
(85,64,88)
#47374A
(71,55,74)
#392E3C
(57,46,60)
#2B252E
(43,37,46)
#1D1C20
(29,28,32)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #9B6D9E

#9B6D9E
(155,109,158)
#A47AA6
(164,122,166)
#AD87AE
(173,135,174)
#B694B6
(182,148,182)
#BFA1BE
(191,161,190)
#C8AEC6
(200,174,198)
#D1BBCE
(209,187,206)
#DAC8D6
(218,200,214)
#E3D5DE
(227,213,222)
#ECE2E6
(236,226,230)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6D9E color. Also use rgb(155,109,158) instead hex code.

Text Font Color

.myTextColor { color: #9B6D9E; }

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

This text font color is #9B6D9E.

Background Color

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

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

This div background color is #9B6D9E.

Border color

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

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

This div border color is #9B6D9E.

Opacity

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

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

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

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

This text has shadow with #9B6D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6D9E.

Preview

Color preview on black background

This text has color #9B6D9E on black background.


Color preview on white background

This text has color #9B6D9E on white background.


Black color preview on #9B6D9E background

This text has black color on #9B6D9E background.


White color preview on #9B6D9E background

This text has white color on #9B6D9E background.


Related colors

Complementary color

Complementary color for #hex is #649261.


I love getcolorcode.com

Triadic colors

1 #9E9B6D and #6D9E9B with #9B6D9E are triadic colors.

2 #9E6D9B and #6D9B9E with #9B6D9E are triadic colors.