COLOR #7F5E8D

HEX: #7F5E8D RGB: (127,94,141)

Color info

#7F5E8D contains red, green and blue colors in about the same proportion. Web safe color of #7F5E8D is #666699 (or #669).

RGB color model

#7F5E8D color RGB value is (127,94,141).

RGB: (127,94,141) (50%, 37%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 94 of 255 = 37%
B 141 of 255 = 55%

127
94
141

R + G + B ~ 47%. #7F5E8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 94 + 141 = 362 (100%)
R 127 of 362 ~ 35.08%
G 94 of 362 ~ 25.97%
B 141 of 362 ~ 38.95'%

%35.08
%25.97
%38.95

CMYK color model

#7F5E8D color CMYK value is (10,33,0,45).

  • cyan value is 9.93%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (10,33,0,45)
C10M33Y0K45 (10%, 33%, 0%, 45%)
(0.10 / 0.33 / 0.00 / 0.45)

CMYK percentages

%9.93
%33.33
%0
%44.71

Codes

Color #7F5E8D in popluar color models

7F 5E 8D
RGB 127 94 141
HSL 282° 20.00% 46.08%
HSB/HSV 282° 33.33% 55.29%
CMYK 9.93% 33.33% 0.00%
44.71%

Color #7F5E8D in popluar number systems.

HEX 7F 5E 8D
Decimal 127 94 141
Binary 1111111 1011110 10001101
Octal 177 136 215

Shades and tints

Shades of #7F5E8D

#7F5E8D
(127,94,141)
#745681
(116,86,129)
#694E75
(105,78,117)
#5E4669
(94,70,105)
#533E5D
(83,62,93)
#483651
(72,54,81)
#3D2E45
(61,46,69)
#322639
(50,38,57)
#271E2D
(39,30,45)
#1C1621
(28,22,33)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #7F5E8D

#7F5E8D
(127,94,141)
#8A6C97
(138,108,151)
#957AA1
(149,122,161)
#A088AB
(160,136,171)
#AB96B5
(171,150,181)
#B6A4BF
(182,164,191)
#C1B2C9
(193,178,201)
#CCC0D3
(204,192,211)
#D7CEDD
(215,206,221)
#E2DCE7
(226,220,231)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5E8D color. Also use rgb(127,94,141) instead hex code.

Text Font Color

.myTextColor { color: #7F5E8D; }

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

This text font color is #7F5E8D.

Background Color

.myBgColor { background-color: #7F5E8D; }

<div style="background-color:#7F5E8D">Inner text</div>

This div background color is #7F5E8D.

Border color

.myBorderColor { border: 1px solid #7F5E8D; }

<div style="border:3px solid #7F5E8D">Div</div>

This div border color is #7F5E8D.

Opacity

.myOpacity80 { color: #7F5E8D; opacity: 0.8; }

<p style="color:#7F5E8D;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F5E8D color.


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

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

This text has shadow with #7F5E8D primary color and red secondary color.


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

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

This text has shadow with #7F5E8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7F5E8D.

Preview

Color preview on black background

This text has color #7F5E8D on black background.


Color preview on white background

This text has color #7F5E8D on white background.


Black color preview on #7F5E8D background

This text has black color on #7F5E8D background.


White color preview on #7F5E8D background

This text has white color on #7F5E8D background.


Related colors

Complementary color

Complementary color for #hex is #80A172.


I love getcolorcode.com

Triadic colors

1 #8D7F5E and #5E8D7F with #7F5E8D are triadic colors.

2 #8D5E7F and #5E7F8D with #7F5E8D are triadic colors.