COLOR #9C6EB4

HEX: #9C6EB4 RGB: (156,110,180)

Color info

#9C6EB4 contains mainly red and blue colors. Web safe color of #9C6EB4 is #9966CC (or #96C).

RGB color model

#9C6EB4 color RGB value is (156,110,180).

RGB: (156,110,180) (61%, 43%, 71%)

RGB channels and saturation

R 156 of 255 = 61%
G 110 of 255 = 43%
B 180 of 255 = 71%

156
110
180

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

Portions of RGB colors in percentages

R + G + B = 156 + 110 + 180 = 446 (100%)
R 156 of 446 ~ 34.98%
G 110 of 446 ~ 24.66%
B 180 of 446 ~ 40.36'%

%34.98
%24.66
%40.36

CMYK color model

#9C6EB4 color CMYK value is (13,39,0,29).

  • cyan value is 13.33%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (13,39,0,29)
C13M39Y0K29 (13%, 39%, 0%, 29%)
(0.13 / 0.39 / 0.00 / 0.29)

CMYK percentages

%13.33
%38.89
%0
%29.41

Codes

Color #9C6EB4 in popluar color models

9C 6E B4
RGB 156 110 180
HSL 279° 31.82% 56.86%
HSB/HSV 279° 38.89% 70.59%
CMYK 13.33% 38.89% 0.00%
29.41%

Color #9C6EB4 in popluar number systems.

HEX 9C 6E B4
Decimal 156 110 180
Binary 10011100 1101110 10110100
Octal 234 156 264

Shades and tints

Shades of #9C6EB4

#9C6EB4
(156,110,180)
#8E64A4
(142,100,164)
#805A94
(128,90,148)
#725084
(114,80,132)
#644674
(100,70,116)
#563C64
(86,60,100)
#483254
(72,50,84)
#3A2844
(58,40,68)
#2C1E34
(44,30,52)
#1E1424
(30,20,36)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #9C6EB4

#9C6EB4
(156,110,180)
#A57BBA
(165,123,186)
#AE88C0
(174,136,192)
#B795C6
(183,149,198)
#C0A2CC
(192,162,204)
#C9AFD2
(201,175,210)
#D2BCD8
(210,188,216)
#DBC9DE
(219,201,222)
#E4D6E4
(228,214,228)
#EDE3EA
(237,227,234)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6EB4 color. Also use rgb(156,110,180) instead hex code.

Text Font Color

.myTextColor { color: #9C6EB4; }

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

This text font color is #9C6EB4.

Background Color

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

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

This div background color is #9C6EB4.

Border color

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

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

This div border color is #9C6EB4.

Opacity

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

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

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

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

This text has shadow with #9C6EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6EB4.

Preview

Color preview on black background

This text has color #9C6EB4 on black background.


Color preview on white background

This text has color #9C6EB4 on white background.


Black color preview on #9C6EB4 background

This text has black color on #9C6EB4 background.


White color preview on #9C6EB4 background

This text has white color on #9C6EB4 background.


Related colors

Complementary color

Complementary color for #hex is #63914B.


I love getcolorcode.com

Triadic colors

1 #B49C6E and #6EB49C with #9C6EB4 are triadic colors.

2 #B46E9C and #6E9CB4 with #9C6EB4 are triadic colors.