COLOR #9D84CC

HEX: #9D84CC RGB: (157,132,204)

Color info

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

RGB color model

#9D84CC color RGB value is (157,132,204).

RGB: (157,132,204) (62%, 52%, 80%)

RGB channels and saturation

R 157 of 255 = 62%
G 132 of 255 = 52%
B 204 of 255 = 80%

157
132
204

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

Portions of RGB colors in percentages

R + G + B = 157 + 132 + 204 = 493 (100%)
R 157 of 493 ~ 31.85%
G 132 of 493 ~ 26.77%
B 204 of 493 ~ 41.38'%

%31.85
%26.77
%41.38

CMYK color model

#9D84CC color CMYK value is (23,35,0,20).

  • cyan value is 23.04%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (23,35,0,20)
C23M35Y0K20 (23%, 35%, 0%, 20%)
(0.23 / 0.35 / 0.00 / 0.20)

CMYK percentages

%23.04
%35.29
%0
%20

Codes

Color #9D84CC in popluar color models

9D 84 CC
RGB 157 132 204
HSL 261° 41.38% 65.88%
HSB/HSV 261° 35.29% 80.00%
CMYK 23.04% 35.29% 0.00%
20.00%

Color #9D84CC in popluar number systems.

HEX 9D 84 CC
Decimal 157 132 204
Binary 10011101 10000100 11001100
Octal 235 204 314

Shades and tints

Shades of #9D84CC

#9D84CC
(157,132,204)
#8F78BA
(143,120,186)
#816CA8
(129,108,168)
#736096
(115,96,150)
#655484
(101,84,132)
#574872
(87,72,114)
#493C60
(73,60,96)
#3B304E
(59,48,78)
#2D243C
(45,36,60)
#1F182A
(31,24,42)
#110C18
(17,12,24)
#000000
(0,0,0)

Tints of #9D84CC

#9D84CC
(157,132,204)
#A58FD0
(165,143,208)
#AD9AD4
(173,154,212)
#B5A5D8
(181,165,216)
#BDB0DC
(189,176,220)
#C5BBE0
(197,187,224)
#CDC6E4
(205,198,228)
#D5D1E8
(213,209,232)
#DDDCEC
(221,220,236)
#E5E7F0
(229,231,240)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D84CC color. Also use rgb(157,132,204) instead hex code.

Text Font Color

.myTextColor { color: #9D84CC; }

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

This text font color is #9D84CC.

Background Color

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

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

This div background color is #9D84CC.

Border color

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

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

This div border color is #9D84CC.

Opacity

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

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

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

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

This text has shadow with #9D84CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D84CC.

Preview

Color preview on black background

This text has color #9D84CC on black background.


Color preview on white background

This text has color #9D84CC on white background.


Black color preview on #9D84CC background

This text has black color on #9D84CC background.


White color preview on #9D84CC background

This text has white color on #9D84CC background.


Related colors

Complementary color

Complementary color for #hex is #627B33.


I love getcolorcode.com

Triadic colors

1 #CC9D84 and #84CC9D with #9D84CC are triadic colors.

2 #CC849D and #849DCC with #9D84CC are triadic colors.