COLOR #9C648F

HEX: #9C648F RGB: (156,100,143)

Color info

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

RGB color model

#9C648F color RGB value is (156,100,143).

RGB: (156,100,143) (61%, 39%, 56%)

RGB channels and saturation

R 156 of 255 = 61%
G 100 of 255 = 39%
B 143 of 255 = 56%

156
100
143

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

Portions of RGB colors in percentages

R + G + B = 156 + 100 + 143 = 399 (100%)
R 156 of 399 ~ 39.1%
G 100 of 399 ~ 25.06%
B 143 of 399 ~ 35.84'%

%39.1
%25.06
%35.84

CMYK color model

#9C648F color CMYK value is (0,36,8,39).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 8.33%
  • key color value is 38.82%

CMYK: (0,36,8,39)
C0M36Y8K39 (0%, 36%, 8%, 39%)
(0.00 / 0.36 / 0.08 / 0.39)

CMYK percentages

%0
%35.9
%8.33
%38.82

Codes

Color #9C648F in popluar color models

9C 64 8F
RGB 156 100 143
HSL 314° 22.05% 50.20%
HSB/HSV 314° 35.90% 61.18%
CMYK 0.00% 35.90% 8.33%
38.82%

Color #9C648F in popluar number systems.

HEX 9C 64 8F
Decimal 156 100 143
Binary 10011100 1100100 10001111
Octal 234 144 217

Shades and tints

Shades of #9C648F

#9C648F
(156,100,143)
#8E5B82
(142,91,130)
#805275
(128,82,117)
#724968
(114,73,104)
#64405B
(100,64,91)
#56374E
(86,55,78)
#482E41
(72,46,65)
#3A2534
(58,37,52)
#2C1C27
(44,28,39)
#1E131A
(30,19,26)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #9C648F

#9C648F
(156,100,143)
#A57299
(165,114,153)
#AE80A3
(174,128,163)
#B78EAD
(183,142,173)
#C09CB7
(192,156,183)
#C9AAC1
(201,170,193)
#D2B8CB
(210,184,203)
#DBC6D5
(219,198,213)
#E4D4DF
(228,212,223)
#EDE2E9
(237,226,233)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C648F color. Also use rgb(156,100,143) instead hex code.

Text Font Color

.myTextColor { color: #9C648F; }

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

This text font color is #9C648F.

Background Color

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

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

This div background color is #9C648F.

Border color

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

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

This div border color is #9C648F.

Opacity

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

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

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

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

This text has shadow with #9C648F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C648F.

Preview

Color preview on black background

This text has color #9C648F on black background.


Color preview on white background

This text has color #9C648F on white background.


Black color preview on #9C648F background

This text has black color on #9C648F background.


White color preview on #9C648F background

This text has white color on #9C648F background.


Related colors

Complementary color

Complementary color for #hex is #639B70.


I love getcolorcode.com

Triadic colors

1 #8F9C64 and #648F9C with #9C648F are triadic colors.

2 #8F649C and #649C8F with #9C648F are triadic colors.