COLOR #9E83AE

HEX: #9E83AE RGB: (158,131,174)

Color info

#9E83AE contains red, green and blue colors in about the same proportion. Web safe color of #9E83AE is #999999 (or #999).

RGB color model

#9E83AE color RGB value is (158,131,174).

RGB: (158,131,174) (62%, 51%, 68%)

RGB channels and saturation

R 158 of 255 = 62%
G 131 of 255 = 51%
B 174 of 255 = 68%

158
131
174

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

Portions of RGB colors in percentages

R + G + B = 158 + 131 + 174 = 463 (100%)
R 158 of 463 ~ 34.13%
G 131 of 463 ~ 28.29%
B 174 of 463 ~ 37.58'%

%34.13
%28.29
%37.58

CMYK color model

#9E83AE color CMYK value is (9,25,0,32).

  • cyan value is 9.20%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (9,25,0,32)
C9M25Y0K32 (9%, 25%, 0%, 32%)
(0.09 / 0.25 / 0.00 / 0.32)

CMYK percentages

%9.2
%24.71
%0
%31.76

Codes

Color #9E83AE in popluar color models

9E 83 AE
RGB 158 131 174
HSL 278° 20.98% 59.80%
HSB/HSV 278° 24.71% 68.24%
CMYK 9.20% 24.71% 0.00%
31.76%

Color #9E83AE in popluar number systems.

HEX 9E 83 AE
Decimal 158 131 174
Binary 10011110 10000011 10101110
Octal 236 203 256

Shades and tints

Shades of #9E83AE

#9E83AE
(158,131,174)
#90789F
(144,120,159)
#826D90
(130,109,144)
#746281
(116,98,129)
#665772
(102,87,114)
#584C63
(88,76,99)
#4A4154
(74,65,84)
#3C3645
(60,54,69)
#2E2B36
(46,43,54)
#202027
(32,32,39)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #9E83AE

#9E83AE
(158,131,174)
#A68EB5
(166,142,181)
#AE99BC
(174,153,188)
#B6A4C3
(182,164,195)
#BEAFCA
(190,175,202)
#C6BAD1
(198,186,209)
#CEC5D8
(206,197,216)
#D6D0DF
(214,208,223)
#DEDBE6
(222,219,230)
#E6E6ED
(230,230,237)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E83AE color. Also use rgb(158,131,174) instead hex code.

Text Font Color

.myTextColor { color: #9E83AE; }

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

This text font color is #9E83AE.

Background Color

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

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

This div background color is #9E83AE.

Border color

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

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

This div border color is #9E83AE.

Opacity

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

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

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

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

This text has shadow with #9E83AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E83AE.

Preview

Color preview on black background

This text has color #9E83AE on black background.


Color preview on white background

This text has color #9E83AE on white background.


Black color preview on #9E83AE background

This text has black color on #9E83AE background.


White color preview on #9E83AE background

This text has white color on #9E83AE background.


Related colors

Complementary color

Complementary color for #hex is #617C51.


I love getcolorcode.com

Triadic colors

1 #AE9E83 and #83AE9E with #9E83AE are triadic colors.

2 #AE839E and #839EAE with #9E83AE are triadic colors.