COLOR #9E197E

HEX: #9E197E RGB: (158,25,126)

Color info

#9E197E contains mainly red and blue colors. Web safe color of #9E197E is #990066 (or #906).

RGB color model

#9E197E color RGB value is (158,25,126).

RGB: (158,25,126) (62%, 10%, 49%)

RGB channels and saturation

R 158 of 255 = 62%
G 25 of 255 = 10%
B 126 of 255 = 49%

158
25
126

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

Portions of RGB colors in percentages

R + G + B = 158 + 25 + 126 = 309 (100%)
R 158 of 309 ~ 51.13%
G 25 of 309 ~ 8.09%
B 126 of 309 ~ 40.78'%

%51.13
%40.78

CMYK color model

#9E197E color CMYK value is (0,84,20,38).

  • cyan value is 0.00%
  • magenta value is 84.18%
  • yellow value is 20.25%
  • key color value is 38.04%

CMYK: (0,84,20,38)
C0M84Y20K38 (0%, 84%, 20%, 38%)
(0.00 / 0.84 / 0.20 / 0.38)

CMYK percentages

%0
%84.18
%20.25
%38.04

Codes

Color #9E197E in popluar color models

9E 19 7E
RGB 158 25 126
HSL 314° 72.68% 35.88%
HSB/HSV 314° 84.18% 61.96%
CMYK 0.00% 84.18% 20.25%
38.04%

Color #9E197E in popluar number systems.

HEX 9E 19 7E
Decimal 158 25 126
Binary 10011110 11001 1111110
Octal 236 31 176

Shades and tints

Shades of #9E197E

#9E197E
(158,25,126)
#901773
(144,23,115)
#821568
(130,21,104)
#74135D
(116,19,93)
#661152
(102,17,82)
#580F47
(88,15,71)
#4A0D3C
(74,13,60)
#3C0B31
(60,11,49)
#2E0926
(46,9,38)
#20071B
(32,7,27)
#120510
(18,5,16)
#000000
(0,0,0)

Tints of #9E197E

#9E197E
(158,25,126)
#A62D89
(166,45,137)
#AE4194
(174,65,148)
#B6559F
(182,85,159)
#BE69AA
(190,105,170)
#C67DB5
(198,125,181)
#CE91C0
(206,145,192)
#D6A5CB
(214,165,203)
#DEB9D6
(222,185,214)
#E6CDE1
(230,205,225)
#EEE1EC
(238,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E197E color. Also use rgb(158,25,126) instead hex code.

Text Font Color

.myTextColor { color: #9E197E; }

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

This text font color is #9E197E.

Background Color

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

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

This div background color is #9E197E.

Border color

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

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

This div border color is #9E197E.

Opacity

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

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

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

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

This text has shadow with #9E197E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E197E.

Preview

Color preview on black background

This text has color #9E197E on black background.


Color preview on white background

This text has color #9E197E on white background.


Black color preview on #9E197E background

This text has black color on #9E197E background.


White color preview on #9E197E background

This text has white color on #9E197E background.


Related colors

Complementary color

Complementary color for #hex is #61E681.


I love getcolorcode.com

Triadic colors

1 #7E9E19 and #197E9E with #9E197E are triadic colors.

2 #7E199E and #199E7E with #9E197E are triadic colors.