COLOR #9E628E

HEX: #9E628E RGB: (158,98,142)

Color info

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

RGB color model

#9E628E color RGB value is (158,98,142).

RGB: (158,98,142) (62%, 38%, 56%)

RGB channels and saturation

R 158 of 255 = 62%
G 98 of 255 = 38%
B 142 of 255 = 56%

158
98
142

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

Portions of RGB colors in percentages

R + G + B = 158 + 98 + 142 = 398 (100%)
R 158 of 398 ~ 39.7%
G 98 of 398 ~ 24.62%
B 142 of 398 ~ 35.68'%

%39.7
%24.62
%35.68

CMYK color model

#9E628E color CMYK value is (0,38,10,38).

  • cyan value is 0.00%
  • magenta value is 37.97%
  • yellow value is 10.13%
  • key color value is 38.04%

CMYK: (0,38,10,38)
C0M38Y10K38 (0%, 38%, 10%, 38%)
(0.00 / 0.38 / 0.10 / 0.38)

CMYK percentages

%0
%37.97
%10.13
%38.04

Codes

Color #9E628E in popluar color models

9E 62 8E
RGB 158 98 142
HSL 316° 23.62% 50.20%
HSB/HSV 316° 37.97% 61.96%
CMYK 0.00% 37.97% 10.13%
38.04%

Color #9E628E in popluar number systems.

HEX 9E 62 8E
Decimal 158 98 142
Binary 10011110 1100010 10001110
Octal 236 142 216

Shades and tints

Shades of #9E628E

#9E628E
(158,98,142)
#905A82
(144,90,130)
#825276
(130,82,118)
#744A6A
(116,74,106)
#66425E
(102,66,94)
#583A52
(88,58,82)
#4A3246
(74,50,70)
#3C2A3A
(60,42,58)
#2E222E
(46,34,46)
#201A22
(32,26,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #9E628E

#9E628E
(158,98,142)
#A67098
(166,112,152)
#AE7EA2
(174,126,162)
#B68CAC
(182,140,172)
#BE9AB6
(190,154,182)
#C6A8C0
(198,168,192)
#CEB6CA
(206,182,202)
#D6C4D4
(214,196,212)
#DED2DE
(222,210,222)
#E6E0E8
(230,224,232)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E628E color. Also use rgb(158,98,142) instead hex code.

Text Font Color

.myTextColor { color: #9E628E; }

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

This text font color is #9E628E.

Background Color

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

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

This div background color is #9E628E.

Border color

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

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

This div border color is #9E628E.

Opacity

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

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

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

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

This text has shadow with #9E628E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E628E.

Preview

Color preview on black background

This text has color #9E628E on black background.


Color preview on white background

This text has color #9E628E on white background.


Black color preview on #9E628E background

This text has black color on #9E628E background.


White color preview on #9E628E background

This text has white color on #9E628E background.


Related colors

Complementary color

Complementary color for #hex is #619D71.


I love getcolorcode.com

Triadic colors

1 #8E9E62 and #628E9E with #9E628E are triadic colors.

2 #8E629E and #629E8E with #9E628E are triadic colors.