COLOR #915D8D

HEX: #915D8D RGB: (145,93,141)

Color info

#915D8D contains red, green and blue colors in about the same proportion. Web safe color of #915D8D is #996699 (or #969).

RGB color model

#915D8D color RGB value is (145,93,141).

RGB: (145,93,141) (57%, 36%, 55%)

RGB channels and saturation

R 145 of 255 = 57%
G 93 of 255 = 36%
B 141 of 255 = 55%

145
93
141

R + G + B ~ 49%. #915D8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 145 + 93 + 141 = 379 (100%)
R 145 of 379 ~ 38.26%
G 93 of 379 ~ 24.54%
B 141 of 379 ~ 37.2'%

%38.26
%24.54
%37.2

CMYK color model

#915D8D color CMYK value is (0,36,3,43).

  • cyan value is 0.00%
  • magenta value is 35.86%
  • yellow value is 2.76%
  • key color value is 43.14%
CMYK: (0,36,3,43) C0M36Y3K43 (0%,36%,3%,43%) (0.00/0.36/0.03/0.43) 

CMYK percentages

%0
%35.86
%2.76
%43.14

Codes

Color #915D8D in popluar color models

91 5D 8D
RGB 145 93 141
HSL 305° 21.85% 46.67%
HSB/HSV 305° 35.86% 56.86%
CMYK 0.00% 35.86% 2.76%
43.14%

Color #915D8D in popluar number systems.

HEX 91 5D 8D
Decimal 145 93 141
Binary 10010001 1011101 10001101
Octal 221 135 215

Shades and tints

Shades of #915D8D

#915D8D
(145,93,141)
#845581
(132,85,129)
#774D75
(119,77,117)
#6A4569
(106,69,105)
#5D3D5D
(93,61,93)
#503551
(80,53,81)
#432D45
(67,45,69)
#362539
(54,37,57)
#291D2D
(41,29,45)
#1C1521
(28,21,33)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #915D8D

#915D8D
(145,93,141)
#9B6B97
(155,107,151)
#A579A1
(165,121,161)
#AF87AB
(175,135,171)
#B995B5
(185,149,181)
#C3A3BF
(195,163,191)
#CDB1C9
(205,177,201)
#D7BFD3
(215,191,211)
#E1CDDD
(225,205,221)
#EBDBE7
(235,219,231)
#F5E9F1
(245,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915D8D color. Also use rgb(145,93,141) instead hex code.

Text Font Color

.myTextColor { color: #915D8D; }

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

This text font color is #915D8D.

Background Color

.myBgColor { background-color: #915D8D; }

<div style="background-color:#915D8D">Inner text</div>

This div background color is #915D8D.

Border color

.myBorderColor { border: 1px solid #915D8D; }

<div style="border:3px solid #915D8D">Div</div>

This div border color is #915D8D.

Opacity

.myOpacity80 { color: #915D8D; opacity: 0.8; }

<p style="color:#915D8D;opacity:0.8;">80%</p>

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

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

This text has shadow with #915D8D color.


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

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

This text has shadow with #915D8D primary color and red secondary color.


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

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

This text has shadow with #915D8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #915D8D.

Preview

Color preview on black background

This text has color #915D8D on black background.


Color preview on white background

This text has color #915D8D on white background.


Black color preview on #915D8D background

This text has black color on #915D8D background.


White color preview on #915D8D background

This text has white color on #915D8D background.


Related colors

Complementary color

Complementary color for #hex is #6EA272.


I love getcolorcode.com

Triadic colors

1 #8D915D and #5D8D91 with #915D8D are triadic colors.

2 #8D5D91 and #5D918D with #915D8D are triadic colors.