COLOR #9E3078

HEX: #9E3078
RGB: (158,48,120)

Color info

#9E3078 contains mainly red and blue colors. Web safe color of #9E3078 is #993366 (or #936).

RGB color model

#9E3078 color RGB value is (158,48,120).

  • red value is 158;
  • green value is 48;
  • blue value is 120.
RGB:
(158,48,120)
(62%,19%,47%)

RGB channels and saturation

R 158 of 255 = 62%
G 48 of 255 = 19%
B 120 of 255 = 47%

158
48
120

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

Portions of RGB colors in percentages

R + G + B =
158 + 48 + 120 = 326 (100%)
R 158 of 326 ~ 48.47%
G 48 of 326 ~ 14.72%
B 120 of 326 ~ 36.81%

%48.47
%14.72
%36.81

CMYK color model

#9E3078 color CMYK value is (0,70,24,38).

  • cyan value is 0.00%
  • magenta value is 69.62%
  • yellow value is 24.05%
  • key color value is 38.04%
CMYK:
(0,70,24,38)
C0M70Y24K38 
(0%,70%,24%,38%)
(0.00/0.70/0.24/0.38)	

CMYK percentages

%0
%69.62
%24.05
%38.04

Codes

Color #9E3078 in popluar color models

9E3078
RGB15848120
HSL321°53.40%40.39%
HSB/HSV321°69.62%61.96%
CMYK0.00%69.62%24.05%
38.04%

Color #9E3078 in popluar number systems.

HEX9E3078
Decimal15848120
Binary100111101100001111000
Octal23660170

Shades and tints

Shades of #9E3078

#9E3078
(158,48,120)
#902C6E
(144,44,110)
#822864
(130,40,100)
#74245A
(116,36,90)
#662050
(102,32,80)
#581C46
(88,28,70)
#4A183C
(74,24,60)
#3C1432
(60,20,50)
#2E1028
(46,16,40)
#200C1E
(32,12,30)
#120814
(18,8,20)
#000000
(0,0,0)

Tints of #9E3078

#9E3078
(158,48,120)
#A64284
(166,66,132)
#AE5490
(174,84,144)
#B6669C
(182,102,156)
#BE78A8
(190,120,168)
#C68AB4
(198,138,180)
#CE9CC0
(206,156,192)
#D6AECC
(214,174,204)
#DEC0D8
(222,192,216)
#E6D2E4
(230,210,228)
#EEE4F0
(238,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E3078 color. Also use rgb(158,48,120) instead hex code.

Text Font Color

.myTextColor { color: #9E3078; }

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

This text font color is #9E3078.


Background Color

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

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

This div background color is #9E3078.


Border color

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

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

This div border color is #9E3078.


Opacity

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

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

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

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

This text has shadow with #9E3078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E3078 on black background.


Color preview on white background

This text has color #9E3078 on white background.



Black color preview on #9E3078 background

This text has black color on #9E3078 background.


White color preview on #9E3078 background

This text has white color on #9E3078 background.