COLOR #9E74B3

HEX: #9E74B3
RGB: (158,116,179)

Color info

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

RGB color model

#9E74B3 color RGB value is (158,116,179).

  • red value is 158;
  • green value is 116;
  • blue value is 179.
RGB:
(158,116,179)
(62%,45%,70%)

RGB channels and saturation

R 158 of 255 = 62%
G 116 of 255 = 45%
B 179 of 255 = 70%

158
116
179

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

Portions of RGB colors in percentages

R + G + B =
158 + 116 + 179 = 453 (100%)
R 158 of 453 ~ 34.88%
G 116 of 453 ~ 25.61%
B 179 of 453 ~ 39.51%

%34.88
%25.61
%39.51

CMYK color model

#9E74B3 color CMYK value is (12,35,0,30).

  • cyan value is 11.73%
  • magenta value is 35.20%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(12,35,0,30)
C12M35Y0K30 
(12%,35%,0%,30%)
(0.12/0.35/0.00/0.30)	

CMYK percentages

%11.73
%35.2
%0
%29.8

Codes

Color #9E74B3 in popluar color models

9E74B3
RGB158116179
HSL280°29.30%57.84%
HSB/HSV280°35.20%70.20%
CMYK11.73%35.20%0.00%
29.80%

Color #9E74B3 in popluar number systems.

HEX9E74B3
Decimal158116179
Binary10011110111010010110011
Octal236164263

Shades and tints

Shades of #9E74B3

#9E74B3
(158,116,179)
#906AA3
(144,106,163)
#826093
(130,96,147)
#745683
(116,86,131)
#664C73
(102,76,115)
#584263
(88,66,99)
#4A3853
(74,56,83)
#3C2E43
(60,46,67)
#2E2433
(46,36,51)
#201A23
(32,26,35)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #9E74B3

#9E74B3
(158,116,179)
#A680B9
(166,128,185)
#AE8CBF
(174,140,191)
#B698C5
(182,152,197)
#BEA4CB
(190,164,203)
#C6B0D1
(198,176,209)
#CEBCD7
(206,188,215)
#D6C8DD
(214,200,221)
#DED4E3
(222,212,227)
#E6E0E9
(230,224,233)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E74B3 color. Also use rgb(158,116,179) instead hex code.

Text Font Color

.myTextColor { color: #9E74B3; }

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

This text font color is #9E74B3.


Background Color

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

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

This div background color is #9E74B3.


Border color

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

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

This div border color is #9E74B3.


Opacity

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

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

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

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

This text has shadow with #9E74B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E74B3 on black background.


Color preview on white background

This text has color #9E74B3 on white background.



Black color preview on #9E74B3 background

This text has black color on #9E74B3 background.


White color preview on #9E74B3 background

This text has white color on #9E74B3 background.