COLOR #9E6483

HEX: #9E6483 RGB: (158,100,131)

Color info

#9E6483 contains red, green and blue colors in about the same proportion. Web safe color of #9E6483 is #996699 (or #969).

RGB color model

#9E6483 color RGB value is (158,100,131).

RGB: (158,100,131) (62%, 39%, 51%)

RGB channels and saturation

R 158 of 255 = 62%
G 100 of 255 = 39%
B 131 of 255 = 51%

158
100
131

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

Portions of RGB colors in percentages

R + G + B = 158 + 100 + 131 = 389 (100%)
R 158 of 389 ~ 40.62%
G 100 of 389 ~ 25.71%
B 131 of 389 ~ 33.68'%

%40.62
%25.71
%33.68

CMYK color model

#9E6483 color CMYK value is (0,37,17,38).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 17.09%
  • key color value is 38.04%

CMYK: (0,37,17,38)
C0M37Y17K38 (0%, 37%, 17%, 38%)
(0.00 / 0.37 / 0.17 / 0.38)

CMYK percentages

%0
%36.71
%17.09
%38.04

Codes

Color #9E6483 in popluar color models

9E 64 83
RGB 158 100 131
HSL 328° 23.02% 50.59%
HSB/HSV 328° 36.71% 61.96%
CMYK 0.00% 36.71% 17.09%
38.04%

Color #9E6483 in popluar number systems.

HEX 9E 64 83
Decimal 158 100 131
Binary 10011110 1100100 10000011
Octal 236 144 203

Shades and tints

Shades of #9E6483

#9E6483
(158,100,131)
#905B78
(144,91,120)
#82526D
(130,82,109)
#744962
(116,73,98)
#664057
(102,64,87)
#58374C
(88,55,76)
#4A2E41
(74,46,65)
#3C2536
(60,37,54)
#2E1C2B
(46,28,43)
#201320
(32,19,32)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #9E6483

#9E6483
(158,100,131)
#A6728E
(166,114,142)
#AE8099
(174,128,153)
#B68EA4
(182,142,164)
#BE9CAF
(190,156,175)
#C6AABA
(198,170,186)
#CEB8C5
(206,184,197)
#D6C6D0
(214,198,208)
#DED4DB
(222,212,219)
#E6E2E6
(230,226,230)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6483; }

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

This text font color is #9E6483.

Background Color

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

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

This div background color is #9E6483.

Border color

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

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

This div border color is #9E6483.

Opacity

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

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

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

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

This text has shadow with #9E6483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E6483.

Preview

Color preview on black background

This text has color #9E6483 on black background.


Color preview on white background

This text has color #9E6483 on white background.


Black color preview on #9E6483 background

This text has black color on #9E6483 background.


White color preview on #9E6483 background

This text has white color on #9E6483 background.


Related colors

Complementary color

Complementary color for #hex is #619B7C.


I love getcolorcode.com

Triadic colors

1 #839E64 and #64839E with #9E6483 are triadic colors.

2 #83649E and #649E83 with #9E6483 are triadic colors.