COLOR #7D5D93

HEX: #7D5D93
RGB: (125,93,147)

Color info

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

RGB color model

#7D5D93 color RGB value is (125,93,147).

  • red value is 125;
  • green value is 93;
  • blue value is 147.
RGB:
(125,93,147)
(49%,36%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 93 of 255 = 36%
B 147 of 255 = 58%

125
93
147

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

Portions of RGB colors in percentages

R + G + B =
125 + 93 + 147 = 365 (100%)
R 125 of 365 ~ 34.25%
G 93 of 365 ~ 25.48%
B 147 of 365 ~ 40.27%

%34.25
%25.48
%40.27

CMYK color model

#7D5D93 color CMYK value is (15,37,0,42).

  • cyan value is 14.97%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(15,37,0,42)
C15M37Y0K42 
(15%,37%,0%,42%)
(0.15/0.37/0.00/0.42)	

CMYK percentages

%14.97
%36.73
%0
%42.35

Codes

Color #7D5D93 in popluar color models

7D5D93
RGB12593147
HSL276°22.50%47.06%
HSB/HSV276°36.73%57.65%
CMYK14.97%36.73%0.00%
42.35%

Color #7D5D93 in popluar number systems.

HEX7D5D93
Decimal12593147
Binary1111101101110110010011
Octal175135223

Shades and tints

Shades of #7D5D93

#7D5D93
(125,93,147)
#725586
(114,85,134)
#674D79
(103,77,121)
#5C456C
(92,69,108)
#513D5F
(81,61,95)
#463552
(70,53,82)
#3B2D45
(59,45,69)
#302538
(48,37,56)
#251D2B
(37,29,43)
#1A151E
(26,21,30)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #7D5D93

#7D5D93
(125,93,147)
#886B9C
(136,107,156)
#9379A5
(147,121,165)
#9E87AE
(158,135,174)
#A995B7
(169,149,183)
#B4A3C0
(180,163,192)
#BFB1C9
(191,177,201)
#CABFD2
(202,191,210)
#D5CDDB
(213,205,219)
#E0DBE4
(224,219,228)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5D93 color. Also use rgb(125,93,147) instead hex code.

Text Font Color

.myTextColor { color: #7D5D93; }

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

This text font color is #7D5D93.


Background Color

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

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

This div background color is #7D5D93.


Border color

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

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

This div border color is #7D5D93.


Opacity

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

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

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

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

This text has shadow with #7D5D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5D93 on black background.


Color preview on white background

This text has color #7D5D93 on white background.



Black color preview on #7D5D93 background

This text has black color on #7D5D93 background.


White color preview on #7D5D93 background

This text has white color on #7D5D93 background.