COLOR #9E6499

HEX: #9E6499 RGB: (158,100,153)

Color info

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

RGB color model

#9E6499 color RGB value is (158,100,153).

RGB: (158,100,153) (62%, 39%, 60%)

RGB channels and saturation

R 158 of 255 = 62%
G 100 of 255 = 39%
B 153 of 255 = 60%

158
100
153

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

Portions of RGB colors in percentages

R + G + B = 158 + 100 + 153 = 411 (100%)
R 158 of 411 ~ 38.44%
G 100 of 411 ~ 24.33%
B 153 of 411 ~ 37.23'%

%38.44
%24.33
%37.23

CMYK color model

#9E6499 color CMYK value is (0,37,3,38).

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

CMYK: (0,37,3,38)
C0M37Y3K38 (0%, 37%, 3%, 38%)
(0.00 / 0.37 / 0.03 / 0.38)

CMYK percentages

%0
%36.71
%3.16
%38.04

Codes

Color #9E6499 in popluar color models

9E 64 99
RGB 158 100 153
HSL 305° 23.02% 50.59%
HSB/HSV 305° 36.71% 61.96%
CMYK 0.00% 36.71% 3.16%
38.04%

Color #9E6499 in popluar number systems.

HEX 9E 64 99
Decimal 158 100 153
Binary 10011110 1100100 10011001
Octal 236 144 231

Shades and tints

Shades of #9E6499

#9E6499
(158,100,153)
#905B8C
(144,91,140)
#82527F
(130,82,127)
#744972
(116,73,114)
#664065
(102,64,101)
#583758
(88,55,88)
#4A2E4B
(74,46,75)
#3C253E
(60,37,62)
#2E1C31
(46,28,49)
#201324
(32,19,36)
#120A17
(18,10,23)
#000000
(0,0,0)

Tints of #9E6499

#9E6499
(158,100,153)
#A672A2
(166,114,162)
#AE80AB
(174,128,171)
#B68EB4
(182,142,180)
#BE9CBD
(190,156,189)
#C6AAC6
(198,170,198)
#CEB8CF
(206,184,207)
#D6C6D8
(214,198,216)
#DED4E1
(222,212,225)
#E6E2EA
(230,226,234)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E6499; }

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

This text font color is #9E6499.

Background Color

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

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

This div background color is #9E6499.

Border color

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

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

This div border color is #9E6499.

Opacity

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

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

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

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

This text has shadow with #9E6499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E6499.

Preview

Color preview on black background

This text has color #9E6499 on black background.


Color preview on white background

This text has color #9E6499 on white background.


Black color preview on #9E6499 background

This text has black color on #9E6499 background.


White color preview on #9E6499 background

This text has white color on #9E6499 background.


Related colors

Complementary color

Complementary color for #hex is #619B66.


I love getcolorcode.com

Triadic colors

1 #999E64 and #64999E with #9E6499 are triadic colors.

2 #99649E and #649E99 with #9E6499 are triadic colors.