COLOR #9E84C2

HEX: #9E84C2 RGB: (158,132,194)

Color info

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

RGB color model

#9E84C2 color RGB value is (158,132,194).

RGB: (158,132,194) (62%, 52%, 76%)

RGB channels and saturation

R 158 of 255 = 62%
G 132 of 255 = 52%
B 194 of 255 = 76%

158
132
194

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

Portions of RGB colors in percentages

R + G + B = 158 + 132 + 194 = 484 (100%)
R 158 of 484 ~ 32.64%
G 132 of 484 ~ 27.27%
B 194 of 484 ~ 40.08'%

%32.64
%27.27
%40.08

CMYK color model

#9E84C2 color CMYK value is (19,32,0,24).

  • cyan value is 18.56%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (19,32,0,24)
C19M32Y0K24 (19%, 32%, 0%, 24%)
(0.19 / 0.32 / 0.00 / 0.24)

CMYK percentages

%18.56
%31.96
%0
%23.92

Codes

Color #9E84C2 in popluar color models

9E 84 C2
RGB 158 132 194
HSL 265° 33.70% 63.92%
HSB/HSV 265° 31.96% 76.08%
CMYK 18.56% 31.96% 0.00%
23.92%

Color #9E84C2 in popluar number systems.

HEX 9E 84 C2
Decimal 158 132 194
Binary 10011110 10000100 11000010
Octal 236 204 302

Shades and tints

Shades of #9E84C2

#9E84C2
(158,132,194)
#9078B1
(144,120,177)
#826CA0
(130,108,160)
#74608F
(116,96,143)
#66547E
(102,84,126)
#58486D
(88,72,109)
#4A3C5C
(74,60,92)
#3C304B
(60,48,75)
#2E243A
(46,36,58)
#201829
(32,24,41)
#120C18
(18,12,24)
#000000
(0,0,0)

Tints of #9E84C2

#9E84C2
(158,132,194)
#A68FC7
(166,143,199)
#AE9ACC
(174,154,204)
#B6A5D1
(182,165,209)
#BEB0D6
(190,176,214)
#C6BBDB
(198,187,219)
#CEC6E0
(206,198,224)
#D6D1E5
(214,209,229)
#DEDCEA
(222,220,234)
#E6E7EF
(230,231,239)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E84C2 color. Also use rgb(158,132,194) instead hex code.

Text Font Color

.myTextColor { color: #9E84C2; }

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

This text font color is #9E84C2.

Background Color

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

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

This div background color is #9E84C2.

Border color

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

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

This div border color is #9E84C2.

Opacity

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

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

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

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

This text has shadow with #9E84C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E84C2.

Preview

Color preview on black background

This text has color #9E84C2 on black background.


Color preview on white background

This text has color #9E84C2 on white background.


Black color preview on #9E84C2 background

This text has black color on #9E84C2 background.


White color preview on #9E84C2 background

This text has white color on #9E84C2 background.


Related colors

Complementary color

Complementary color for #hex is #617B3D.


I love getcolorcode.com

Triadic colors

1 #C29E84 and #84C29E with #9E84C2 are triadic colors.

2 #C2849E and #849EC2 with #9E84C2 are triadic colors.