COLOR #9884CA

HEX: #9884CA RGB: (152,132,202)

Color info

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

RGB color model

#9884CA color RGB value is (152,132,202).

RGB: (152,132,202) (60%, 52%, 79%)

RGB channels and saturation

R 152 of 255 = 60%
G 132 of 255 = 52%
B 202 of 255 = 79%

152
132
202

R + G + B ~ 64%. #9884CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 132 + 202 = 486 (100%)
R 152 of 486 ~ 31.28%
G 132 of 486 ~ 27.16%
B 202 of 486 ~ 41.56'%

%31.28
%27.16
%41.56

CMYK color model

#9884CA color CMYK value is (25,35,0,21).

  • cyan value is 24.75%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (25,35,0,21)
C25M35Y0K21 (25%, 35%, 0%, 21%)
(0.25 / 0.35 / 0.00 / 0.21)

CMYK percentages

%24.75
%34.65
%0
%20.78

Codes

Color #9884CA in popluar color models

98 84 CA
RGB 152 132 202
HSL 257° 39.77% 65.49%
HSB/HSV 257° 34.65% 79.22%
CMYK 24.75% 34.65% 0.00%
20.78%

Color #9884CA in popluar number systems.

HEX 98 84 CA
Decimal 152 132 202
Binary 10011000 10000100 11001010
Octal 230 204 312

Shades and tints

Shades of #9884CA

#9884CA
(152,132,202)
#8B78B8
(139,120,184)
#7E6CA6
(126,108,166)
#716094
(113,96,148)
#645482
(100,84,130)
#574870
(87,72,112)
#4A3C5E
(74,60,94)
#3D304C
(61,48,76)
#30243A
(48,36,58)
#231828
(35,24,40)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #9884CA

#9884CA
(152,132,202)
#A18FCE
(161,143,206)
#AA9AD2
(170,154,210)
#B3A5D6
(179,165,214)
#BCB0DA
(188,176,218)
#C5BBDE
(197,187,222)
#CEC6E2
(206,198,226)
#D7D1E6
(215,209,230)
#E0DCEA
(224,220,234)
#E9E7EE
(233,231,238)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9884CA color. Also use rgb(152,132,202) instead hex code.

Text Font Color

.myTextColor { color: #9884CA; }

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

This text font color is #9884CA.

Background Color

.myBgColor { background-color: #9884CA; }

<div style="background-color:#9884CA">Inner text</div>

This div background color is #9884CA.

Border color

.myBorderColor { border: 1px solid #9884CA; }

<div style="border:3px solid #9884CA">Div</div>

This div border color is #9884CA.

Opacity

.myOpacity80 { color: #9884CA; opacity: 0.8; }

<p style="color:#9884CA;opacity:0.8;">80%</p>

Text with #9884CA 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 #9884CA;}

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

This text has shadow with #9884CA color.


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

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

This text has shadow with #9884CA primary color and red secondary color.


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

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

This text has shadow with #9884CA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9884CA.

Preview

Color preview on black background

This text has color #9884CA on black background.


Color preview on white background

This text has color #9884CA on white background.


Black color preview on #9884CA background

This text has black color on #9884CA background.


White color preview on #9884CA background

This text has white color on #9884CA background.


Related colors

Complementary color

Complementary color for #hex is #677B35.


I love getcolorcode.com

Triadic colors

1 #CA9884 and #84CA98 with #9884CA are triadic colors.

2 #CA8498 and #8498CA with #9884CA are triadic colors.