COLOR #9E607F

HEX: #9E607F RGB: (158,96,127)

Color info

#9E607F contains mainly red and blue colors. Web safe color of #9E607F is #996666 (or #966).

RGB color model

#9E607F color RGB value is (158,96,127).

RGB: (158,96,127) (62%, 38%, 50%)

RGB channels and saturation

R 158 of 255 = 62%
G 96 of 255 = 38%
B 127 of 255 = 50%

158
96
127

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

Portions of RGB colors in percentages

R + G + B = 158 + 96 + 127 = 381 (100%)
R 158 of 381 ~ 41.47%
G 96 of 381 ~ 25.2%
B 127 of 381 ~ 33.33'%

%41.47
%25.2
%33.33

CMYK color model

#9E607F color CMYK value is (0,39,20,38).

  • cyan value is 0.00%
  • magenta value is 39.24%
  • yellow value is 19.62%
  • key color value is 38.04%

CMYK: (0,39,20,38)
C0M39Y20K38 (0%, 39%, 20%, 38%)
(0.00 / 0.39 / 0.20 / 0.38)

CMYK percentages

%0
%39.24
%19.62
%38.04

Codes

Color #9E607F in popluar color models

9E 60 7F
RGB 158 96 127
HSL 330° 24.41% 49.80%
HSB/HSV 330° 39.24% 61.96%
CMYK 0.00% 39.24% 19.62%
38.04%

Color #9E607F in popluar number systems.

HEX 9E 60 7F
Decimal 158 96 127
Binary 10011110 1100000 1111111
Octal 236 140 177

Shades and tints

Shades of #9E607F

#9E607F
(158,96,127)
#905874
(144,88,116)
#825069
(130,80,105)
#74485E
(116,72,94)
#664053
(102,64,83)
#583848
(88,56,72)
#4A303D
(74,48,61)
#3C2832
(60,40,50)
#2E2027
(46,32,39)
#20181C
(32,24,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #9E607F

#9E607F
(158,96,127)
#A66E8A
(166,110,138)
#AE7C95
(174,124,149)
#B68AA0
(182,138,160)
#BE98AB
(190,152,171)
#C6A6B6
(198,166,182)
#CEB4C1
(206,180,193)
#D6C2CC
(214,194,204)
#DED0D7
(222,208,215)
#E6DEE2
(230,222,226)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E607F color. Also use rgb(158,96,127) instead hex code.

Text Font Color

.myTextColor { color: #9E607F; }

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

This text font color is #9E607F.

Background Color

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

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

This div background color is #9E607F.

Border color

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

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

This div border color is #9E607F.

Opacity

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

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

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

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

This text has shadow with #9E607F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E607F.

Preview

Color preview on black background

This text has color #9E607F on black background.


Color preview on white background

This text has color #9E607F on white background.


Black color preview on #9E607F background

This text has black color on #9E607F background.


White color preview on #9E607F background

This text has white color on #9E607F background.


Related colors

Complementary color

Complementary color for #hex is #619F80.


I love getcolorcode.com

Triadic colors

1 #7F9E60 and #607F9E with #9E607F are triadic colors.

2 #7F609E and #609E7F with #9E607F are triadic colors.