COLOR #915E90

HEX: #915E90
RGB: (145,94,144)

Color info

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

RGB color model

#915E90 color RGB value is (145,94,144).

  • red value is 145;
  • green value is 94;
  • blue value is 144.
RGB:
(145,94,144)
(57%,37%,56%)

RGB channels and saturation

R 145 of 255 = 57%
G 94 of 255 = 37%
B 144 of 255 = 56%

145
94
144

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

Portions of RGB colors in percentages

R + G + B =
145 + 94 + 144 = 383 (100%)
R 145 of 383 ~ 37.86%
G 94 of 383 ~ 24.54%
B 144 of 383 ~ 37.6%

%37.86
%24.54
%37.6

CMYK color model

#915E90 color CMYK value is (0,35,1,43).

  • cyan value is 0.00%
  • magenta value is 35.17%
  • yellow value is 0.69%
  • key color value is 43.14%
CMYK:
(0,35,1,43)
C0M35Y1K43 
(0%,35%,1%,43%)
(0.00/0.35/0.01/0.43)	

CMYK percentages

%0
%35.17
%0.69
%43.14

Codes

Color #915E90 in popluar color models

915E90
RGB14594144
HSL301°21.34%46.86%
HSB/HSV301°35.17%56.86%
CMYK0.00%35.17%0.69%
43.14%

Color #915E90 in popluar number systems.

HEX915E90
Decimal14594144
Binary10010001101111010010000
Octal221136220

Shades and tints

Shades of #915E90

#915E90
(145,94,144)
#845683
(132,86,131)
#774E76
(119,78,118)
#6A4669
(106,70,105)
#5D3E5C
(93,62,92)
#50364F
(80,54,79)
#432E42
(67,46,66)
#362635
(54,38,53)
#291E28
(41,30,40)
#1C161B
(28,22,27)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #915E90

#915E90
(145,94,144)
#9B6C9A
(155,108,154)
#A57AA4
(165,122,164)
#AF88AE
(175,136,174)
#B996B8
(185,150,184)
#C3A4C2
(195,164,194)
#CDB2CC
(205,178,204)
#D7C0D6
(215,192,214)
#E1CEE0
(225,206,224)
#EBDCEA
(235,220,234)
#F5EAF4
(245,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915E90 color. Also use rgb(145,94,144) instead hex code.

Text Font Color

.myTextColor { color: #915E90; }

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

This text font color is #915E90.


Background Color

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

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

This div background color is #915E90.


Border color

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

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

This div border color is #915E90.


Opacity

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

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

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

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

This text has shadow with #915E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915E90 on black background.


Color preview on white background

This text has color #915E90 on white background.



Black color preview on #915E90 background

This text has black color on #915E90 background.


White color preview on #915E90 background

This text has white color on #915E90 background.