COLOR #915A7D

HEX: #915A7D
RGB: (145,90,125)

Color info

#915A7D contains red, green and blue colors in about the same proportion. Web safe color of #915A7D is #996666 (or #966).

RGB color model

#915A7D color RGB value is (145,90,125).

  • red value is 145;
  • green value is 90;
  • blue value is 125.
RGB:
(145,90,125)
(57%,35%,49%)

RGB channels and saturation

R 145 of 255 = 57%
G 90 of 255 = 35%
B 125 of 255 = 49%

145
90
125

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

Portions of RGB colors in percentages

R + G + B =
145 + 90 + 125 = 360 (100%)
R 145 of 360 ~ 40.28%
G 90 of 360 ~ 25%
B 125 of 360 ~ 34.72%

%40.28
%25
%34.72

CMYK color model

#915A7D color CMYK value is (0,38,14,43).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 13.79%
  • key color value is 43.14%
CMYK:
(0,38,14,43)
C0M38Y14K43 
(0%,38%,14%,43%)
(0.00/0.38/0.14/0.43)	

CMYK percentages

%0
%37.93
%13.79
%43.14

Codes

Color #915A7D in popluar color models

915A7D
RGB14590125
HSL322°23.40%46.08%
HSB/HSV322°37.93%56.86%
CMYK0.00%37.93%13.79%
43.14%

Color #915A7D in popluar number systems.

HEX915A7D
Decimal14590125
Binary1001000110110101111101
Octal221132175

Shades and tints

Shades of #915A7D

#915A7D
(145,90,125)
#845272
(132,82,114)
#774A67
(119,74,103)
#6A425C
(106,66,92)
#5D3A51
(93,58,81)
#503246
(80,50,70)
#432A3B
(67,42,59)
#362230
(54,34,48)
#291A25
(41,26,37)
#1C121A
(28,18,26)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #915A7D

#915A7D
(145,90,125)
#9B6988
(155,105,136)
#A57893
(165,120,147)
#AF879E
(175,135,158)
#B996A9
(185,150,169)
#C3A5B4
(195,165,180)
#CDB4BF
(205,180,191)
#D7C3CA
(215,195,202)
#E1D2D5
(225,210,213)
#EBE1E0
(235,225,224)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915A7D color. Also use rgb(145,90,125) instead hex code.

Text Font Color

.myTextColor { color: #915A7D; }

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

This text font color is #915A7D.


Background Color

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

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

This div background color is #915A7D.


Border color

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

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

This div border color is #915A7D.


Opacity

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

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

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

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

This text has shadow with #915A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915A7D on black background.


Color preview on white background

This text has color #915A7D on white background.



Black color preview on #915A7D background

This text has black color on #915A7D background.


White color preview on #915A7D background

This text has white color on #915A7D background.