COLOR #9C84BE

HEX: #9C84BE RGB: (156,132,190)

Color info

#9C84BE contains red, green and blue colors in about the same proportion. Web safe color of #9C84BE is #9999CC (or #99C).

RGB color model

#9C84BE color RGB value is (156,132,190).

RGB: (156,132,190) (61%, 52%, 75%)

RGB channels and saturation

R 156 of 255 = 61%
G 132 of 255 = 52%
B 190 of 255 = 75%

156
132
190

R + G + B ~ 63%. #9C84BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 132 + 190 = 478 (100%)
R 156 of 478 ~ 32.64%
G 132 of 478 ~ 27.62%
B 190 of 478 ~ 39.75'%

%32.64
%27.62
%39.75

CMYK color model

#9C84BE color CMYK value is (18,31,0,25).

  • cyan value is 17.89%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (18,31,0,25) C18M31Y0K25 (18%,31%,0%,25%) (0.18/0.31/0.00/0.25) 

CMYK percentages

%17.89
%30.53
%0
%25.49

Codes

Color #9C84BE in popluar color models

9C 84 BE
RGB 156 132 190
HSL 265° 30.85% 63.14%
HSB/HSV 265° 30.53% 74.51%
CMYK 17.89% 30.53% 0.00%
25.49%

Color #9C84BE in popluar number systems.

HEX 9C 84 BE
Decimal 156 132 190
Binary 10011100 10000100 10111110
Octal 234 204 276

Shades and tints

Shades of #9C84BE

#9C84BE
(156,132,190)
#8E78AD
(142,120,173)
#806C9C
(128,108,156)
#72608B
(114,96,139)
#64547A
(100,84,122)
#564869
(86,72,105)
#483C58
(72,60,88)
#3A3047
(58,48,71)
#2C2436
(44,36,54)
#1E1825
(30,24,37)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #9C84BE

#9C84BE
(156,132,190)
#A58FC3
(165,143,195)
#AE9AC8
(174,154,200)
#B7A5CD
(183,165,205)
#C0B0D2
(192,176,210)
#C9BBD7
(201,187,215)
#D2C6DC
(210,198,220)
#DBD1E1
(219,209,225)
#E4DCE6
(228,220,230)
#EDE7EB
(237,231,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C84BE color. Also use rgb(156,132,190) instead hex code.

Text Font Color

.myTextColor { color: #9C84BE; }

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

This text font color is #9C84BE.

Background Color

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

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

This div background color is #9C84BE.

Border color

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

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

This div border color is #9C84BE.

Opacity

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

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

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

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

This text has shadow with #9C84BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C84BE.

Preview

Color preview on black background

This text has color #9C84BE on black background.


Color preview on white background

This text has color #9C84BE on white background.


Black color preview on #9C84BE background

This text has black color on #9C84BE background.


White color preview on #9C84BE background

This text has white color on #9C84BE background.


Related colors

Complementary color

Complementary color for #hex is #637B41.


I love getcolorcode.com

Triadic colors

1 #BE9C84 and #84BE9C with #9C84BE are triadic colors.

2 #BE849C and #849CBE with #9C84BE are triadic colors.