COLOR #915997

HEX: #915997
RGB: (145,89,151)

Color info

#915997 contains mainly red and blue colors. Web safe color of #915997 is #996699 (or #969).

RGB color model

#915997 color RGB value is (145,89,151).

  • red value is 145;
  • green value is 89;
  • blue value is 151.
RGB:
(145,89,151)
(57%,35%,59%)

RGB channels and saturation

R 145 of 255 = 57%
G 89 of 255 = 35%
B 151 of 255 = 59%

145
89
151

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

Portions of RGB colors in percentages

R + G + B =
145 + 89 + 151 = 385 (100%)
R 145 of 385 ~ 37.66%
G 89 of 385 ~ 23.12%
B 151 of 385 ~ 39.22%

%37.66
%23.12
%39.22

CMYK color model

#915997 color CMYK value is (4,41,0,41).

  • cyan value is 3.97%
  • magenta value is 41.06%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(4,41,0,41)
C4M41Y0K41 
(4%,41%,0%,41%)
(0.04/0.41/0.00/0.41)	

CMYK percentages

%3.97
%41.06
%0
%40.78

Codes

Color #915997 in popluar color models

915997
RGB14589151
HSL294°25.83%47.06%
HSB/HSV294°41.06%59.22%
CMYK3.97%41.06%0.00%
40.78%

Color #915997 in popluar number systems.

HEX915997
Decimal14589151
Binary10010001101100110010111
Octal221131227

Shades and tints

Shades of #915997

#915997
(145,89,151)
#84518A
(132,81,138)
#77497D
(119,73,125)
#6A4170
(106,65,112)
#5D3963
(93,57,99)
#503156
(80,49,86)
#432949
(67,41,73)
#36213C
(54,33,60)
#29192F
(41,25,47)
#1C1122
(28,17,34)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #915997

#915997
(145,89,151)
#9B68A0
(155,104,160)
#A577A9
(165,119,169)
#AF86B2
(175,134,178)
#B995BB
(185,149,187)
#C3A4C4
(195,164,196)
#CDB3CD
(205,179,205)
#D7C2D6
(215,194,214)
#E1D1DF
(225,209,223)
#EBE0E8
(235,224,232)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #915997 color. Also use rgb(145,89,151) instead hex code.

Text Font Color

.myTextColor { color: #915997; }

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

This text font color is #915997.


Background Color

.myBgColor { background-color: #915997; }

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

This div background color is #915997.


Border color

.myBorderColor { border: 1px solid #915997; }

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

This div border color is #915997.


Opacity

.myOpacity80 { color: #915997; opacity: 0.8; }

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

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

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

This text has shadow with #915997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #915997 on black background.


Color preview on white background

This text has color #915997 on white background.



Black color preview on #915997 background

This text has black color on #915997 background.


White color preview on #915997 background

This text has white color on #915997 background.