COLOR #9B648A

HEX: #9B648A RGB: (155,100,138)

Color info

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

RGB color model

#9B648A color RGB value is (155,100,138).

RGB: (155,100,138) (61%, 39%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 100 of 255 = 39%
B 138 of 255 = 54%

155
100
138

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

Portions of RGB colors in percentages

R + G + B = 155 + 100 + 138 = 393 (100%)
R 155 of 393 ~ 39.44%
G 100 of 393 ~ 25.45%
B 138 of 393 ~ 35.11'%

%39.44
%25.45
%35.11

CMYK color model

#9B648A color CMYK value is (0,35,11,39).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 10.97%
  • key color value is 39.22%

CMYK: (0,35,11,39)
C0M35Y11K39 (0%, 35%, 11%, 39%)
(0.00 / 0.35 / 0.11 / 0.39)

CMYK percentages

%0
%35.48
%10.97
%39.22

Codes

Color #9B648A in popluar color models

9B 64 8A
RGB 155 100 138
HSL 319° 21.57% 50.00%
HSB/HSV 319° 35.48% 60.78%
CMYK 0.00% 35.48% 10.97%
39.22%

Color #9B648A in popluar number systems.

HEX 9B 64 8A
Decimal 155 100 138
Binary 10011011 1100100 10001010
Octal 233 144 212

Shades and tints

Shades of #9B648A

#9B648A
(155,100,138)
#8D5B7E
(141,91,126)
#7F5272
(127,82,114)
#714966
(113,73,102)
#63405A
(99,64,90)
#55374E
(85,55,78)
#472E42
(71,46,66)
#392536
(57,37,54)
#2B1C2A
(43,28,42)
#1D131E
(29,19,30)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #9B648A

#9B648A
(155,100,138)
#A47294
(164,114,148)
#AD809E
(173,128,158)
#B68EA8
(182,142,168)
#BF9CB2
(191,156,178)
#C8AABC
(200,170,188)
#D1B8C6
(209,184,198)
#DAC6D0
(218,198,208)
#E3D4DA
(227,212,218)
#ECE2E4
(236,226,228)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B648A; }

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

This text font color is #9B648A.

Background Color

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

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

This div background color is #9B648A.

Border color

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

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

This div border color is #9B648A.

Opacity

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

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

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

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

This text has shadow with #9B648A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B648A.

Preview

Color preview on black background

This text has color #9B648A on black background.


Color preview on white background

This text has color #9B648A on white background.


Black color preview on #9B648A background

This text has black color on #9B648A background.


White color preview on #9B648A background

This text has white color on #9B648A background.


Related colors

Complementary color

Complementary color for #hex is #649B75.


I love getcolorcode.com

Triadic colors

1 #8A9B64 and #648A9B with #9B648A are triadic colors.

2 #8A649B and #649B8A with #9B648A are triadic colors.