COLOR #9C6EB8

HEX: #9C6EB8 RGB: (156,110,184)

Color info

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

RGB color model

#9C6EB8 color RGB value is (156,110,184).

RGB: (156,110,184) (61%, 43%, 72%)

RGB channels and saturation

R 156 of 255 = 61%
G 110 of 255 = 43%
B 184 of 255 = 72%

156
110
184

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

Portions of RGB colors in percentages

R + G + B = 156 + 110 + 184 = 450 (100%)
R 156 of 450 ~ 34.67%
G 110 of 450 ~ 24.44%
B 184 of 450 ~ 40.89'%

%34.67
%24.44
%40.89

CMYK color model

#9C6EB8 color CMYK value is (15,40,0,28).

  • cyan value is 15.22%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (15,40,0,28)
C15M40Y0K28 (15%, 40%, 0%, 28%)
(0.15 / 0.40 / 0.00 / 0.28)

CMYK percentages

%15.22
%40.22
%0
%27.84

Codes

Color #9C6EB8 in popluar color models

9C 6E B8
RGB 156 110 184
HSL 277° 34.26% 57.65%
HSB/HSV 277° 40.22% 72.16%
CMYK 15.22% 40.22% 0.00%
27.84%

Color #9C6EB8 in popluar number systems.

HEX 9C 6E B8
Decimal 156 110 184
Binary 10011100 1101110 10111000
Octal 234 156 270

Shades and tints

Shades of #9C6EB8

#9C6EB8
(156,110,184)
#8E64A8
(142,100,168)
#805A98
(128,90,152)
#725088
(114,80,136)
#644678
(100,70,120)
#563C68
(86,60,104)
#483258
(72,50,88)
#3A2848
(58,40,72)
#2C1E38
(44,30,56)
#1E1428
(30,20,40)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #9C6EB8

#9C6EB8
(156,110,184)
#A57BBE
(165,123,190)
#AE88C4
(174,136,196)
#B795CA
(183,149,202)
#C0A2D0
(192,162,208)
#C9AFD6
(201,175,214)
#D2BCDC
(210,188,220)
#DBC9E2
(219,201,226)
#E4D6E8
(228,214,232)
#EDE3EE
(237,227,238)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6EB8; }

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

This text font color is #9C6EB8.

Background Color

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

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

This div background color is #9C6EB8.

Border color

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

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

This div border color is #9C6EB8.

Opacity

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

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

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

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

This text has shadow with #9C6EB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6EB8.

Preview

Color preview on black background

This text has color #9C6EB8 on black background.


Color preview on white background

This text has color #9C6EB8 on white background.


Black color preview on #9C6EB8 background

This text has black color on #9C6EB8 background.


White color preview on #9C6EB8 background

This text has white color on #9C6EB8 background.


Related colors

Complementary color

Complementary color for #hex is #639147.


I love getcolorcode.com

Triadic colors

1 #B89C6E and #6EB89C with #9C6EB8 are triadic colors.

2 #B86E9C and #6E9CB8 with #9C6EB8 are triadic colors.