COLOR #9E50AA

HEX: #9E50AA RGB: (158,80,170)

Color info

#9E50AA contains mainly red and blue colors. Web safe color of #9E50AA is #996699 (or #969).

RGB color model

#9E50AA color RGB value is (158,80,170).

RGB: (158,80,170) (62%, 31%, 67%)

RGB channels and saturation

R 158 of 255 = 62%
G 80 of 255 = 31%
B 170 of 255 = 67%

158
80
170

R + G + B ~ 53%. #9E50AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 158 + 80 + 170 = 408 (100%)
R 158 of 408 ~ 38.73%
G 80 of 408 ~ 19.61%
B 170 of 408 ~ 41.67'%

%38.73
%19.61
%41.67

CMYK color model

#9E50AA color CMYK value is (7,53,0,33).

  • cyan value is 7.06%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (7,53,0,33)
C7M53Y0K33 (7%, 53%, 0%, 33%)
(0.07 / 0.53 / 0.00 / 0.33)

CMYK percentages

%7.06
%52.94
%0
%33.33

Codes

Color #9E50AA in popluar color models

9E 50 AA
RGB 158 80 170
HSL 292° 36.00% 49.02%
HSB/HSV 292° 52.94% 66.67%
CMYK 7.06% 52.94% 0.00%
33.33%

Color #9E50AA in popluar number systems.

HEX 9E 50 AA
Decimal 158 80 170
Binary 10011110 1010000 10101010
Octal 236 120 252

Shades and tints

Shades of #9E50AA

#9E50AA
(158,80,170)
#90499B
(144,73,155)
#82428C
(130,66,140)
#743B7D
(116,59,125)
#66346E
(102,52,110)
#582D5F
(88,45,95)
#4A2650
(74,38,80)
#3C1F41
(60,31,65)
#2E1832
(46,24,50)
#201123
(32,17,35)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #9E50AA

#9E50AA
(158,80,170)
#A65FB1
(166,95,177)
#AE6EB8
(174,110,184)
#B67DBF
(182,125,191)
#BE8CC6
(190,140,198)
#C69BCD
(198,155,205)
#CEAAD4
(206,170,212)
#D6B9DB
(214,185,219)
#DEC8E2
(222,200,226)
#E6D7E9
(230,215,233)
#EEE6F0
(238,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E50AA color. Also use rgb(158,80,170) instead hex code.

Text Font Color

.myTextColor { color: #9E50AA; }

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

This text font color is #9E50AA.

Background Color

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

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

This div background color is #9E50AA.

Border color

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

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

This div border color is #9E50AA.

Opacity

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

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

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

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

This text has shadow with #9E50AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E50AA.

Preview

Color preview on black background

This text has color #9E50AA on black background.


Color preview on white background

This text has color #9E50AA on white background.


Black color preview on #9E50AA background

This text has black color on #9E50AA background.


White color preview on #9E50AA background

This text has white color on #9E50AA background.


Related colors

Complementary color

Complementary color for #hex is #61AF55.


I love getcolorcode.com

Triadic colors

1 #AA9E50 and #50AA9E with #9E50AA are triadic colors.

2 #AA509E and #509EAA with #9E50AA are triadic colors.