COLOR #9E79BD

HEX: #9E79BD RGB: (158,121,189)

Color info

#9E79BD contains mainly red and blue colors. Web safe color of #9E79BD is #9966CC (or #96C).

RGB color model

#9E79BD color RGB value is (158,121,189).

RGB: (158,121,189) (62%, 47%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 121 of 255 = 47%
B 189 of 255 = 74%

158
121
189

R + G + B ~ 61%. #9E79BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 121 + 189 = 468 (100%)
R 158 of 468 ~ 33.76%
G 121 of 468 ~ 25.85%
B 189 of 468 ~ 40.38'%

%33.76
%25.85
%40.38

CMYK color model

#9E79BD color CMYK value is (16,36,0,26).

  • cyan value is 16.40%
  • magenta value is 35.98%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (16,36,0,26)
C16M36Y0K26 (16%, 36%, 0%, 26%)
(0.16 / 0.36 / 0.00 / 0.26)

CMYK percentages

%16.4
%35.98
%0
%25.88

Codes

Color #9E79BD in popluar color models

9E 79 BD
RGB 158 121 189
HSL 273° 34.00% 60.78%
HSB/HSV 273° 35.98% 74.12%
CMYK 16.40% 35.98% 0.00%
25.88%

Color #9E79BD in popluar number systems.

HEX 9E 79 BD
Decimal 158 121 189
Binary 10011110 1111001 10111101
Octal 236 171 275

Shades and tints

Shades of #9E79BD

#9E79BD
(158,121,189)
#906EAC
(144,110,172)
#82639B
(130,99,155)
#74588A
(116,88,138)
#664D79
(102,77,121)
#584268
(88,66,104)
#4A3757
(74,55,87)
#3C2C46
(60,44,70)
#2E2135
(46,33,53)
#201624
(32,22,36)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #9E79BD

#9E79BD
(158,121,189)
#A685C3
(166,133,195)
#AE91C9
(174,145,201)
#B69DCF
(182,157,207)
#BEA9D5
(190,169,213)
#C6B5DB
(198,181,219)
#CEC1E1
(206,193,225)
#D6CDE7
(214,205,231)
#DED9ED
(222,217,237)
#E6E5F3
(230,229,243)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E79BD color. Also use rgb(158,121,189) instead hex code.

Text Font Color

.myTextColor { color: #9E79BD; }

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

This text font color is #9E79BD.

Background Color

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

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

This div background color is #9E79BD.

Border color

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

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

This div border color is #9E79BD.

Opacity

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

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

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

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

This text has shadow with #9E79BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E79BD.

Preview

Color preview on black background

This text has color #9E79BD on black background.


Color preview on white background

This text has color #9E79BD on white background.


Black color preview on #9E79BD background

This text has black color on #9E79BD background.


White color preview on #9E79BD background

This text has white color on #9E79BD background.


Related colors

Complementary color

Complementary color for #hex is #618642.


I love getcolorcode.com

Triadic colors

1 #BD9E79 and #79BD9E with #9E79BD are triadic colors.

2 #BD799E and #799EBD with #9E79BD are triadic colors.