COLOR #9C84CE

HEX: #9C84CE
RGB: (156,132,206)

Color info

#9C84CE contains mainly red and blue colors. Web safe color of #9C84CE is #9999CC (or #99C).

RGB color model

#9C84CE color RGB value is (156,132,206).

  • red value is 156;
  • green value is 132;
  • blue value is 206.
RGB:
(156,132,206)
(61%,52%,81%)

RGB channels and saturation

R 156 of 255 = 61%
G 132 of 255 = 52%
B 206 of 255 = 81%

156
132
206

R + G + B ~ 65%. #9C84CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 132 + 206 = 494 (100%)
R 156 of 494 ~ 31.58%
G 132 of 494 ~ 26.72%
B 206 of 494 ~ 41.7%

%31.58
%26.72
%41.7

CMYK color model

#9C84CE color CMYK value is (24,36,0,19).

  • cyan value is 24.27%
  • magenta value is 35.92%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(24,36,0,19)
C24M36Y0K19 
(24%,36%,0%,19%)
(0.24/0.36/0.00/0.19)	

CMYK percentages

%24.27
%35.92
%0
%19.22

Codes

Color #9C84CE in popluar color models

9C84CE
RGB156132206
HSL259°43.02%66.27%
HSB/HSV259°35.92%80.78%
CMYK24.27%35.92%0.00%
19.22%

Color #9C84CE in popluar number systems.

HEX9C84CE
Decimal156132206
Binary100111001000010011001110
Octal234204316

Shades and tints

Shades of #9C84CE

#9C84CE
(156,132,206)
#8E78BC
(142,120,188)
#806CAA
(128,108,170)
#726098
(114,96,152)
#645486
(100,84,134)
#564874
(86,72,116)
#483C62
(72,60,98)
#3A3050
(58,48,80)
#2C243E
(44,36,62)
#1E182C
(30,24,44)
#100C1A
(16,12,26)
#000000
(0,0,0)

Tints of #9C84CE

#9C84CE
(156,132,206)
#A58FD2
(165,143,210)
#AE9AD6
(174,154,214)
#B7A5DA
(183,165,218)
#C0B0DE
(192,176,222)
#C9BBE2
(201,187,226)
#D2C6E6
(210,198,230)
#DBD1EA
(219,209,234)
#E4DCEE
(228,220,238)
#EDE7F2
(237,231,242)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C84CE; }

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

This text font color is #9C84CE.


Background Color

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

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

This div background color is #9C84CE.


Border color

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

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

This div border color is #9C84CE.


Opacity

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

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

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

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

This text has shadow with #9C84CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C84CE on black background.


Color preview on white background

This text has color #9C84CE on white background.



Black color preview on #9C84CE background

This text has black color on #9C84CE background.


White color preview on #9C84CE background

This text has white color on #9C84CE background.